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 a91ebf6 commit 7c2d950Copy full SHA for 7c2d950
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 }, /* Is. #925 PR #932 */
322
{ TidyAttr_OPTIMUM, "optimum", CH_PCDATA },
323
{ TidyAttr_OnABORT, "onabort", CH_PCDATA },
324
{ TidyAttr_OnAFTERPRINT, "onafterprint", CH_PCDATA },
0 commit comments