Skip to content

Commit

Permalink
The value attribute of the <data> tag is required
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 19, 2023
1 parent 984b1bf commit 4144572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tink/domspec/Attributes.hx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef GlobalAttr<Style> = {
}

typedef DataAttr = {>GlobalAttr<Style>,
@:optional var value(default, never):String;
var value(default, never):String;
}

typedef DetailsAttr = {>GlobalAttr<Style>,
Expand Down

0 comments on commit 4144572

Please sign in to comment.