We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e70d4d commit 93a49ffCopy full SHA for 93a49ff
src/attrs.c
@@ -318,7 +318,7 @@ static const Attribute attribute_defs [] =
318
{ TidyAttr_MEDIAGROUP, "mediagroup", CH_PCDATA },
319
{ TidyAttr_MIN, "min", CH_PCDATA },
320
{ TidyAttr_NOVALIDATE, "novalidate", CH_PCDATA },
321
- { TidyAttr_OPEN, "open", CH_PCDATA },
+ { TidyAttr_OPEN, "open", CH_BOOL },
322
{ TidyAttr_OPTIMUM, "optimum", CH_PCDATA },
323
{ TidyAttr_OnABORT, "onabort", CH_PCDATA },
324
{ TidyAttr_OnAFTERPRINT, "onafterprint", CH_PCDATA },
0 commit comments