@@ -146,7 +146,6 @@ static CheckAttribs CheckHTML;
146
146
#define VERS_ELEM_MAIN (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
147
147
#define VERS_ELEM_MARK (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
148
148
#define VERS_ELEM_MENUITEM (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
149
- #define VERS_ELEM_KEYGEN (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
150
149
#define VERS_ELEM_METER (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
151
150
#define VERS_ELEM_NAV (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
152
151
#define VERS_ELEM_OUTPUT (xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50)
@@ -323,7 +322,7 @@ static Dict tag_defs[] =
323
322
{ TidyTag_PROGRESS , "progress" , VERS_ELEM_PROGRESS , & TY_ (W3CAttrsFor_PROGRESS )[0 ], (CM_INLINE ), TY_ (ParseInline ), NULL },
324
323
{ TidyTag_SECTION , "section" , VERS_ELEM_SECTION , & TY_ (W3CAttrsFor_SECTION )[0 ], (CM_BLOCK ), TY_ (ParseBlock ), NULL },
325
324
{ TidyTag_SOURCE , "source" , VERS_ELEM_SOURCE , & TY_ (W3CAttrsFor_SOURCE )[0 ], (CM_BLOCK |CM_INLINE |CM_EMPTY ), TY_ (ParseBlock ), NULL },
326
- { TidyTag_SUMMARY , "summary" , VERS_ELEM_SUMMARY , & TY_ (W3CAttrsFor_SUMMARY )[0 ], (CM_BLOCK ), TY_ (ParseInline ), NULL },
325
+ { TidyTag_SUMMARY , "summary" , VERS_ELEM_SUMMARY , & TY_ (W3CAttrsFor_SUMMARY )[0 ], (CM_BLOCK ), TY_ (ParseBlock ), NULL }, /* Is. #895 */
327
326
{ TidyTag_TEMPLATE , "template" , VERS_ELEM_TEMPLATE , & TY_ (W3CAttrsFor_TEMPLATE )[0 ], (CM_BLOCK ), TY_ (ParseBlock ), NULL },
328
327
{ TidyTag_TIME , "time" , VERS_ELEM_TIME , & TY_ (W3CAttrsFor_TIME )[0 ], (CM_INLINE ), TY_ (ParseInline ), NULL },
329
328
{ TidyTag_TRACK , "track" , VERS_ELEM_TRACK , & TY_ (W3CAttrsFor_TRACK )[0 ], (CM_BLOCK |CM_EMPTY ), TY_ (ParseBlock ), NULL },
0 commit comments