parent
d6c974b672
commit
397fd1ace0
|
@ -1041,6 +1041,7 @@ typedef enum
|
|||
TidyAttr_DEFER, /**< DEFER= */
|
||||
TidyAttr_DIR, /**< DIR= */
|
||||
TidyAttr_DISABLED, /**< DISABLED= */
|
||||
TidyAttr_DOWNLOAD, /**< DOWNLOAD= */
|
||||
TidyAttr_ENCODING, /**< ENCODING= */
|
||||
TidyAttr_ENCTYPE, /**< ENCTYPE= */
|
||||
TidyAttr_FACE, /**< FACE= */
|
||||
|
|
|
@ -180,6 +180,7 @@ const AttrVersion TY_(W3CAttrsFor_A)[] =
|
|||
{ TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */
|
||||
{ TidyAttr_COORDS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx },
|
||||
{ TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */
|
||||
{ TidyAttr_DOWNLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 },
|
||||
{ TidyAttr_HREF, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 },
|
||||
{ TidyAttr_HREFLANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 },
|
||||
{ TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */
|
||||
|
|
|
@ -146,6 +146,7 @@ static const Attribute attribute_defs [] =
|
|||
{ TidyAttr_DEFER, "defer", CH_BOOL }, /* SCRIPT */
|
||||
{ TidyAttr_DIR, "dir", CH_TEXTDIR }, /* ltr or rtl */
|
||||
{ TidyAttr_DISABLED, "disabled", CH_BOOL }, /* form fields */
|
||||
{ TidyAttr_DOWNLOAD, "download", CH_PCDATA }, /* anchor */
|
||||
{ TidyAttr_ENCODING, "encoding", CH_PCDATA }, /* <?xml?> */
|
||||
{ TidyAttr_ENCTYPE, "enctype", CH_XTYPE }, /* FORM */
|
||||
{ TidyAttr_FACE, "face", CH_PCDATA }, /* BASEFONT, FONT */
|
||||
|
|
Loading…
Reference in a new issue