diff --git a/Balthisar Common Headers/CommonHeaders.h b/Balthisar Common Headers/CommonHeaders.h index 2ac3b7eb..33d4ffab 100644 --- a/Balthisar Common Headers/CommonHeaders.h +++ b/Balthisar Common Headers/CommonHeaders.h @@ -21,7 +21,7 @@ *=======================================================*/ #pragma mark - LibTidy version checking - #define LIBTIDY_V_WANT @"5.1.24" + #define LIBTIDY_V_WANT @"5.1.41" /*=======================================================* diff --git a/Balthisar Tidy Extension/Info-Body.plist b/Balthisar Tidy Extension/Info-Body.plist index b102ffb6..a257de82 100644 --- a/Balthisar Tidy Extension/Info-Body.plist +++ b/Balthisar Tidy Extension/Info-Body.plist @@ -19,11 +19,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 3.0.0 + 3.0.2 CFBundleSignature ???? CFBundleVersion - 3.0.0 + 3.0.2 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension @@ -44,6 +44,6 @@ ActionRequestHandler NSHumanReadableCopyright - Copyright © 2015 Jim Derry. All rights reserved. + Copyright © 2016 Jim Derry. All rights reserved. diff --git a/Balthisar Tidy Extension/Info.plist b/Balthisar Tidy Extension/Info.plist index dfc1ac96..0f4e564f 100644 --- a/Balthisar Tidy Extension/Info.plist +++ b/Balthisar Tidy Extension/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 3.0.0 + 3.0.2 CFBundleSignature ???? CFBundleVersion - 3.0.0 + 3.0.2 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension @@ -44,6 +44,6 @@ ActionRequestHandler NSHumanReadableCopyright - Copyright © 2015 Jim Derry. All rights reserved. + Copyright © 2016 Jim Derry. All rights reserved. diff --git a/Balthisar Tidy Help Project/Contents/Info.plist b/Balthisar Tidy Help Project/Contents/Info.plist index f8b9ff00..9dcb91de 100644 --- a/Balthisar Tidy Help Project/Contents/Info.plist +++ b/Balthisar Tidy Help Project/Contents/Info.plist @@ -15,9 +15,9 @@ CFBundleDevelopmentRegion en_us CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleVersion - 3.0.0 + 3.0.1 HPDBookIconPath shared/icon_32x32@2x.png HPDBookKBProduct diff --git a/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/reference/defaults_delete.html.md.erb b/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/reference/defaults_delete.html.md.erb index 8ab07905..5797f41d 100644 --- a/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/reference/defaults_delete.html.md.erb +++ b/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/reference/defaults_delete.html.md.erb @@ -11,7 +11,10 @@ order: 5 ============================== Should you ever want to delete all of _<%= product_name %>_’s settings in order -to start out fresh, simply issue this command in Terminal.app: +to start out fresh, you can quit _<%= product_name %>_ and then launch it again +while holding down the **Command**-**Shift** key combination. + +Alternatively, simply issue this command in Terminal.app: <% if target_name?(:web) %> `defaults delete com.balthisar.web.free.balthisar-tidy` diff --git a/Balthisar Tidy Help Project/Contents/_Info.plist b/Balthisar Tidy Help Project/Contents/_Info.plist index 4b6beba7..cd5f30de 100644 --- a/Balthisar Tidy Help Project/Contents/_Info.plist +++ b/Balthisar Tidy Help Project/Contents/_Info.plist @@ -15,9 +15,9 @@ CFBundleDevelopmentRegion en_us CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleVersion - 3.0.0 + 3.0.1 HPDBookIconPath shared/icon_32x32@2x.png HPDBookKBProduct diff --git a/Balthisar Tidy Help Project/config.rb b/Balthisar Tidy Help Project/config.rb index e7d81017..d4300cbc 100644 --- a/Balthisar Tidy Help Project/config.rb +++ b/Balthisar Tidy Help Project/config.rb @@ -68,7 +68,7 @@ { :CFBundleID => 'com.balthisar.Balthisar-Tidy.web.help', :ProductName => 'Balthisar Tidy', - :ProductVersion => '3.0.0', + :ProductVersion => '3.0.2', :ProductURI => 'http://www.balthisar.com/', :Features => { @@ -91,7 +91,7 @@ { :CFBundleID => 'com.balthisar.Balthisar-Tidy.help', :ProductName => 'Balthisar Tidy', - :ProductVersion => '3.0.0', + :ProductVersion => '3.0.2', :ProductURI => 'http://www.balthisar.com/', :Features => { @@ -114,7 +114,7 @@ { :CFBundleID => 'com.balthisar.Balthisar-Tidy.pro.help', :ProductName => 'Balthisar Tidy for Work', - :ProductVersion => '3.0.0', + :ProductVersion => '3.0.2', :ProductURI => 'http://www.balthisar.com/', :Features => { diff --git a/Balthisar Tidy Service Helper/Info.plist b/Balthisar Tidy Service Helper/Info.plist index c3f69c99..64cc2968 100644 --- a/Balthisar Tidy Service Helper/Info.plist +++ b/Balthisar Tidy Service Helper/Info.plist @@ -17,17 +17,17 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.0.2 CFBundleSignature ???? CFBundleVersion - 3.0.0 + 3.0.2 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) LSUIElement NSHumanReadableCopyright - Copyright © 2015 Jim Derry. All rights reserved. + Copyright © 2016 Jim Derry. All rights reserved. NSMainNibFile HelperMainMenu NSPrincipalClass @@ -87,6 +87,5 @@ ${TIDY_SDEF} NSAppleScriptEnabled ${JSD_APPLESCRIPT_VALUE} - diff --git a/Balthisar Tidy.xcodeproj/project.pbxproj b/Balthisar Tidy.xcodeproj/project.pbxproj index af79f729..2696dfdf 100644 --- a/Balthisar Tidy.xcodeproj/project.pbxproj +++ b/Balthisar Tidy.xcodeproj/project.pbxproj @@ -47,6 +47,10 @@ D01AACB8193DE56000C4E5B2 /* HideDescriptionTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = D0E6AE16190C9FAC00B49779 /* HideDescriptionTemplate.pdf */; }; D01AACB9193DE56000C4E5B2 /* ShowDescriptionTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = D0E6AE17190C9FAC00B49779 /* ShowDescriptionTemplate.pdf */; }; D01AACBA193DE58200C4E5B2 /* PaneBottomShadow.tiff in Resources */ = {isa = PBXBuildFile; fileRef = D0E6AE1F190CB34500B49779 /* PaneBottomShadow.tiff */; }; + D01AE4891C740EA1008E7199 /* language_en.h in Headers */ = {isa = PBXBuildFile; fileRef = D01AE4851C740EA1008E7199 /* language_en.h */; }; + D01AE48A1C740EA1008E7199 /* language.c in Sources */ = {isa = PBXBuildFile; fileRef = D01AE4861C740EA1008E7199 /* language.c */; }; + D01AE48B1C740EA1008E7199 /* language.h in Headers */ = {isa = PBXBuildFile; fileRef = D01AE4871C740EA1008E7199 /* language.h */; }; + D01AE48C1C740EA1008E7199 /* message.c in Sources */ = {isa = PBXBuildFile; fileRef = D01AE4881C740EA1008E7199 /* message.c */; }; D01BA7BD1967DD3700843C69 /* TidyScripting.sdef in Resources */ = {isa = PBXBuildFile; fileRef = D036E21718F3D81E0009A9D4 /* TidyScripting.sdef */; }; D01C70BB1A55850D00CC5038 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D016A929182FD80700712C60 /* Cocoa.framework */; }; D01C70C01A55850D00CC5038 /* icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = D01C70BF1A55850D00CC5038 /* icon.icns */; }; @@ -288,7 +292,6 @@ D0A482851BCF9BD000E0646F /* entities.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323AA81A7DE25000A0A9FC /* entities.c */; }; D0A482861BCF9BD000E0646F /* sprtf.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323ABC1A7DE25000A0A9FC /* sprtf.c */; }; D0A482871BCF9BD000E0646F /* attrdict.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323A9C1A7DE25000A0A9FC /* attrdict.c */; }; - D0A482881BCF9BD000E0646F /* localize.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323AB41A7DE25000A0A9FC /* localize.c */; }; D0A482891BCF9BD000E0646F /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323A9A1A7DE25000A0A9FC /* alloc.c */; }; D0A4828A1BCF9BD000E0646F /* pprint.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323ABA1A7DE25000A0A9FC /* pprint.c */; }; D0A4828B1BCF9BD000E0646F /* config.c in Sources */ = {isa = PBXBuildFile; fileRef = D0323AA61A7DE25000A0A9FC /* config.c */; }; @@ -828,6 +831,10 @@ D016A92E182FD80700712C60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; D016A931182FD80700712C60 /* Balthisar Tidy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Balthisar Tidy-Info.plist"; path = "Balthisar Tidy/Balthisar Tidy-Info.plist"; sourceTree = ""; }; D016A935182FD80700712C60 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "Balthisar Tidy/main.m"; sourceTree = ""; }; + D01AE4851C740EA1008E7199 /* language_en.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language_en.h; sourceTree = ""; }; + D01AE4861C740EA1008E7199 /* language.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = language.c; sourceTree = ""; }; + D01AE4871C740EA1008E7199 /* language.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language.h; sourceTree = ""; }; + D01AE4881C740EA1008E7199 /* message.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = message.c; sourceTree = ""; }; D01C70BA1A55850D00CC5038 /* Tidy Extension (web).appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Tidy Extension (web).appex"; sourceTree = BUILT_PRODUCTS_DIR; }; D01C70BE1A55850D00CC5038 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D01C70BF1A55850D00CC5038 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon.icns; sourceTree = ""; }; @@ -868,7 +875,6 @@ D0323AB11A7DE25000A0A9FC /* istack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = istack.c; sourceTree = ""; }; D0323AB21A7DE25000A0A9FC /* lexer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lexer.c; sourceTree = ""; }; D0323AB31A7DE25000A0A9FC /* lexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lexer.h; sourceTree = ""; }; - D0323AB41A7DE25000A0A9FC /* localize.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = localize.c; sourceTree = ""; }; D0323AB51A7DE25000A0A9FC /* mappedio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mappedio.c; sourceTree = ""; }; D0323AB61A7DE25000A0A9FC /* mappedio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mappedio.h; sourceTree = ""; }; D0323AB71A7DE25000A0A9FC /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = ""; }; @@ -1421,11 +1427,14 @@ D0323AAF1A7DE25000A0A9FC /* iconvtc.c */, D0323AB01A7DE25000A0A9FC /* iconvtc.h */, D0323AB11A7DE25000A0A9FC /* istack.c */, + D01AE4871C740EA1008E7199 /* language.h */, + D01AE4861C740EA1008E7199 /* language.c */, + D01AE4851C740EA1008E7199 /* language_en.h */, D0323AB21A7DE25000A0A9FC /* lexer.c */, D0323AB31A7DE25000A0A9FC /* lexer.h */, - D0323AB41A7DE25000A0A9FC /* localize.c */, D0323AB51A7DE25000A0A9FC /* mappedio.c */, D0323AB61A7DE25000A0A9FC /* mappedio.h */, + D01AE4881C740EA1008E7199 /* message.c */, D0323AB71A7DE25000A0A9FC /* message.h */, D0323AB81A7DE25000A0A9FC /* parser.c */, D0323AB91A7DE25000A0A9FC /* parser.h */, @@ -1812,6 +1821,7 @@ D0A482961BCF9BD000E0646F /* charsets.h in Headers */, D0A482971BCF9BD000E0646F /* clean.h in Headers */, D0A482981BCF9BD000E0646F /* config.h in Headers */, + D01AE48B1C740EA1008E7199 /* language.h in Headers */, D0A482991BCF9BD000E0646F /* entities.h in Headers */, D0A4829A1BCF9BD000E0646F /* fileio.h in Headers */, D0A4829B1BCF9BD000E0646F /* forward.h in Headers */, @@ -1829,6 +1839,7 @@ D0A482A71BCF9BD000E0646F /* tmbstr.h in Headers */, D0A482A81BCF9BD000E0646F /* utf8.h in Headers */, D0A482A91BCF9BD000E0646F /* version.h in Headers */, + D01AE4891C740EA1008E7199 /* language_en.h in Headers */, D0A482AA1BCF9BD000E0646F /* win32tc.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; @@ -2666,6 +2677,7 @@ D0A482761BCF9BD000E0646F /* charsets.c in Sources */, D0A482771BCF9BD000E0646F /* attrs.c in Sources */, D0A482781BCF9BD000E0646F /* mappedio.c in Sources */, + D01AE48C1C740EA1008E7199 /* message.c in Sources */, D0A482791BCF9BD000E0646F /* access.c in Sources */, D0A4827A1BCF9BD000E0646F /* tidylib.c in Sources */, D0A4827B1BCF9BD000E0646F /* parser.c in Sources */, @@ -2680,8 +2692,8 @@ D0A482841BCF9BD000E0646F /* clean.c in Sources */, D0A482851BCF9BD000E0646F /* entities.c in Sources */, D0A482861BCF9BD000E0646F /* sprtf.c in Sources */, + D01AE48A1C740EA1008E7199 /* language.c in Sources */, D0A482871BCF9BD000E0646F /* attrdict.c in Sources */, - D0A482881BCF9BD000E0646F /* localize.c in Sources */, D0A482891BCF9BD000E0646F /* alloc.c in Sources */, D0A4828A1BCF9BD000E0646F /* pprint.c in Sources */, D0A4828B1BCF9BD000E0646F /* config.c in Sources */, diff --git a/Balthisar Tidy/Balthisar Tidy-Info.plist b/Balthisar Tidy/Balthisar Tidy-Info.plist index c6fefc0d..596a9bb5 100644 --- a/Balthisar Tidy/Balthisar Tidy-Info.plist +++ b/Balthisar Tidy/Balthisar Tidy-Info.plist @@ -2,34 +2,6 @@ - NSAppTransportSecurity - - NSExceptionDomains - - balthisar.com - - NSIncludesSubdomains - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - NSExceptionAllowsInsecureHTTPLoads - - NSThirdPartyExceptionAllowsInsecureHTTPLoads - - - localhost - - NSIncludesSubdomains - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - NSExceptionAllowsInsecureHTTPLoads - - NSThirdPartyExceptionAllowsInsecureHTTPLoads - - - - CFBundleDevelopmentRegion en CFBundleDisplayName @@ -133,19 +105,47 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.0.2 CFBundleSignature ???? CFBundleVersion - 3.0.0 + 3.0.2 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} + NSAppTransportSecurity + + NSExceptionDomains + + balthisar.com + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + NSThirdPartyExceptionAllowsInsecureHTTPLoads + + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + NSThirdPartyExceptionAllowsInsecureHTTPLoads + + + + NSAppleScriptEnabled ${JSD_APPLESCRIPT_VALUE} NSHumanReadableCopyright - Copyright ©2015 Jim Derry. All rights reserved. + Copyright ©2016 Jim Derry. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/Balthisar Tidy/Classes/App Pieces/AppController.m b/Balthisar Tidy/Classes/App Pieces/AppController.m index 63f6d5ff..e61df7d5 100644 --- a/Balthisar Tidy/Classes/App Pieces/AppController.m +++ b/Balthisar Tidy/Classes/App Pieces/AppController.m @@ -69,6 +69,25 @@ @implementation AppController *–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ + (void)initialize { + /* Support Cmd-Shift launch deletes all user defaults. */ + NSUInteger launchFlag = [NSEvent modifierFlags] & NSDeviceIndependentModifierFlagsMask; + + if (launchFlag & (NSShiftKeyMask | NSCommandKeyMask)) + { + NSAlert *alert = [[NSAlert alloc] init]; + [alert setMessageText:JSDLocalizedString(@"defaults-delete-message", nil)]; + [alert addButtonWithTitle:JSDLocalizedString(@"defaults-delete-button-delete", nil)]; + [alert addButtonWithTitle:JSDLocalizedString(@"defaults-delete-button-cancel", nil)]; + + NSInteger button = [alert runModal]; + if (button == NSAlertFirstButtonReturn) + { + NSString *appDomain = [[NSBundle mainBundle] bundleIdentifier]; + [[NSUserDefaults standardUserDefaults] removePersistentDomainForName:appDomain]; + } + } + + static dispatch_once_t once; dispatch_once(&once, ^{ @@ -103,7 +122,7 @@ + (void)initialize - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { #ifdef FEATURE_SUPPORTS_SERVICE - + /* Register our services. */ TidyDocumentService *tidyService = [[TidyDocumentService alloc] init]; @@ -160,6 +179,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification * certain API matters in `libtidy` warn the user if the linker * connected us to an old version of `libtidy`. * - require 5.1.24 so that `indent-with-tabs` works properly. + * - require 5.1.29 so that tidy.cfg files work with css-prefix. */ JSDTidyModel *localModel = [[JSDTidyModel alloc] init]; NSString *versionWant = LIBTIDY_V_WANT; @@ -172,7 +192,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification NSAlert *alert = [[NSAlert alloc] init]; [alert setMessageText:JSDLocalizedString(@"libTidy-compatability-message", nil)]; [alert setInformativeText:message]; - [alert addButtonWithTitle:@"OK"]; + [alert addButtonWithTitle:JSDLocalizedString(@"libTidy-compatability-button", nil)]; [alert runModal]; } } diff --git a/Balthisar Tidy/Classes/App Pieces/OptionPaneController.m b/Balthisar Tidy/Classes/App Pieces/OptionPaneController.m index 758194e8..992ef9dd 100755 --- a/Balthisar Tidy/Classes/App Pieces/OptionPaneController.m +++ b/Balthisar Tidy/Classes/App Pieces/OptionPaneController.m @@ -119,7 +119,7 @@ - (void)awakeFromNib multiplier:1.0 constant:0.0]; - self.descriptionIsVisible = [[[NSUserDefaults standardUserDefaults] valueForKey:JSDKeyOptionsShowDescription] boolValue]; + self.descriptionIsVisible = [[[NSUserDefaults standardUserDefaults] valueForKey:JSDKeyOptionsShowDescription] boolValue]; } } diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Modules b/Balthisar Tidy/Frameworks/Fragaria.framework/Modules new file mode 120000 index 00000000..5736f318 --- /dev/null +++ b/Balthisar Tidy/Frameworks/Fragaria.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Fragaria b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Fragaria index ed7d4d7e..90628160 100755 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Fragaria and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Fragaria differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/MGSFragariaView.h b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/MGSFragariaView.h index b6289ca2..034e5cc6 100644 --- a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/MGSFragariaView.h +++ b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/MGSFragariaView.h @@ -45,13 +45,13 @@ /** Fragaria's text view. */ -@property (nonatomic, strong, readonly) SMLTextView *textView; +@property (nonatomic, strong, readonly, nonnull) SMLTextView *textView; /** Fragaria's scroll view. */ -@property (nonatomic, strong, readonly) NSScrollView *scrollView; +@property (nonatomic, strong, readonly, nonnull) NSScrollView *scrollView; /** Fragaria's gutter view. */ -@property (nonatomic, strong, readonly) MGSLineNumberView *gutterView; +@property (nonatomic, strong, readonly, nonnull) MGSLineNumberView *gutterView; /** Fragaria's syntax colouring object. */ -@property (nonatomic, assign, readonly) SMLSyntaxColouring *syntaxColouring; +@property (nonatomic, assign, readonly, nonnull) SMLSyntaxColouring *syntaxColouring; #pragma mark - Accessing Text Content @@ -59,11 +59,64 @@ /** The plain text string of the text editor.*/ -@property (nonatomic, assign) NSString *string; +@property (nonatomic, assign, nonnull) NSString *string; /** The text editor string, including temporary attributes which * have been applied by the syntax highlighter. */ -@property (nonatomic, readonly) NSAttributedString *attributedStringWithTemporaryAttributesApplied; +- (nonnull NSAttributedString *)attributedStringWithTemporaryAttributesApplied; + + +#pragma mark - Getting Line and Column Information +/// @name Getting Line and Column Information + + +/** Get the row and the column corresponding to the given character index. + * @param r If not NULL, on return points to the row index where i is located, + * or to NSNotFound if the character index is invalid. + * @param c If not NULL, on return points to the column index where i is + * located, or to NSNotFound if the character index is invalid. + * @param i The character index. + * @discussion If i points to a tabulation character, only the first of the + * columns spanned by the tabulation will be returned. If i points to one + * past the last character in the string, the row and column returned + * will point to where that character will be when it is inserted. */ +- (void)getRow:(out nullable NSUInteger *)r column:(out nullable NSUInteger *)c forCharacterIndex:(NSUInteger)i; + +/** Get the row and the offset in that row which correspond to the given + * character index. + * @param r If not NULL, on return points to the row index where i is located, + * or to NSNotFound if the character index is invalid. + * @param c If not NULL, on return points to the index in the row r where i is + * located, or to NSNotFound if the character index is invalid. + * @param i The character index. + * @discussion If i points to one past the last character in the string, the + * row and index returned will point to where that character will be when + * it is inserted. */ +- (void)getRow:(out nullable NSUInteger *)r indexInRow:(out nullable NSUInteger *)c forCharacterIndex:(NSUInteger)i; + +/** The character index corresponding to the given column and row. + * @param c A column index. + * @param r A row index. + * @returns A character index, or NSNotFound if there is no character at the + * specified position. + * @discussion If the column and the row point inside of a tabulation + * character, the index of that character is returned. Newline characters + * are assumed to span all the columns past the last one in the line's + * contents. */ +- (NSUInteger)characterIndexAtColumn:(NSUInteger)c withinRow:(NSUInteger)r; + +/** The character index corresponding to the offset of a character in its row. + * @param c A character index, relative to the beginning of the row. + * @param r A row index. + * @returns A character index, or NSNotFound if there is no character at the + * specified position. + * @discussion Any line number returned by mgs_rowOfCharacter: is a valid + * line number for this function. If the line number is valid, this function + * will always return a valid character index in that line. If the + * index parameter specifies a character outside the bounds of the line, + * the index of one past the last character of content of that line will be + * returned. */ +- (NSUInteger)characterIndexAtIndex:(NSUInteger)c withinRow:(NSUInteger)r; #pragma mark - Creating Split Panels @@ -85,7 +138,7 @@ * the attributes of the first character in this text storage. * * @param textStorage The new text storage for this instance of Fragaria. */ -- (void)replaceTextStorage:(NSTextStorage*)textStorage; +- (void)replaceTextStorage:(nonnull NSTextStorage *)textStorage; #pragma mark - Configuring Syntax Highlighting @@ -96,7 +149,7 @@ @property (nonatomic, getter=isSyntaxColoured) BOOL syntaxColoured; /** Specifies the current syntax definition name.*/ -@property (nonatomic, assign) NSString *syntaxDefinitionName; +@property (nonatomic, assign, nonnull) NSString *syntaxDefinitionName; /** The syntax colouring delegate for this instance of Fragaria. The syntax * colouring delegate gets notified of the start and end of each colouring pass * so that it can modify the default syntax colouring provided by Fragaria. */ @@ -131,7 +184,7 @@ /** Specifies the color to use when highlighting the current line.*/ -@property (nonatomic, assign) NSColor *currentLineHighlightColour; +@property (nonatomic, assign, nonnull) NSColor *currentLineHighlightColour; /** Specifies whether or not the line with the cursor should be highlighted.*/ @property (nonatomic, assign) BOOL highlightsCurrentLine; @@ -151,11 +204,11 @@ @property (nonatomic, assign) NSUInteger startingLineNumber; /** Specifies the standard font for the line numbers in the gutter.*/ -@property (nonatomic, assign) NSFont *gutterFont; +@property (nonatomic, assign, nonnull) NSFont *gutterFont; /** Specifies the standard color of the line numbers in the gutter.*/ -@property (nonatomic, assign) NSColor *gutterTextColour; +@property (nonatomic, assign, nonnull) NSColor *gutterTextColour; /** Specifies the background colour of the gutter view */ -@property (nonatomic, assign) NSColor *gutterBackgroundColour; +@property (nonatomic, assign, nonnull) NSColor *gutterBackgroundColour; #pragma mark - Showing Syntax Errors @@ -167,7 +220,7 @@ * - highlighting lines and syntax errors in the text view. * - displaying warning icons in the gutter. * - providing a description of the syntax errors in popovers. */ -@property (nonatomic, assign) NSArray *syntaxErrors; +@property (nonatomic, assign, nullable) NSArray *syntaxErrors; /** Indicates whether or not error warnings are displayed.*/ @property (nonatomic, assign) BOOL showsSyntaxErrors; @@ -177,7 +230,8 @@ @property (nonatomic, assign) BOOL showsIndividualErrors; /** The default syntax error line highlighting colour. */ -@property (nonatomic, assign) NSColor *defaultSyntaxErrorHighlightingColour; +@property (nonatomic, assign, nonnull) NSColor *defaultSyntaxErrorHighlightingColour; + #pragma mark - Showing Breakpoints /// @name Showing Breakpoints @@ -246,7 +300,7 @@ /** Indicates whether or not invisible characters in the editor are revealed.*/ @property (nonatomic, assign) BOOL showsInvisibleCharacters; /** Specifies the colour to render invisible characters in the text view.*/ -@property (nonatomic, assign) NSColor *textInvisibleCharactersColour; +@property (nonatomic, assign, nonnull) NSColor *textInvisibleCharactersColour; #pragma mark - Configuring Text Appearance @@ -254,11 +308,11 @@ /** Indicates the base (non-highlighted) text color.*/ -@property (copy) NSColor *textColor; +@property (copy, nonnull) NSColor *textColor; /** Indicates the text view background color.*/ -@property NSColor *backgroundColor; +@property (nonnull) NSColor *backgroundColor; /** Specifies the text editor font.*/ -@property (nonatomic) NSFont *textFont; +@property (nonatomic, nonnull) NSFont *textFont; /** The real line height as a multiple of the natural line height for the * current font. */ @property (nonatomic) CGFloat lineHeightMultiple; @@ -275,7 +329,7 @@ /** Indicates whether or not the vertical scroller should be displayed.*/ @property (nonatomic, assign) BOOL hasVerticalScroller; /** Indicates the color of the insertion point.*/ -@property (nonatomic, assign) NSColor *insertionPointColor; +@property (nonatomic, assign, nonnull) NSColor *insertionPointColor; /** Indicates whether or not the "rubber band" effect is disabled.*/ @property (nonatomic, assign) BOOL scrollElasticityDisabled; @@ -291,31 +345,31 @@ /** Specifies the autocomplete color **/ -@property (nonatomic, assign) NSColor *colourForAutocomplete; +@property (nonatomic, assign, nonnull) NSColor *colourForAutocomplete; /** Specifies the attributes color **/ -@property (nonatomic, assign) NSColor *colourForAttributes; +@property (nonatomic, assign, nonnull) NSColor *colourForAttributes; /** Specifies the commands color **/ -@property (nonatomic, assign) NSColor *colourForCommands; +@property (nonatomic, assign, nonnull) NSColor *colourForCommands; /** Specifies the comments color **/ -@property (nonatomic, assign) NSColor *colourForComments; +@property (nonatomic, assign, nonnull) NSColor *colourForComments; /** Specifies the instructions color **/ -@property (nonatomic, assign) NSColor *colourForInstructions; +@property (nonatomic, assign, nonnull) NSColor *colourForInstructions; /** Specifies the keywords color **/ -@property (nonatomic, assign) NSColor *colourForKeywords; +@property (nonatomic, assign, nonnull) NSColor *colourForKeywords; /** Specifies the numbers color **/ -@property (nonatomic, assign) NSColor *colourForNumbers; +@property (nonatomic, assign, nonnull) NSColor *colourForNumbers; /** Specifies the strings color **/ -@property (nonatomic, assign) NSColor *colourForStrings; +@property (nonatomic, assign, nonnull) NSColor *colourForStrings; /** Specifies the variables color **/ -@property (nonatomic, assign) NSColor *colourForVariables; +@property (nonatomic, assign, nonnull) NSColor *colourForVariables; #pragma mark - Syntax Highlighter Colouring Options diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/SMLTextView.h b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/SMLTextView.h index 59c0b5cd..02afd7df 100644 --- a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/SMLTextView.h +++ b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Headers/SMLTextView.h @@ -46,6 +46,59 @@ - (NSAttributedString *)attributedStringWithTemporaryAttributesApplied; +#pragma mark - Getting Line and Column Information +/// @name Getting Line and Column Information + + +/** Get the row and the column corresponding to the given character index. + * @param r If not NULL, on return points to the row index where i is located, + * or to NSNotFound if the character index is invalid. + * @param c If not NULL, on return points to the column index where i is + * located, or to NSNotFound if the character index is invalid. + * @param i The character index. + * @discussion If i points to a tabulation character, only the first of the + * columns spanned by the tabulation will be returned. If i points to one + * past the last character in the string, the row and column returned + * will point to where that character will be when it is inserted. */ +- (void)getRow:(NSUInteger *)r column:(NSUInteger *)c forCharacterIndex:(NSUInteger)i; + +/** Get the row and the offset in that row which correspond to the given + * character index. + * @param r If not NULL, on return points to the row index where i is located, + * or to NSNotFound if the character index is invalid. + * @param c If not NULL, on return points to the index in the row r where i is + * located, or to NSNotFound if the character index is invalid. + * @param i The character index. + * @discussion If i points to one past the last character in the string, the + * row and index returned will point to where that character will be when + * it is inserted. */ +- (void)getRow:(NSUInteger *)r indexInRow:(NSUInteger *)c forCharacterIndex:(NSUInteger)i; + +/** The character index corresponding to the given column and row. + * @param c A column index. + * @param r A row index. + * @returns A character index, or NSNotFound if there is no character at the + * specified position. + * @discussion If the column and the row point inside of a tabulation + * character, the index of that character is returned. Newline characters + * are assumed to span all the columns past the last one in the line's + * contents. */ +- (NSUInteger)characterIndexAtColumn:(NSUInteger)c withinRow:(NSUInteger)r; + +/** The character index corresponding to the offset of a character in its row. + * @param c A character index, relative to the beginning of the row. + * @param r A row index. + * @returns A character index, or NSNotFound if there is no character at the + * specified position. + * @discussion Any line number returned by mgs_rowOfCharacter: is a valid + * line number for this function. If the line number is valid, this function + * will always return a valid character index in that line. If the + * index parameter specifies a character outside the bounds of the line, + * the index of one past the last character of content of that line will be + * returned. */ +- (NSUInteger)characterIndexAtIndex:(NSUInteger)c withinRow:(NSUInteger)r; + + #pragma mark - Configuring Syntax Highlighting /// @name Configuring Syntax Highlighting diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Modules/module.modulemap b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 00000000..124e8048 --- /dev/null +++ b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module Fragaria { + umbrella header "Fragaria.h" + + export * + module * { export * } +} diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/Info.plist b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/Info.plist index 0e1dd26c..ad863f88 100644 --- a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/Info.plist +++ b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 14F1021 + 14F1605 CFBundleDevelopmentRegion English CFBundleExecutable @@ -27,16 +27,16 @@ DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 7B91b + 7C1002 DTPlatformVersion GM DTSDKBuild - 15A278 + 15C43 DTSDKName macosx10.11 DTXcode - 0710 + 0721 DTXcodeBuild - 7B91b + 7C1002 diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLDetab.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLDetab.nib index 97337de0..12f0c84a 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLDetab.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLDetab.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLEntab.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLEntab.nib index f9e2da4e..6b44d53f 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLEntab.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLEntab.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLGoToLine.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLGoToLine.nib index 9d006f90..fc5123a5 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLGoToLine.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en-GB.lproj/SMLGoToLine.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSColourSchemeSave.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSColourSchemeSave.nib index 6cca771a..85cacf9f 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSColourSchemeSave.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSColourSchemeSave.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/MGSPrefsCommonViews.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsCommonViews.nib similarity index 98% rename from Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/MGSPrefsCommonViews.nib rename to Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsCommonViews.nib index d9b8e651..b56f74a0 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/MGSPrefsCommonViews.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsCommonViews.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsEditorProperties.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsEditorProperties.nib index d5f903d4..d21164a0 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsEditorProperties.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/MGSPrefsEditorProperties.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLDetab.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLDetab.nib index 97337de0..12f0c84a 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLDetab.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLDetab.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLEntab.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLEntab.nib index f9e2da4e..6b44d53f 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLEntab.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLEntab.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLGoToLine.nib b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLGoToLine.nib index 9d006f90..fc5123a5 100644 Binary files a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLGoToLine.nib and b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/Resources/en.lproj/SMLGoToLine.nib differ diff --git a/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/_CodeSignature/CodeResources b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/_CodeSignature/CodeResources new file mode 100644 index 00000000..6b687d52 --- /dev/null +++ b/Balthisar Tidy/Frameworks/Fragaria.framework/Versions/A/_CodeSignature/CodeResources @@ -0,0 +1,1241 @@ + + + + + files + + Resources/Colour Schemes/Classic Fragaria.plist + + ShDGy2zm30CwNWD1bUgHRLhQJe0= + + Resources/Colour Schemes/Midnight.plist + + lH7vfpAZerelmzNNG40SBc69hIs= + + Resources/Colour Schemes/Solarized Dark.plist + + jPjLEhY3PqkIh+X5lbHOFaI9/J8= + + Resources/Colour Schemes/Solarized Light.plist + + +TbkFqn/0tQX/q6brmFR9dLs1Wc= + + Resources/Info.plist + + SCf8Nl2mW7TaoYjXjIxkBGtOte4= + + Resources/LICENSE-2.0.txt + + K4uBUimqimHkg/tLoFiLi2xJGJA= + + Resources/README.md + + 5ye6t/jdFIlIZf/izTNudJBDjao= + + Resources/Syntax Definitions/actionscript.plist + + IOXGk6G3pvsnWYqF52J+48iUW/I= + + Resources/Syntax Definitions/actionscript3.plist + + UeYXWyfHgx/3l/KOJgdiiQORx8g= + + Resources/Syntax Definitions/active4d.plist + + g3di38TW2TmjpsLtds+2VEDVerQ= + + Resources/Syntax Definitions/ada.plist + + dVY0MbHh92Rle13bioLt+aPaM90= + + Resources/Syntax Definitions/ampl.plist + + 32iOpdUL+ZRzlfo9VaHLJj1435E= + + Resources/Syntax Definitions/apache.plist + + gsVxIFVRsd8vQxcSdrK3lZ3TROI= + + Resources/Syntax Definitions/applescript.plist + + Gsa034ZCpRTkWDjXe/EATqS3yPA= + + Resources/Syntax Definitions/asm-m68k.plist + + Luk1gfcIDVxq8inaSx94IAsxZ7U= + + Resources/Syntax Definitions/asm-mips.plist + + 0pZVOMZGKZ9AdWKMgwDqCJ7mPXs= + + Resources/Syntax Definitions/asm-x86.plist + + 3bDllcAYWhY7k3WWnlhiukef1/8= + + Resources/Syntax Definitions/asp-js.plist + + XyCGxsT1Y1Az8JUZl3TVv9Fq6nM= + + Resources/Syntax Definitions/asp-vb.plist + + uku/D88ZadPhTcKSqRb4vahfgY0= + + Resources/Syntax Definitions/aspdotnet-cs.plist + + g8DNCoYxVQqT0GY4Defs58JopQc= + + Resources/Syntax Definitions/aspdotnet-vb.plist + + xuGDRFcUVKFWVfGKhhoEbxy9Xv4= + + Resources/Syntax Definitions/awk.plist + + yCjmPyxgBP6atd/n8cFBLTtJypo= + + Resources/Syntax Definitions/batch.plist + + JWp+s/ZocWnFY93QAWIJNcngwSo= + + Resources/Syntax Definitions/c.plist + + llF7gJgtSRbtjzIYHP3xR7Knzm0= + + Resources/Syntax Definitions/cobol.plist + + pgizcKDHBZCYYU8vsyyKSTyn060= + + Resources/Syntax Definitions/coffeescript.plist + + 9rox2w32T7X7fNf+agh9K8UEhP0= + + Resources/Syntax Definitions/coldfusion.plist + + 8csUGjQ8M+lT+ewExFcpXCxG50s= + + Resources/Syntax Definitions/cpp.plist + + kYpMo8cXNuc51bfGZZAf1kufuoc= + + Resources/Syntax Definitions/csharp.plist + + RGKxxbEsbYIqusMrrtgsr2HRMt8= + + Resources/Syntax Definitions/csound.plist + + M5JI2l2VUloPaNuwop6irzKi+YM= + + Resources/Syntax Definitions/css.plist + + sQWm5CP6TTV/8P/ejJZXZUyMBK8= + + Resources/Syntax Definitions/d.plist + + e/jBjyCwqzKcHET3CnNs3yLMUog= + + Resources/Syntax Definitions/dylan.plist + + AzuoK3OpLIakEdUuKvCzWaDRncc= + + Resources/Syntax Definitions/eiffel.plist + + Rum9vkTlRS5dEuc765bdDsgdL2A= + + Resources/Syntax Definitions/erl.plist + + LbiMa6iA3PgTpair/fi6v07WBPg= + + Resources/Syntax Definitions/eztpl.plist + + WKIkiy/wZnzK7qkbVhYt5KqX3SY= + + Resources/Syntax Definitions/f-script.plist + + oU2hVE1Wi6hNehW4w+NQQGoEdUY= + + Resources/Syntax Definitions/fortran.plist + + QSW1hi1JXB+8Ijls3IZgBekG/Rc= + + Resources/Syntax Definitions/freefem.plist + + 61ShugjfJwQ/DWfvGAsVNkCrLq4= + + Resources/Syntax Definitions/gedcom.plist + + RnumGT6C+R5U+jnJNxNFJn5MxPo= + + Resources/Syntax Definitions/gnuassembler.plist + + Vs7bnWT9eyh27PyPrcjG8T/G/JI= + + Resources/Syntax Definitions/graphviz.plist + + JE29/ewA8ZinXumQBpwLmIORXWE= + + Resources/Syntax Definitions/haskell.plist + + a1fWAmPpsV6j1qIlM+GtNSr5nwM= + + Resources/Syntax Definitions/header.plist + + 694k/4RSgTnj4Sga+ZpUk7rFC9Y= + + Resources/Syntax Definitions/html.plist + + Ld1rbzBTeAhbFNj3CcDtwUBUQa0= + + Resources/Syntax Definitions/idl.plist + + m48g30B/pDTmV5kj+SZg1/JPtI8= + + Resources/Syntax Definitions/java.plist + + zZCxAkzR3849uopnYx3IdAeCDvU= + + Resources/Syntax Definitions/javafx.plist + + GXBmV5rKOHj7qfjHJLb/scQYOVI= + + Resources/Syntax Definitions/javascript.plist + + K5vnxjOQxO0/BVucr9nRTZBtZ9s= + + Resources/Syntax Definitions/jsp.plist + + 7tgQ4r+SqnLZZH6rqdpDih27sW8= + + Resources/Syntax Definitions/latex.plist + + 9qFi7lwU24/V5i5Dqmu5kIsOdpI= + + Resources/Syntax Definitions/lilypond.plist + + LcsNAleY0hbX+WHWsa5GNopiPXI= + + Resources/Syntax Definitions/lisp.plist + + gqCX5YAsKhz1iUypPcdnwm71lgU= + + Resources/Syntax Definitions/logtalk.plist + + 7xjYyMh4pPY70Y5Qp655nVQaNDk= + + Resources/Syntax Definitions/lsl.plist + + mRPCjyMkYRxf3n5+KfCmNcwf1W4= + + Resources/Syntax Definitions/lua.plist + + AkFEn+p4wk9etQ3BlHXTLqrxrOE= + + Resources/Syntax Definitions/markdown.plist + + RLE6StfrqOViycdUzto4XvXLb1Y= + + Resources/Syntax Definitions/matlab.plist + + 1PHROaN7ennMZninpu433hnXXmk= + + Resources/Syntax Definitions/mel.plist + + BBih6ADnOPTt0IhPg14oDHXcBuQ= + + Resources/Syntax Definitions/metapost.plist + + a1a8qlpf7UfwqBoXO4PT/CK91Oc= + + Resources/Syntax Definitions/metaslang.plist + + lIem2bOpU08Hq9KtmOgK5OktXT4= + + Resources/Syntax Definitions/mysql.plist + + 86SoSivajhyAOx5WEHRhSzLn7rU= + + Resources/Syntax Definitions/nemerle.plist + + 620aR6jdh6CE/k6LghiADk3nRMA= + + Resources/Syntax Definitions/none.plist + + T/kYWtIwyFtygsRCFTGnKWmGxC4= + + Resources/Syntax Definitions/nrnhoc.plist + + THr/lb1+HZvqTLQfD84d/klWwRI= + + Resources/Syntax Definitions/objectivec.plist + + faVWwpl3myWP3CJb18DzC0l2zuo= + + Resources/Syntax Definitions/objectivecaml.plist + + l/qVhTGgnAwny7xdugShyTagS7g= + + Resources/Syntax Definitions/ox.plist + + GWr6HeneL2ejjc4X1Rx574IIClc= + + Resources/Syntax Definitions/pascal.plist + + KeGBl/FWC879PdQt0yayOY9vJCk= + + Resources/Syntax Definitions/pdf.plist + + ZRCQUZySoovCywJHe1whKdvMCeA= + + Resources/Syntax Definitions/perl.plist + + MHz9KIfp8RJUIzgWJmxXlzfGNDM= + + Resources/Syntax Definitions/php.plist + + BOJPd4XdLmIBGlO66zXKdrS0lAk= + + Resources/Syntax Definitions/plist.plist + + k+XvGpqwsDGLHLyxX42eyugNV9U= + + Resources/Syntax Definitions/postscript.plist + + pePJscnoroe0kXjUhU+iPPHiBVM= + + Resources/Syntax Definitions/prolog.plist + + 9DchEloMmWrgmTOlmzlrTrvVu3g= + + Resources/Syntax Definitions/python.plist + + 9RPcdc1eTXyjp2hH4+3+cQ+Eg9k= + + Resources/Syntax Definitions/r.plist + + TpJUNOTKzA18hAe85hgjV47efJA= + + Resources/Syntax Definitions/rhtml.plist + + TZxCfKeOcI0C8NE+wigiFvw/CQU= + + Resources/Syntax Definitions/ruby.plist + + W9w4D8En7ufBwOsx/qvnnDYf0tI= + + Resources/Syntax Definitions/scala.plist + + /ywZLEtyyybaU4759WkwIXH5s58= + + Resources/Syntax Definitions/sgml.plist + + ktkwEaHZ/A+l+1VByGKDPR3fU3Q= + + Resources/Syntax Definitions/shell.plist + + 6e38znIFTeAO3Gj6yYrjIk7dfI4= + + Resources/Syntax Definitions/sml.plist + + 4dHAwuP3ekNap+y+qV+nWSpj2Mk= + + Resources/Syntax Definitions/sql.plist + + vmVsMC7TP2A/sXc9jI5QvKeeMcw= + + Resources/Syntax Definitions/standard.plist + + oLCbV+mbSzVdkHSaZY7DSyR7Pww= + + Resources/Syntax Definitions/stata.plist + + ZVzUlAbptp4/N/Iu4LmpgfgmwCs= + + Resources/Syntax Definitions/supercollider.plist + + iMBf1x/a+lOtermIPhfA3SVzlK4= + + Resources/Syntax Definitions/tcltk.plist + + prPCMn9sRQPaTE7P08VweWr067o= + + Resources/Syntax Definitions/torquescript.plist + + MjUVZOFDch0/zft/ugywxRAYTkQ= + + Resources/Syntax Definitions/udo.plist + + 1gKwYRh+a7tplg3knYn2AVO2e4M= + + Resources/Syntax Definitions/vb.plist + + 2i0j3MQ8uXnze9VJ92v8G0jM31I= + + Resources/Syntax Definitions/verilog.plist + + aMR9lOMy0PjFiFC/rIPzXy6rucc= + + Resources/Syntax Definitions/vhdl.plist + + 3FUpgdqE7Hgu/8iW8gdUi9n323E= + + Resources/Syntax Definitions/xml.plist + + +2/OThmmq1kdpwcvs6pnEPsI1dY= + + Resources/SyntaxDefinitions.plist + + tk0hz0f5xNWgj4Opl/NKrNskRDQ= + + Resources/en-GB.lproj/MGSContextMenu.nib + + hash + + Mqh0plSFyOCu+yB1TZcn+8zw1Mk= + + optional + + + Resources/en-GB.lproj/SMLDetab.nib + + hash + + br0o2YCKuSNefqlOzwEzfCi7/as= + + optional + + + Resources/en-GB.lproj/SMLEntab.nib + + hash + + XJdhbv2SAJFtpyU8S95qwr+gipk= + + optional + + + Resources/en-GB.lproj/SMLGoToLine.nib + + hash + + 8nheUsXycGaVhs/BzEk9enZ6qKs= + + optional + + + Resources/en.lproj/Localizable.strings + + hash + + lMEZrukwnZPPMfckL4PmeADN1wk= + + optional + + + Resources/en.lproj/MGSColourSchemeSave.nib + + hash + + b2MMh8udGXWA7gpRxYMq+U3G7vE= + + optional + + + Resources/en.lproj/MGSContextMenu.nib + + hash + + Mqh0plSFyOCu+yB1TZcn+8zw1Mk= + + optional + + + Resources/en.lproj/MGSPrefsColourProperties.nib + + hash + + pRB2qm104fPAsRJbRFL6e728dzo= + + optional + + + Resources/en.lproj/MGSPrefsCommonViews.nib + + hash + + 7bT4tmp2GlIFLa+mzNFCKxVToYU= + + optional + + + Resources/en.lproj/MGSPrefsEditorProperties.nib + + hash + + NxlLKT3OV8UYOEUDyQkCUQ68QVI= + + optional + + + Resources/en.lproj/SMLDetab.nib + + hash + + br0o2YCKuSNefqlOzwEzfCi7/as= + + optional + + + Resources/en.lproj/SMLEntab.nib + + hash + + XJdhbv2SAJFtpyU8S95qwr+gipk= + + optional + + + Resources/en.lproj/SMLGoToLine.nib + + hash + + 8nheUsXycGaVhs/BzEk9enZ6qKs= + + optional + + + Resources/messagesAccess.pdf + + gCIBK2Wxx06oHq2nvyYPJ6Yi588= + + Resources/messagesConfig.pdf + + 25IRvJwk5rMw9TNTGBFh5Bp98kY= + + Resources/messagesDocument.pdf + + rnVTyeHclvjFYfPZWiFTS9Ay38E= + + Resources/messagesError.pdf + + o1FIW+rKjBqE71qLM1KawOUfpPo= + + Resources/messagesInfo.pdf + + 7z33Sv3n3UJsHTM4KPKr0TNBPGA= + + Resources/messagesPanic.pdf + + LfCUiE8BYsDFtwuoKoFXeeC7fyQ= + + Resources/messagesWarning.pdf + + iENW0m3EoiBTVyvdo+KjiHclIRw= + + + files2 + + Headers/Fragaria.h + + jmEVPcj4+7+Q6B6+gfupCmCOnyY= + + Headers/MGSBreakpointDelegate.h + + s5Wyy2f17G1VH58MZGYpxIghGhc= + + Headers/MGSDragOperationDelegate.h + + 2QPszVynF7CCEOdS7Nx7yeAuh+c= + + Headers/MGSFragariaTextViewDelegate.h + + /1toSBW+YsBDAj1Rc+6MPMk4e1c= + + Headers/MGSFragariaView+Definitions.h + + gV3BghGWU/SCVBbejMbY/yyY4wM= + + Headers/MGSFragariaView.h + + BEsxbKx3qo6bKgxbdJ6IK+hG3k4= + + Headers/MGSHybridUserDefaultsController.h + + ghjZgiWMzUsJ7+ueOYs9/sKOcgA= + + Headers/MGSPrefsColourPropertiesViewController.h + + TKl+2h0MNmbt5qtYDNAxdSy9U1w= + + Headers/MGSPrefsEditorPropertiesViewController.h + + SCAEMlM9RiQfMnyonuPWztVo4yo= + + Headers/MGSPrefsViewController.h + + LfALQGZtcf7ARpVD1ZUznZfdjIM= + + Headers/MGSSyntaxController.h + + b2vmxA0NomwEn6Co7SQ6A2lhSw4= + + Headers/MGSUserDefaultsController.h + + Qxpxa2Uog/GQHz2r1UAQhfix8gQ= + + Headers/MGSUserDefaultsControllerProtocol.h + + rylwrVT2RRyUYBRUj7CEg9GJu4k= + + Headers/SMLAutoCompleteDelegate.h + + 7mB/aQtBnGa0odRO7FbxrcIpddg= + + Headers/SMLSyntaxColouringDelegate.h + + 1L/63xW/ExDduCGlk9yL4k23jQg= + + Headers/SMLSyntaxDefinition.h + + 4aBJSpiw4eyhnho24v6LP5sg6zc= + + Headers/SMLSyntaxError.h + + pI+DGHsLYQ5a9B+80HTISH/AKPo= + + Headers/SMLTextView+MGSDragging.h + + 6zrpaLzSRR/2If753WIiHcbiZqg= + + Headers/SMLTextView+MGSTextActions.h + + /npnAGm0gr2Q6ayVgH84bp3fvK8= + + Headers/SMLTextView.h + + LakhZ3kFF66NL/9dzPNudAQ6U8s= + + Modules/module.modulemap + + MHAD4Ac8DWEz/dRX1gGekgydOhQ= + + Resources/Colour Schemes/Classic Fragaria.plist + + ShDGy2zm30CwNWD1bUgHRLhQJe0= + + Resources/Colour Schemes/Midnight.plist + + lH7vfpAZerelmzNNG40SBc69hIs= + + Resources/Colour Schemes/Solarized Dark.plist + + jPjLEhY3PqkIh+X5lbHOFaI9/J8= + + Resources/Colour Schemes/Solarized Light.plist + + +TbkFqn/0tQX/q6brmFR9dLs1Wc= + + Resources/Info.plist + + SCf8Nl2mW7TaoYjXjIxkBGtOte4= + + Resources/LICENSE-2.0.txt + + K4uBUimqimHkg/tLoFiLi2xJGJA= + + Resources/README.md + + 5ye6t/jdFIlIZf/izTNudJBDjao= + + Resources/Syntax Definitions/actionscript.plist + + IOXGk6G3pvsnWYqF52J+48iUW/I= + + Resources/Syntax Definitions/actionscript3.plist + + UeYXWyfHgx/3l/KOJgdiiQORx8g= + + Resources/Syntax Definitions/active4d.plist + + g3di38TW2TmjpsLtds+2VEDVerQ= + + Resources/Syntax Definitions/ada.plist + + dVY0MbHh92Rle13bioLt+aPaM90= + + Resources/Syntax Definitions/ampl.plist + + 32iOpdUL+ZRzlfo9VaHLJj1435E= + + Resources/Syntax Definitions/apache.plist + + gsVxIFVRsd8vQxcSdrK3lZ3TROI= + + Resources/Syntax Definitions/applescript.plist + + Gsa034ZCpRTkWDjXe/EATqS3yPA= + + Resources/Syntax Definitions/asm-m68k.plist + + Luk1gfcIDVxq8inaSx94IAsxZ7U= + + Resources/Syntax Definitions/asm-mips.plist + + 0pZVOMZGKZ9AdWKMgwDqCJ7mPXs= + + Resources/Syntax Definitions/asm-x86.plist + + 3bDllcAYWhY7k3WWnlhiukef1/8= + + Resources/Syntax Definitions/asp-js.plist + + XyCGxsT1Y1Az8JUZl3TVv9Fq6nM= + + Resources/Syntax Definitions/asp-vb.plist + + uku/D88ZadPhTcKSqRb4vahfgY0= + + Resources/Syntax Definitions/aspdotnet-cs.plist + + g8DNCoYxVQqT0GY4Defs58JopQc= + + Resources/Syntax Definitions/aspdotnet-vb.plist + + xuGDRFcUVKFWVfGKhhoEbxy9Xv4= + + Resources/Syntax Definitions/awk.plist + + yCjmPyxgBP6atd/n8cFBLTtJypo= + + Resources/Syntax Definitions/batch.plist + + JWp+s/ZocWnFY93QAWIJNcngwSo= + + Resources/Syntax Definitions/c.plist + + llF7gJgtSRbtjzIYHP3xR7Knzm0= + + Resources/Syntax Definitions/cobol.plist + + pgizcKDHBZCYYU8vsyyKSTyn060= + + Resources/Syntax Definitions/coffeescript.plist + + 9rox2w32T7X7fNf+agh9K8UEhP0= + + Resources/Syntax Definitions/coldfusion.plist + + 8csUGjQ8M+lT+ewExFcpXCxG50s= + + Resources/Syntax Definitions/cpp.plist + + kYpMo8cXNuc51bfGZZAf1kufuoc= + + Resources/Syntax Definitions/csharp.plist + + RGKxxbEsbYIqusMrrtgsr2HRMt8= + + Resources/Syntax Definitions/csound.plist + + M5JI2l2VUloPaNuwop6irzKi+YM= + + Resources/Syntax Definitions/css.plist + + sQWm5CP6TTV/8P/ejJZXZUyMBK8= + + Resources/Syntax Definitions/d.plist + + e/jBjyCwqzKcHET3CnNs3yLMUog= + + Resources/Syntax Definitions/dylan.plist + + AzuoK3OpLIakEdUuKvCzWaDRncc= + + Resources/Syntax Definitions/eiffel.plist + + Rum9vkTlRS5dEuc765bdDsgdL2A= + + Resources/Syntax Definitions/erl.plist + + LbiMa6iA3PgTpair/fi6v07WBPg= + + Resources/Syntax Definitions/eztpl.plist + + WKIkiy/wZnzK7qkbVhYt5KqX3SY= + + Resources/Syntax Definitions/f-script.plist + + oU2hVE1Wi6hNehW4w+NQQGoEdUY= + + Resources/Syntax Definitions/fortran.plist + + QSW1hi1JXB+8Ijls3IZgBekG/Rc= + + Resources/Syntax Definitions/freefem.plist + + 61ShugjfJwQ/DWfvGAsVNkCrLq4= + + Resources/Syntax Definitions/gedcom.plist + + RnumGT6C+R5U+jnJNxNFJn5MxPo= + + Resources/Syntax Definitions/gnuassembler.plist + + Vs7bnWT9eyh27PyPrcjG8T/G/JI= + + Resources/Syntax Definitions/graphviz.plist + + JE29/ewA8ZinXumQBpwLmIORXWE= + + Resources/Syntax Definitions/haskell.plist + + a1fWAmPpsV6j1qIlM+GtNSr5nwM= + + Resources/Syntax Definitions/header.plist + + 694k/4RSgTnj4Sga+ZpUk7rFC9Y= + + Resources/Syntax Definitions/html.plist + + Ld1rbzBTeAhbFNj3CcDtwUBUQa0= + + Resources/Syntax Definitions/idl.plist + + m48g30B/pDTmV5kj+SZg1/JPtI8= + + Resources/Syntax Definitions/java.plist + + zZCxAkzR3849uopnYx3IdAeCDvU= + + Resources/Syntax Definitions/javafx.plist + + GXBmV5rKOHj7qfjHJLb/scQYOVI= + + Resources/Syntax Definitions/javascript.plist + + K5vnxjOQxO0/BVucr9nRTZBtZ9s= + + Resources/Syntax Definitions/jsp.plist + + 7tgQ4r+SqnLZZH6rqdpDih27sW8= + + Resources/Syntax Definitions/latex.plist + + 9qFi7lwU24/V5i5Dqmu5kIsOdpI= + + Resources/Syntax Definitions/lilypond.plist + + LcsNAleY0hbX+WHWsa5GNopiPXI= + + Resources/Syntax Definitions/lisp.plist + + gqCX5YAsKhz1iUypPcdnwm71lgU= + + Resources/Syntax Definitions/logtalk.plist + + 7xjYyMh4pPY70Y5Qp655nVQaNDk= + + Resources/Syntax Definitions/lsl.plist + + mRPCjyMkYRxf3n5+KfCmNcwf1W4= + + Resources/Syntax Definitions/lua.plist + + AkFEn+p4wk9etQ3BlHXTLqrxrOE= + + Resources/Syntax Definitions/markdown.plist + + RLE6StfrqOViycdUzto4XvXLb1Y= + + Resources/Syntax Definitions/matlab.plist + + 1PHROaN7ennMZninpu433hnXXmk= + + Resources/Syntax Definitions/mel.plist + + BBih6ADnOPTt0IhPg14oDHXcBuQ= + + Resources/Syntax Definitions/metapost.plist + + a1a8qlpf7UfwqBoXO4PT/CK91Oc= + + Resources/Syntax Definitions/metaslang.plist + + lIem2bOpU08Hq9KtmOgK5OktXT4= + + Resources/Syntax Definitions/mysql.plist + + 86SoSivajhyAOx5WEHRhSzLn7rU= + + Resources/Syntax Definitions/nemerle.plist + + 620aR6jdh6CE/k6LghiADk3nRMA= + + Resources/Syntax Definitions/none.plist + + T/kYWtIwyFtygsRCFTGnKWmGxC4= + + Resources/Syntax Definitions/nrnhoc.plist + + THr/lb1+HZvqTLQfD84d/klWwRI= + + Resources/Syntax Definitions/objectivec.plist + + faVWwpl3myWP3CJb18DzC0l2zuo= + + Resources/Syntax Definitions/objectivecaml.plist + + l/qVhTGgnAwny7xdugShyTagS7g= + + Resources/Syntax Definitions/ox.plist + + GWr6HeneL2ejjc4X1Rx574IIClc= + + Resources/Syntax Definitions/pascal.plist + + KeGBl/FWC879PdQt0yayOY9vJCk= + + Resources/Syntax Definitions/pdf.plist + + ZRCQUZySoovCywJHe1whKdvMCeA= + + Resources/Syntax Definitions/perl.plist + + MHz9KIfp8RJUIzgWJmxXlzfGNDM= + + Resources/Syntax Definitions/php.plist + + BOJPd4XdLmIBGlO66zXKdrS0lAk= + + Resources/Syntax Definitions/plist.plist + + k+XvGpqwsDGLHLyxX42eyugNV9U= + + Resources/Syntax Definitions/postscript.plist + + pePJscnoroe0kXjUhU+iPPHiBVM= + + Resources/Syntax Definitions/prolog.plist + + 9DchEloMmWrgmTOlmzlrTrvVu3g= + + Resources/Syntax Definitions/python.plist + + 9RPcdc1eTXyjp2hH4+3+cQ+Eg9k= + + Resources/Syntax Definitions/r.plist + + TpJUNOTKzA18hAe85hgjV47efJA= + + Resources/Syntax Definitions/rhtml.plist + + TZxCfKeOcI0C8NE+wigiFvw/CQU= + + Resources/Syntax Definitions/ruby.plist + + W9w4D8En7ufBwOsx/qvnnDYf0tI= + + Resources/Syntax Definitions/scala.plist + + /ywZLEtyyybaU4759WkwIXH5s58= + + Resources/Syntax Definitions/sgml.plist + + ktkwEaHZ/A+l+1VByGKDPR3fU3Q= + + Resources/Syntax Definitions/shell.plist + + 6e38znIFTeAO3Gj6yYrjIk7dfI4= + + Resources/Syntax Definitions/sml.plist + + 4dHAwuP3ekNap+y+qV+nWSpj2Mk= + + Resources/Syntax Definitions/sql.plist + + vmVsMC7TP2A/sXc9jI5QvKeeMcw= + + Resources/Syntax Definitions/standard.plist + + oLCbV+mbSzVdkHSaZY7DSyR7Pww= + + Resources/Syntax Definitions/stata.plist + + ZVzUlAbptp4/N/Iu4LmpgfgmwCs= + + Resources/Syntax Definitions/supercollider.plist + + iMBf1x/a+lOtermIPhfA3SVzlK4= + + Resources/Syntax Definitions/tcltk.plist + + prPCMn9sRQPaTE7P08VweWr067o= + + Resources/Syntax Definitions/torquescript.plist + + MjUVZOFDch0/zft/ugywxRAYTkQ= + + Resources/Syntax Definitions/udo.plist + + 1gKwYRh+a7tplg3knYn2AVO2e4M= + + Resources/Syntax Definitions/vb.plist + + 2i0j3MQ8uXnze9VJ92v8G0jM31I= + + Resources/Syntax Definitions/verilog.plist + + aMR9lOMy0PjFiFC/rIPzXy6rucc= + + Resources/Syntax Definitions/vhdl.plist + + 3FUpgdqE7Hgu/8iW8gdUi9n323E= + + Resources/Syntax Definitions/xml.plist + + +2/OThmmq1kdpwcvs6pnEPsI1dY= + + Resources/SyntaxDefinitions.plist + + tk0hz0f5xNWgj4Opl/NKrNskRDQ= + + Resources/en-GB.lproj/MGSContextMenu.nib + + hash + + Mqh0plSFyOCu+yB1TZcn+8zw1Mk= + + optional + + + Resources/en-GB.lproj/SMLDetab.nib + + hash + + br0o2YCKuSNefqlOzwEzfCi7/as= + + optional + + + Resources/en-GB.lproj/SMLEntab.nib + + hash + + XJdhbv2SAJFtpyU8S95qwr+gipk= + + optional + + + Resources/en-GB.lproj/SMLGoToLine.nib + + hash + + 8nheUsXycGaVhs/BzEk9enZ6qKs= + + optional + + + Resources/en.lproj/Localizable.strings + + hash + + lMEZrukwnZPPMfckL4PmeADN1wk= + + optional + + + Resources/en.lproj/MGSColourSchemeSave.nib + + hash + + b2MMh8udGXWA7gpRxYMq+U3G7vE= + + optional + + + Resources/en.lproj/MGSContextMenu.nib + + hash + + Mqh0plSFyOCu+yB1TZcn+8zw1Mk= + + optional + + + Resources/en.lproj/MGSPrefsColourProperties.nib + + hash + + pRB2qm104fPAsRJbRFL6e728dzo= + + optional + + + Resources/en.lproj/MGSPrefsCommonViews.nib + + hash + + 7bT4tmp2GlIFLa+mzNFCKxVToYU= + + optional + + + Resources/en.lproj/MGSPrefsEditorProperties.nib + + hash + + NxlLKT3OV8UYOEUDyQkCUQ68QVI= + + optional + + + Resources/en.lproj/SMLDetab.nib + + hash + + br0o2YCKuSNefqlOzwEzfCi7/as= + + optional + + + Resources/en.lproj/SMLEntab.nib + + hash + + XJdhbv2SAJFtpyU8S95qwr+gipk= + + optional + + + Resources/en.lproj/SMLGoToLine.nib + + hash + + 8nheUsXycGaVhs/BzEk9enZ6qKs= + + optional + + + Resources/messagesAccess.pdf + + gCIBK2Wxx06oHq2nvyYPJ6Yi588= + + Resources/messagesConfig.pdf + + 25IRvJwk5rMw9TNTGBFh5Bp98kY= + + Resources/messagesDocument.pdf + + rnVTyeHclvjFYfPZWiFTS9Ay38E= + + Resources/messagesError.pdf + + o1FIW+rKjBqE71qLM1KawOUfpPo= + + Resources/messagesInfo.pdf + + 7z33Sv3n3UJsHTM4KPKr0TNBPGA= + + Resources/messagesPanic.pdf + + LfCUiE8BYsDFtwuoKoFXeeC7fyQ= + + Resources/messagesWarning.pdf + + iENW0m3EoiBTVyvdo+KjiHclIRw= + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h old mode 100755 new mode 100644 index 8f3efc8e..a035f18f --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h @@ -19,6 +19,7 @@ SU_EXPORT @interface SUAppcast : NSObject @property (copy) NSDictionary *httpHeaders; - (void)fetchAppcastFromURL:(NSURL *)url completionBlock:(void (^)(NSError *))err; +- (SUAppcast *)copyWithoutDeltaUpdates; @property (readonly, copy) NSArray *items; @end diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h old mode 100755 new mode 100644 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUErrors.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUErrors.h old mode 100755 new mode 100644 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUExport.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUExport.h old mode 100755 new mode 100644 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h old mode 100755 new mode 100644 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h old mode 100755 new mode 100644 index ed0072af..86024858 --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h @@ -14,7 +14,7 @@ #import "SUVersionComparisonProtocol.h" #import "SUVersionDisplayProtocol.h" -@class SUUpdateDriver, SUAppcastItem, SUHost, SUAppcast; +@class SUAppcastItem, SUAppcast; @protocol SUUpdaterDelegate; @@ -54,6 +54,8 @@ SU_EXPORT @interface SUUpdater : NSObject @property BOOL automaticallyDownloadsUpdates; +@property (nonatomic, copy) NSString *decryptionPassword; + /*! Explicitly checks for updates and displays a progress dialog while doing so. diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h old mode 100755 new mode 100644 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h old mode 100755 new mode 100644 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h old mode 100755 new mode 100644 index 7b482064..20ed6979 --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h @@ -14,12 +14,12 @@ // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless // there are name-space collisions) so we can list all of them to start with: -#import -#import -#import -#import -#import -#import -#import +#import "SUAppcast.h" +#import "SUAppcastItem.h" +#import "SUStandardVersionComparator.h" +#import "SUUpdater.h" +#import "SUVersionComparisonProtocol.h" +#import "SUVersionDisplayProtocol.h" +#import "SUErrors.h" #endif diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h old mode 100755 new mode 100644 index 6397fe71..ccd5611d --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h @@ -18,9 +18,10 @@ @property (copy, readonly) NSString *archivePath; @property (copy, readonly) NSString *updateHostBundlePath; +@property (copy, readonly) NSString *decryptionPassword; @property (weak) id delegate; -+ (SUUnarchiver *)unarchiverForPath:(NSString *)path updatingHostBundlePath:(NSString *)host; ++ (SUUnarchiver *)unarchiverForPath:(NSString *)path updatingHostBundlePath:(NSString *)host withPassword:(NSString *)decryptionPassword; - (void)start; @end diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist index 2a837815..1c7e42cc 100644 --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 14F27 + 14F1605 CFBundleDevelopmentRegion English CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.12.0 + 1.14.0 git-3163b6a CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,21 +25,21 @@ MacOSX CFBundleVersion - 1.12.0 + 1.14.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 7A1001 + 7C1002 DTPlatformVersion GM DTSDKBuild - 15A278 + 15C43 DTSDKName macosx10.11 DTXcode - 0701 + 0721 DTXcodeBuild - 7A1001 + 7C1002 LSBackgroundOnly 1 LSMinimumSystemVersion diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate index 81e47a87..48d1c84e 100755 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns index 93fb79e0..75c7c379 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings index 6ca360d1..da590284 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings index 1925ba49..08cb2961 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings index 300fc86a..19cb11f7 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings index 0e91210e..cbd1ba68 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist index f2ca6828..a93ee6d7 100644 --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist @@ -3,13 +3,13 @@ BuildMachineOSBuild - 14F27 + 14F1605 CFBundleDevelopmentRegion en CFBundleExecutable Sparkle CFBundleIdentifier - org.andymatuschak.Sparkle + org.sparkle-project.Sparkle CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.12.0 + 1.14.0 git-3163b6a CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,20 +25,20 @@ MacOSX CFBundleVersion - 1.12.0 + 1.14.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 7A1001 + 7C1002 DTPlatformVersion GM DTSDKBuild - 15A278 + 15C43 DTSDKName macosx10.11 DTXcode - 0701 + 0721 DTXcodeBuild - 7A1001 + 7C1002 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist old mode 100755 new mode 100644 index 35eb74c0..1f75b248 --- a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist +++ b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist @@ -47,7 +47,13 @@ iMac14,4 iMac (Core i5, 21.5 inch Mid 2014) iMac15,1 - iMac (Retina 5K Core i5 or i7, 27 inch 2014 or 2015) + iMac (Retina 5K Core i5 or i7, 27 inch Late 2014 or Mid 2015) + iMac16,1 + iMac (Core i5, 21,5 inch Late 2015) + iMac16,2 + iMac (Retina 4K Core i5 or i7, 21.5 inch Late 2015) + iMac17,1 + iMac (Retina 5K Core i5 or i7, 27 inch Late 2015) MacBook1,1 MacBook (Core Duo) MacBook2,1 diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib index f91cb9d6..9e76f31c 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib index a2e85b02..3818aa7c 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib index 65546d40..ff0dd20c 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib index 4ff8afed..a7c2d165 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib index e23cfa15..3f9e697e 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib index 6a2651b2..7532a8a1 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings index 6ca360d1..da590284 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib index 3fc9d17d..375974c6 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib index 1c667b73..ce9fe0f0 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib index 0caea25b..23fa6cfa 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib index b2b95540..396eda1c 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib index c31ac424..a97470a7 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib index 1020bc15..cb001dd0 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib index 229df3c0..3a1ec97b 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib index 0d43c97e..21a6de08 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib index 8b7c3424..949e3c75 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib index 9079d264..3ab3a9f4 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib index 142349d9..e5c50122 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib index b2666b7f..347fc144 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib index 0dab596d..bd267f6f 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib index ac3f3e4d..64bc3f63 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib index 52eca825..a9cd8dff 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib index cae35bff..701543cc 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib index 32a695d4..a77af7e1 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib index 68083c21..655b699b 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib index b6b74f39..ad7a11c0 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib index f5a1d2dc..5ec0d98e 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib index 9c257bed..aafd2307 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib index d559eeba..af6ab100 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib index 54965a47..ddcb57d0 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib index 7e4b7586..afe44737 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib index bbafb698..d44bc9ab 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib index b695edf6..51ff4275 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings index 1925ba49..08cb2961 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib index 4012e8ca..2ed0d619 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib index 5b35ce4a..06291623 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib index 1bf44574..273b981f 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib index fe29652e..b45d02fb 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib index a58e36c1..1f520015 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib index 52f75563..d0ccf6cf 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib index 67b36a87..9007ad60 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib index 9bdf54b6..141b5bc5 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib index 4e7cbe0a..6095b4f2 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib index ec1ad6d3..49028f98 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib index c2d1cae6..68eb4a26 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib index 8d7ad594..abb24b42 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib index 5b3c87b8..977e284b 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib index 0790ab5a..5cfc4752 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib index 9abc25fe..8876310f 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings index 300fc86a..19cb11f7 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib index 8add8842..efcc5db3 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib index 1b678d30..7193e944 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib index 07d56afe..1d5621ce 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib index 32008159..201ee9e1 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib index 91f43355..7803963e 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib index 874cce21..63b145da 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib index f501887c..d6da2dc0 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib index 3d961ce8..49d95220 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib index b3d00d50..25de561c 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib index 6de310e6..61bbb828 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib index 3ef6fb05..d0e9f95e 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib index 47699744..96a0c06a 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib index 3c922a90..09c2f147 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib index 29578895..c617a691 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib index c82809bd..0f060927 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib index 44caab3b..7c70b3ed 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib index 4c803c15..c4226811 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib index c0c7e651..6ddde6c2 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib index 5dd71dcb..bbab2ce4 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib index de5d239b..e559522d 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib index 7f8faafd..51d4065d 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib index 285513ab..929c3729 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib index 93393883..ef67d167 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib index 8de780e9..dfd97594 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib index 3d1c58b5..4660de1b 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib index 639d2c32..3dd17f42 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib index db439c06..72a4a6b9 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib index 6533a98a..2a556882 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib index f10d9225..c0cc2160 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib index bdc1fd04..7009f25f 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings index 0e91210e..cbd1ba68 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib index 3d0448f5..cff6b534 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib index 55666207..96c87eb5 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib index 5b8a9f68..51e09066 100644 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Sparkle b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Sparkle index 11a7932e..35588c00 100755 Binary files a/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Sparkle and b/Balthisar Tidy/Frameworks/Sparkle.framework/Versions/A/Sparkle differ diff --git a/Balthisar Tidy/Resources/Base.lproj/Acknowledgments.rtf b/Balthisar Tidy/Resources/Base.lproj/Acknowledgments.rtf index e0fe0ace..5944c8ab 100644 --- a/Balthisar Tidy/Resources/Base.lproj/Acknowledgments.rtf +++ b/Balthisar Tidy/Resources/Base.lproj/Acknowledgments.rtf @@ -4,7 +4,7 @@ {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} {\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} -\margl1440\margr1440\vieww15200\viewh17140\viewkind0 +\margl1440\margr1440\vieww15200\viewh15420\viewkind0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl480\slmult1\pardirnatural\qc \f0\b\fs36 \cf0 Acknowledgements @@ -32,13 +32,13 @@ Used under the terms of the \'93WC3 License,\'94 below.\ \ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural -\b\fs28 \cf0 NoodleLineNumberView\ +\b\fs28 \cf0 Fragaria (modernized)\ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\sl360\slmult1\pardirnatural -\b0\fs24 \cf0 by Paul Kim\ +\b0\fs24 \cf0 by Daniele Cattaneo, et al.\ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural -\cf0 Copyright \'a9 2012 Noodlesoft, LLC\ -Used under the terms of the \'93MIT License (MIT),\'94 below.\ +\cf0 Copyright \'a9 2016 Individual Contributors\ +Used under the terms of the \'93Apache 2.0 License,\'94 below.\ \ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural @@ -129,17 +129,26 @@ This formulation of W3C's notice and license became active on December 31 2002. \ \pard\pardeftab720\qc -\b\fs28 \cf3 The MIT License (MIT)\ -\pard\pardeftab720 +\b\fs28 \cf3 Apache License\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc -\b0\fs24 \cf0 \ -Copyright (c) \ +\b0\fs24 \cf0 Version 2.0, January 2004\ +http://www.apache.org/licenses/\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural +\cf0 \ +Copyright [ +\i yyyy +\i0 ] [ +\i name of copyright owner +\i0 ]\ \ -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\ \ -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +http://www.apache.org/licenses/LICENSE-2.0\ \ -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\ +\pard\pardeftab720 +\cf0 \ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural \cf0 \ \ diff --git a/Balthisar Tidy/Resources/Base.lproj/InfoPlist.strings b/Balthisar Tidy/Resources/Base.lproj/InfoPlist.strings index c3a4ab22..8361d707 100644 --- a/Balthisar Tidy/Resources/Base.lproj/InfoPlist.strings +++ b/Balthisar Tidy/Resources/Base.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ 'CFBundleDisplayName' = 'Balthisar Tidy'; -'NSHumanReadableCopyright' = 'Copyright ©2015 Jim Derry. All rights reserved.'; +'NSHumanReadableCopyright' = 'Copyright ©2016 Jim Derry. All rights reserved.'; 'HTML File' = 'HTML File'; 'PHP File' = 'PHP File'; diff --git a/Balthisar Tidy/Resources/Base.lproj/Localizable.strings b/Balthisar Tidy/Resources/Base.lproj/Localizable.strings index b7b31fa1..45130b5e 100755 --- a/Balthisar Tidy/Resources/Base.lproj/Localizable.strings +++ b/Balthisar Tidy/Resources/Base.lproj/Localizable.strings @@ -14,6 +14,12 @@ /* libtidy compatibility checking */ "libTidy-compatability-message" = "Compatibility Warning for libtidy"; "libTidy-compatability-inform" = "Balthisar Tidy is using libtidy version %@, but version %@ is the minimum recommended version.\nThis is probably because you have an older libtidy‑balthisar.dylib installed in /usr/local/lib/.\nSee \"Use a different version of libtidy\" in Help."; +"libTidy-compatability-button" = "OK"; + +/* delete user defaults confirmation */ +"defaults-delete-message" = "Are you sure you want to delete all Preferences?"; +"defaults-delete-button-delete" = "Delete"; +"defaults-delete-button-cancel" = "Cancel"; /* FirstRunController */ diff --git a/HTMLTidy/vendor/tidy-html5/CMakeLists.txt b/HTMLTidy/vendor/tidy-html5/CMakeLists.txt deleted file mode 100644 index eb22e03a..00000000 --- a/HTMLTidy/vendor/tidy-html5/CMakeLists.txt +++ /dev/null @@ -1,380 +0,0 @@ -# CMakeLists.txt - 20150402 - 20150130 - 20140801 - for github htacg/tidy-html5 -# Prepare for changing the name to 'tidy' -cmake_minimum_required (VERSION 2.8.8) - -set(LIB_NAME tidy) - -project (${LIB_NAME}) - -# ### NOTE: *** Adjust version.txt when required *** -# read 'version' file into a variable (stripping any newlines or spaces) -# 20150609: Revert to supplying BOTH version and date, as we had back in Jan 2015 -# NOTE: Both version and date MUST be DOT separated, in two lines. -file(READ version.txt versionFile) -if (NOT versionFile) - message(FATAL_ERROR "Unable to determine libtidy version. version.txt file is missing.") -endif() -string(STRIP "${versionFile}" VERSION_TEXT) -string(REGEX REPLACE "(.*)[\r\n|\n](.*)" "\\1" LIBTIDY_VERSION ${VERSION_TEXT}) -string(REGEX REPLACE "(.*)[\r\n|\n](.*)" "\\2" LIBTIDY_DATE ${VERSION_TEXT}) -# establish version number -if (LIBTIDY_VERSION) - string(REPLACE "." ";" VERSION_LIST ${LIBTIDY_VERSION}) - list(GET VERSION_LIST 0 TIDY_MAJOR_VERSION) - list(GET VERSION_LIST 1 TIDY_MINOR_VERSION) - list(GET VERSION_LIST 2 TIDY_POINT_VERSION) -else () - message(FATAL_ERROR "*** FAILED to get a VERSION from version.txt!") -endif () -# establish version date -if (LIBTIDY_DATE) - string(REPLACE "." ";" DATE_LIST ${LIBTIDY_DATE}) - list(GET DATE_LIST 0 tidy_YEAR) - list(GET DATE_LIST 1 tidy_MONTH) - list(GET DATE_LIST 2 tidy_DAY) -else () - message(FATAL_ERROR "*** FAILED to get a DATE from version.txt!") -endif () - -# BY default, BOTH library types build, Allow turning OFF shared if not neede -set( LIB_TYPE STATIC ) # set default static -option( BUILD_SHARED_LIB "Set OFF to NOT build shared library" ON ) -option( BUILD_TAB2SPACE "Set ON to build utility app, tab2space" OFF ) -option( BUILD_SAMPLE_CODE "Set ON to build the sample code" OFF ) -if (NOT MAN_INSTALL_DIR) - set(MAN_INSTALL_DIR share/man/man1) -endif () -option( BUILD_DOCUMENTATION "Set ON to build the documentation" OFF ) - -if(CMAKE_COMPILER_IS_GNUCXX) - set( WARNING_FLAGS -Wall ) -endif(CMAKE_COMPILER_IS_GNUCXX) - -if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") - set( WARNING_FLAGS "-Wall -Wno-overloaded-virtual" ) -endif() - -if(WIN32 AND MSVC) - # turn off various warnings - set(WARNING_FLAGS "${WARNING_FLAGS} /wd4996") - # C4090: 'function' : different 'const' qualifiers - # C4244: '=' : conversion from '__int64' to 'uint', possible loss of data - # C4267: 'function' : conversion from 'size_t' to 'uint', possible loss of data - # foreach(warning 4244 4251 4267 4275 4290 4786 4305) - foreach(warning 4090 4244 4267) - set(WARNING_FLAGS "${WARNING_FLAGS} /wd${warning}") - endforeach() - set( MSVC_FLAGS "-DNOMINMAX -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D__CRT_NONSTDC_NO_WARNINGS" ) - # if (${MSVC_VERSION} EQUAL 1600) - # set( MSVC_LD_FLAGS "/FORCE:MULTIPLE" ) - # endif (${MSVC_VERSION} EQUAL 1600) - # set( NOMINMAX 1 ) - # to distinguish between debug and release lib in windows - set( CMAKE_DEBUG_POSTFIX "d" ) # little effect in unix -else() - # add any gcc flags -endif() - -set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${WARNING_FLAGS} ${MSVC_FLAGS} -D_REENTRANT" ) -set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WARNING_FLAGS} ${MSVC_FLAGS} -D_REENTRANT" ) -set( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${MSVC_LD_FLAGS}" ) - -add_definitions ( -DHAVE_CONFIG_H ) -add_definitions ( -DSUPPORT_UTF16_ENCODINGS=1 ) -add_definitions ( -DSUPPORT_ASIAN_ENCODINGS=1 ) -add_definitions ( -DSUPPORT_ACCESSIBILITY_CHECKS=1 ) -add_definitions ( -DLIBTIDY_VERSION="${LIBTIDY_VERSION}" ) -add_definitions ( -DRELEASE_DATE="${tidy_YEAR}/${tidy_MONTH}/${tidy_DAY}" ) -### add_definitions ( -DRC_NUMBER="EXP3" ) - -# Issue #188 - Support user items in platform.h -if (TIDY_CONFIG_FILE) - add_definitions( -DTIDY_CONFIG_FILE="${TIDY_CONFIG_FILE}" ) -endif () -if (TIDY_USER_CONFIG_FILE) - add_definitions( -DTIDY_USER_CONFIG_FILE="${TIDY_USER_CONFIG_FILE}" ) -endif () -if (SUPPORT_GETPWNAM) - add_definitions( -DSUPPORT_GETPWNAM=1 ) -endif () - -if(BUILD_SHARED_LIB) - set(LIB_TYPE SHARED) - message(STATUS "*** Also building DLL library ${LIB_TYPE}, version ${LIBTIDY_VERSION}, date ${LIBTIDY_DATE}") -else() - message(STATUS "*** Only building static library ${LIB_TYPE}, version ${LIBTIDY_VERSION}, date ${LIBTIDY_DATE}") -endif() - -include_directories ( "${PROJECT_SOURCE_DIR}/include" "${PROJECT_SOURCE_DIR}/src" ) - -############################################################################## -### tidy library -# file locations -set ( SRCDIR src ) -set ( INCDIR include ) -# file lists -set ( CFILES - ${SRCDIR}/access.c ${SRCDIR}/attrs.c ${SRCDIR}/istack.c - ${SRCDIR}/parser.c ${SRCDIR}/tags.c ${SRCDIR}/entities.c - ${SRCDIR}/lexer.c ${SRCDIR}/pprint.c ${SRCDIR}/charsets.c ${SRCDIR}/clean.c - ${SRCDIR}/localize.c ${SRCDIR}/config.c ${SRCDIR}/alloc.c - ${SRCDIR}/attrask.c ${SRCDIR}/attrdict.c ${SRCDIR}/attrget.c - ${SRCDIR}/buffio.c ${SRCDIR}/fileio.c ${SRCDIR}/streamio.c - ${SRCDIR}/tagask.c ${SRCDIR}/tmbstr.c ${SRCDIR}/utf8.c - ${SRCDIR}/tidylib.c ${SRCDIR}/mappedio.c ${SRCDIR}/gdoc.c ) -set ( HFILES - ${INCDIR}/tidyplatform.h ${INCDIR}/tidy.h ${INCDIR}/tidyenum.h - ${INCDIR}/tidybuffio.h ) -set ( LIBHFILES - ${SRCDIR}/access.h ${SRCDIR}/attrs.h ${SRCDIR}/attrdict.h ${SRCDIR}/charsets.h - ${SRCDIR}/clean.h ${SRCDIR}/config.h ${SRCDIR}/entities.h - ${SRCDIR}/fileio.h ${SRCDIR}/forward.h ${SRCDIR}/lexer.h - ${SRCDIR}/mappedio.h ${SRCDIR}/message.h ${SRCDIR}/parser.h - ${SRCDIR}/pprint.h ${SRCDIR}/streamio.h ${SRCDIR}/tags.h - ${SRCDIR}/tmbstr.h ${SRCDIR}/utf8.h ${SRCDIR}/tidy-int.h - ${SRCDIR}/version.h ${SRCDIR}/gdoc.h ) -if (MSVC) - list(APPEND CFILES ${SRCDIR}/sprtf.c) - list(APPEND LIBHFILES ${SRCDIR}/sprtf.h) -endif () -####################################### - -if (NOT LIB_INSTALL_DIR) - set(LIB_INSTALL_DIR lib${LIB_SUFFIX}) -endif () - -if (NOT BIN_INSTALL_DIR) - set(BIN_INSTALL_DIR bin) -endif () - -if (NOT INCLUDE_INSTALL_DIR) - set(INCLUDE_INSTALL_DIR include) -endif () - -# Always build the STATIC library -set(name tidy-static) -add_library ( ${name} STATIC ${CFILES} ${HFILES} ${LIBHFILES} ) -set_target_properties( ${name} PROPERTIES - OUTPUT_NAME ${LIB_NAME}s - ) -list ( APPEND add_LIBS ${name} ) -install(TARGETS ${name} - RUNTIME DESTINATION ${BIN_INSTALL_DIR} - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} - LIBRARY DESTINATION ${LIB_INSTALL_DIR} - ) -install( FILES ${HFILES} DESTINATION ${INCLUDE_INSTALL_DIR} ) -######################################## -# if user option still on -if (BUILD_SHARED_LIB) - set(name tidy-share) - add_library ( ${name} SHARED ${CFILES} ${HFILES} ${LIBHFILES} ) - set_target_properties( ${name} PROPERTIES - OUTPUT_NAME ${LIB_NAME} ) - set_target_properties( ${name} PROPERTIES - VERSION ${LIBTIDY_VERSION} - SOVERSION ${TIDY_MAJOR_VERSION} ) - set_target_properties( ${name} PROPERTIES - COMPILE_FLAGS "-DBUILD_SHARED_LIB" ) - set_target_properties( ${name} PROPERTIES - COMPILE_FLAGS "-DBUILDING_SHARED_LIB" ) - install(TARGETS ${name} - RUNTIME DESTINATION ${BIN_INSTALL_DIR} - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} - LIBRARY DESTINATION ${LIB_INSTALL_DIR} - ) -endif () - -########################################################## -### main executable - linked with STATIC library -set(name ${LIB_NAME}) -set ( BINDIR console ) -add_executable( ${name} ${BINDIR}/tidy.c ) -target_link_libraries( ${name} ${add_LIBS} ) -if (MSVC) - set_target_properties( ${name} PROPERTIES DEBUG_POSTFIX d ) -endif () -install (TARGETS ${name} DESTINATION bin) - -if (BUILD_TAB2SPACE) - set(name tab2space) - add_executable( ${name} ${BINDIR}/tab2space.c ) - if (MSVC) - set_target_properties( ${name} PROPERTIES DEBUG_POSTFIX d ) - endif () - # no INSTALL of this 'local' tool -endif () - -if (BUILD_SAMPLE_CODE) - set(name test71) - set(dir console) - add_executable( ${name} ${dir}/${name}.cxx ) - if (MSVC) - set_target_properties( ${name} PROPERTIES DEBUG_POSTFIX d ) - endif () - target_link_libraries( ${name} ${add_LIBS} ) - # no INSTALL of this 'local' sample -endif () - -#========================================================== -# Create man pages -#========================================================== -if (UNIX) - find_program( XSLTPROC_FOUND xsltproc ) - if (XSLTPROC_FOUND) - ## NOTE: man name must match exe ie currently `${LIB_NAME}.1` not `tidy.1` - ## also could use `manpath` command output to determine target install path - set(TIDY_MANFILE ${LIB_NAME}.1) - message(STATUS "*** Generating man ${TIDY_MANFILE} custom commands...") - set(TIDY1XSL ${CMAKE_CURRENT_BINARY_DIR}/tidy1.xsl) - set(TIDYHELP ${CMAKE_CURRENT_BINARY_DIR}/tidy-help.xml) - set(TIDYCONFIG ${CMAKE_CURRENT_BINARY_DIR}/tidy-config.xml) - add_custom_target(man ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME}") - configure_file( - ${CMAKE_CURRENT_SOURCE_DIR}/documentation/tidy1.xsl.in - ${TIDY1XSL} - ) - - # run built EXE to generate xml output - add_custom_command( - TARGET man - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME} -xml-help > ${TIDYHELP} - COMMENT "Generate ${TIDYHELP}" - VERBATIM - ) - - # run built EXE to generate more xml output - add_custom_command( - TARGET man - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME} -xml-config > ${TIDYCONFIG} - COMMENT "Generate ${TIDYCONFIG}" - VERBATIM - ) - - # run xsltproc to generate the install files.. - add_custom_command( - TARGET man - DEPENDS ${TIDYHELP} - COMMAND xsltproc ARGS ${TIDY1XSL} ${TIDYHELP} > ${CMAKE_CURRENT_BINARY_DIR}/${TIDY_MANFILE} - COMMENT "Generate ${TIDY_MANFILE}" - VERBATIM - ) - - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${TIDY_MANFILE} DESTINATION ${MAN_INSTALL_DIR}) - - if (BUILD_DOCUMENTATION) - find_program( DOXYGEN_FOUND doxygen ) - if (DOXYGEN_FOUND) - set( WRK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/documentation ) - set( EXP_DIR ${WRK_DIR}/examples ) - set( OUT_DIR ${WRK_DIR}/temp ) - set( DXY_DIR ${WRK_DIR}/temp/tidylib_api ) - set( DXY_CFG ${WRK_DIR}/temp_doxygen.cfg ) - file( READ ${WRK_DIR}/doxygen.cfg PARAMS ) - set( PARAMS "${PARAMS}PROJECT_NUMBER=${LIBTIDY_VERSION}\n" ) - set( PARAMS "${PARAMS}GENERATE_TAGFILE=${DXY_DIR}/tidy.tags\n" ) - set( PARAMS "${PARAMS}HTML_EXTRA_FILES=${EXP_DIR}/tidy5.help.txt ${EXP_DIR}/tidy5.config.txt\n" ) - set( PARAMS "${PARAMS}# eof\n" ) - file( WRITE ${DXY_CFG} ${PARAMS} ) - file( MAKE_DIRECTORY ${OUT_DIR} ) - add_custom_target( documentation ALL ) - #========================================= - # Generate files. - #========================================= - add_custom_command( - TARGET documentation - COMMENT "Build Documentation" - VERBATIM - WORKING_DIRECTORY ${WRK_DIR} - COMMAND xsltproc ARGS quickref.xsl ${TIDYCONFIG} > ${OUT_DIR}/quickref.html - COMMAND xsltproc ARGS quickref.include.xsl ${TIDYCONFIG} > ${EXP_DIR}/quickref_include.html # delete later - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME} -h > ${EXP_DIR}/tidy5.help.txt # delete later - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${LIB_NAME} -help-config > ${EXP_DIR}/tidy5.config.txt # delete later - COMMAND cp ARGS ../README/LICENSE.md ${EXP_DIR} # delete later - ) - #========================================= - # Run Doxygen. - #========================================= - add_custom_command( - TARGET documentation - COMMENT "Run Doxygen" - VERBATIM - WORKING_DIRECTORY ${WRK_DIR} - COMMAND cat ${DXY_CFG} | doxygen - > /dev/null - ) - #========================================= - # Cleanup. - #========================================= - add_custom_command( - TARGET documentation - COMMENT "Cleanup" - VERBATIM - WORKING_DIRECTORY ${WRK_DIR} - COMMAND rm ${EXP_DIR}/quickref_include.html - COMMAND rm ${EXP_DIR}/tidy5.help.txt - COMMAND rm ${EXP_DIR}/tidy5.config.txt - COMMAND rm ${EXP_DIR}/LICENSE.md - ) - install(CODE "MESSAGE(\"Build output can be found in ${OUT_DIR}.\")") - else () - message(STATUS "*** NOTE: doxygen NOT FOUND! Can NOT generate documentation.") - endif () - endif () - else () - message(STATUS "*** NOTE: xsltproc NOT FOUND! Can NOT generate man page.") - message(STATUS "*** You need to install xsltproc in your system.") - endif () -endif () - -########################################################## -### Create MSI,EXE, DMG, DEB/RPM -### TODO: Check each of these builds -########################################################## -set(BITNESS 32) -if(CMAKE_SIZEOF_VOID_P EQUAL 8) - set(BITNESS 64) -endif() -if (WIN32) - # MSI - this needs WiX Tooset installed and a path to candle.exe - # EXE - this needs NSIS tools to be in path - set(CPACK_GENERATOR "NSIS;WIX;ZIP") - set(CPACK_SOURCE_GENERATOR "ZIP") - set(CPACK_WIX_UPGRADE_GUID "D809598A-B513-4752-B268-0BAC403B00E4") -elseif ( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" ) - set(CPACK_GENERATOR "PackageMake") - set(CPACK_SOURCE_GENERATOR "TGZ") -else () - set(CPACK_GENERATOR "DEB;RPM") - set(CPACK_SOURCE_GENERATOR "TGZ") -endif () - -set(CPACK_PACKAGE_NAME "${LIB_NAME}") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${LIB_NAME} - HTML syntax checker") -set(CPACK_PACKAGE_VENDOR "HTML Tidy Advocacy Community Group") -set(CPACK_PACKAGE_CONTACT "maintainer@htacg.org") - -set(CPACK_PACKAGE_VERSION ${LIBTIDY_VERSION}) -set(CPACK_PACKAGE_VERSION_MAJOR "${TIDY_MAJOR_VERSION}") -set(CPACK_PACKAGE_VERSION_MINOR "${TIDY_MINOR_VERSION}") -set(CPACK_PACKAGE_VERSION_PATCH "${TIDY_POINT_VERSION}") -set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README/README.html") - -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/README/LICENSE.txt") -set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README/README.html") -set(CPACK_RESOURCE_FILE_WELCOME "${CMAKE_CURRENT_SOURCE_DIR}/README/README.html") - -## debian config -set(CPACK_DEBIAN_PACKAGE_MAINTAINER ${CPACK_PACKAGE_CONTACT}) -set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://www.html-tidy.org/") -#set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc") -set(CPACK_DEBIAN_PACKAGE_SECTION "Libraries") - -set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/test/;${CMAKE_CURRENT_SOURCE_DIR}/build/;${CMAKE_CURRENT_SOURCE_DIR}/.git/") - -if (NOT WIN32 AND NOT APPLE) -set( CPACK_PACKAGE_FILE_NAME "${LIB_NAME}-${CPACK_PACKAGE_VERSION}-${BITNESS}bit" ) -endif () - -include(CPack) - -# eof diff --git a/HTMLTidy/vendor/tidy-html5/README.md b/HTMLTidy/vendor/tidy-html5/README.md deleted file mode 100644 index 32c9a22f..00000000 --- a/HTMLTidy/vendor/tidy-html5/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# HTML Tidy with HTML5 support - -All READMEs and related materials have been relocated into README/. - -For build instructions please see README/README.md. diff --git a/HTMLTidy/vendor/tidy-html5/README/CODESTYLE.md b/HTMLTidy/vendor/tidy-html5/README/CODESTYLE.md deleted file mode 100644 index a9039aa7..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/CODESTYLE.md +++ /dev/null @@ -1,26 +0,0 @@ -# HTML Tidy Code Style - -The source code of **libTidy**, and console app **tidy**, follow the preferences of the original maintainers. Perhaps some of these decisions were arbitrary and based on their sense of aesthetics at the time, but it is good to have all the code looking the same even if it is not exactly what everyone would prefer. - -Developers adding code to **Tidy!** are urged to try to follow the existing code style. Code that does not follow these conventions may be accepted, but may be modified as time goes by to best fit the `Tidy Style`. - -There has been a suggestion of using available utilities to make the style consistent, like [Uncrusty](https://github/bengardener/uncrusty) - see [issue #245](https://github.com/htacg/tidy-html5/issues/245), and maybe others... - -Others have suggested the [AStyle](http://astyle.sourceforge.net/) formatting program with say '-taOHUKk3 -M8' arguments, to conform, but there are a few bugs in AStyle. - -But again these, and other tools, may not produce code that everybody agrees with... and are presently not formally used in Tidy! - -#### Known Conventions - -From reading of the Tidy source, some things are self evident... in no particular order... - - - Use of 4-space indenting, and no tabs. - - No C++ single line comments using `//`. - - The openning `{` is indented on the next newline. - - While the maximum code line length varies, generally long `if`, `while`, ... statements are wrapped to newlines. - -Look forward to this document being filled out in detail... - -Date: 20150904 - -; eof diff --git a/HTMLTidy/vendor/tidy-html5/README/CONTRIBUTING.md b/HTMLTidy/vendor/tidy-html5/README/CONTRIBUTING.md deleted file mode 100644 index f4dcacd6..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/CONTRIBUTING.md +++ /dev/null @@ -1,39 +0,0 @@ -# Contributing to HTML Tidy - -So you want to contribute to Tidy? Fantastic! Here's a brief overview on how best to do so. - -### Support request - -If you are having trouble running console `Tidy`, or using the `Tidy Library` API in your own project, then maybe the best places to get help is either via a comment in [Tidy Issues](https://github.com/htacg/tidy-html5/issues), or on the [Tidy Mail Archive](https://lists.w3.org/Archives/Public/html-tidy/) list. - -### What to change - -Here's some examples of things you might want to make a pull request for: - - - New features - - Bug fixes - - Inefficient blocks of code - - Memory problems - -If you have a more deeply-rooted problem with how the program is built or some of the stylistic decisions made in the code, it is best to [create an issue](https://github.com/htacg/tidy-html5/issues/new) before putting the effort into a pull request. The same goes for new features - it might be best to check the project's direction, existing pull requests, and currently open and closed issues first. - -Concerning the 'Tidy Code Style', checkout [CODESTYLE.md](CODESTYLE.md), but looking at existing code is the best way to get a good feel for the patterns we use. - -### Using Git appropriately - - 1. Fork the repository to your GitHub account. - 2. Optionally create a **topical branch** - a branch whose name is succint but explains what -you're doing, such as "feature/add-new-lines"... - 3. Make your changes, committing at logical breaks. - 4. Push your work to your personal account. - 5. [Create a pull request](https://help.github.com/articles/using-pull-requests). - 6. Watch for comments or acceptance. - -Please note - if you want to change multiple things that don't depend on each -other, it is better to use `branches`, and make sure you check the master branch back out before making more changes - that way we can take in each change seperate. Else github has a tendancy to combine your requests into one. - -### Help Tidy Get Better - -It goes without saying **all help is appreciated**. We need to work together to make Tidy! better... - -; eof diff --git a/HTMLTidy/vendor/tidy-html5/README/LICENSE.md b/HTMLTidy/vendor/tidy-html5/README/LICENSE.md deleted file mode 100644 index 7e461d3c..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/LICENSE.md +++ /dev/null @@ -1,37 +0,0 @@ -# HTML Tidy - -## HTML parser and pretty printer - -Copyright (c) 1998-2003 World Wide Web Consortium -(Massachusetts Institute of Technology, European Research -Consortium for Informatics and Mathematics, Keio University). -All Rights Reserved. - -This software and documentation is provided "as is," and -the copyright holders and contributing author(s) make no -representations or warranties, express or implied, including -but not limited to, warranties of merchantability or fitness -for any particular purpose or that the use of the software or -documentation will not infringe any third party patents, -copyrights, trademarks or other rights. - -The copyright holders and contributing author(s) will not be held -liable for any direct, indirect, special or consequential damages -arising out of any use of the software or documentation, even if -advised of the possibility of such damage. - -Permission is hereby granted to use, copy, modify, and distribute -this source code, or portions hereof, documentation and executables, -for any purpose, without fee, subject to the following restrictions: - -1. The origin of this source code must not be misrepresented. -2. Altered versions must be plainly marked as such and must -not be misrepresented as being the original source. -3. This Copyright notice may not be removed or altered from any -source or altered source distribution. - -The copyright holders and contributing author(s) specifically -permit, without fee, and encourage the use of this source code -as a component for supporting the Hypertext Markup Language in -commercial products. If you use this source code in a product, -acknowledgement is not required but would be appreciated. diff --git a/HTMLTidy/vendor/tidy-html5/README/LICENSE.txt b/HTMLTidy/vendor/tidy-html5/README/LICENSE.txt deleted file mode 100644 index 7dfc3a95..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/LICENSE.txt +++ /dev/null @@ -1,45 +0,0 @@ - - Copyright (c) 1998-2015 World Wide Web Consortium - (Massachusetts Institute of Technology, European Research - Consortium for Informatics and Mathematics, Keio University). - All Rights Reserved. - - Contributing Author(s): - - Dave Raggett - - The contributing author(s) would like to thank all those who - helped with testing, bug fixes and suggestions for improvements. - This wouldn't have been possible without your help. - - COPYRIGHT NOTICE: - - This software and documentation is provided "as is," and - the copyright holders and contributing author(s) make no - representations or warranties, express or implied, including - but not limited to, warranties of merchantability or fitness - for any particular purpose or that the use of the software or - documentation will not infringe any third party patents, - copyrights, trademarks or other rights. - - The copyright holders and contributing author(s) will not be held - liable for any direct, indirect, special or consequential damages - arising out of any use of the software or documentation, even if - advised of the possibility of such damage. - - Permission is hereby granted to use, copy, modify, and distribute - this source code, or portions hereof, documentation and executables, - for any purpose, without fee, subject to the following restrictions: - - 1. The origin of this source code must not be misrepresented. - 2. Altered versions must be plainly marked as such and must - not be misrepresented as being the original source. - 3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - - The copyright holders and contributing author(s) specifically - permit, without fee, and encourage the use of this source code - as a component for supporting the Hypertext Markup Language in - commercial products. If you use this source code in a product, - acknowledgment is not required but would be appreciated. - diff --git a/HTMLTidy/vendor/tidy-html5/README/README.html b/HTMLTidy/vendor/tidy-html5/README/README.html deleted file mode 100644 index 17590a43..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/README.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - HTML Tidy with HTML5 support - - - - -

- HTML Tidy with HTML5 support -

-

- Prerequisites -

-
    -
  1. -

    - git - http://git-scm.com/book/en/v2/Getting-Started-Installing-Git -

    -
  2. -
  3. -

    - cmake - http://www.cmake.org/download/ -

    -
  4. -
  5. -

    - appropriate build tools for the platform -

    -
  6. -
-

- CMake comes in two forms - command line and gui. Some installations only install one or the - other, but sometimes both. The build commands below are only for the command line use. -

-

- Also the actual build tools vary for each platform. But that is one of the great features of - cmake, it can generate variuous 'native' build files. Running cmake without any parameters will - list the generators available on that platform. For sure one of the common ones is "Unix - Makefiles", which needs autotools make installed, but many other generators are supported. -

-

- In windows cmake offers various versions of MSVC. Again below only the command line use of MSVC - is shown, but the tidy solution (*.sln) file can be loaded into the MSVC IDE, and the building - done in there. -

-

- Build the tidy library and command line tool -

-
    -
  1. -

    - cd build/cmake -

    -
  2. -
  3. -

    - cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install] -

    -
  4. -
  5. -

    - Windows: cmake --build . --config Release -
    - Unix/OS X: make -

    -
  6. -
  7. -

    - Install, if desired: -
    - Windows: cmake --build . --config Release --target INSTALL -
    - Unix/OS X: [sudo] make install -

    -
  8. -
-

- By default cmake sets the install path to /usr/local in unix. If you wanted the binary in say - /usr/bin instead, then in 2. above use -DCMAKEINSTALLPREFIX=/usr -

-

- In windows the default install is to C:\Program Files\tidy5, or C:/Program Files (x86)/tidy5, - which is not very useful. After the build the tidy[n].exe is in the Release directory, and can - be copied to any directory in your PATH environment variable, for global use. -

-

- If you need the tidy library built as a 'shared' (DLL) library, then in 2. add the command - -DBUILDSHAREDLIB:BOOL=ON. This option is OFF by default, so the static library is - built and linked with the command line tool for convenience. -

-

- History -

-

- This repository should be considered canonical for HTML Tidy as of 2015-January-15. -

- - - diff --git a/HTMLTidy/vendor/tidy-html5/README/README.md b/HTMLTidy/vendor/tidy-html5/README/README.md deleted file mode 100644 index 4629dff6..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/README.md +++ /dev/null @@ -1,96 +0,0 @@ -# HTML Tidy with HTML5 support - -## Prerequisites - - 1. git - http://git-scm.com/book/en/v2/Getting-Started-Installing-Git - - 2. cmake - http://www.cmake.org/download/ - - 3. appropriate build tools for the platform - -CMake comes in two forms - command line and gui. Some installations only install one or the other, but sometimes both. The build commands below are only for the command line use. - -Also the actual build tools vary for each platform. But that is one of the great features of cmake, it can generate variuous 'native' build files. Running cmake without any parameters will list the generators available on that platform. For sure one of the common ones is "Unix Makefiles", which needs autotools make installed, but many other generators are supported. - -In windows cmake offers various versions of MSVC. Again below only the command line use of MSVC is shown, but the tidy solution (*.sln) file can be loaded into the MSVC IDE, and the building done in there. - - -## Build the tidy library and command line tool - - 1. `cd build/cmake` - - 2. `cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install]` - - 3. Windows: `cmake --build . --config Release` - Unix/OS X: `make` - - 4. Install, if desired: - Windows: `cmake --build . --config Release --target INSTALL` - Unix/OS X: `[sudo] make install` - -By default cmake sets the install path to /usr/local in unix. If you wanted the binary in say /usr/bin instead, then in 2. above use -DCMAKE_INSTALL_PREFIX=/usr - -Also, in unix if you want to build the release library without any debug `assert` in the code then add `-DCMAKE_BUILD_TYPE=Release` in step 2. This adds a `-DNDEBUG` macro to the compile switches. This is normally added in windows build for the `Release` config. - -In windows the default install is to C:\Program Files\tidy5, or C:/Program Files (x86)/tidy5, which is not very useful. After the build the tidy[n].exe is in the Release directory, and can be copied to any directory in your PATH environment variable, for global use. - -If you do **not** need the tidy library built as a 'shared' (DLL) library, then in 2. add the command -DBUILD_SHARED_LIB:BOOL=OFF. This option is ON by default. The static library is always built and linked with the command line tool for convenience in windows, and so the binary can be run as part of the man page build without the shared library being installed in unix. - -## Build PHP with the tidy-html5 library - -Due to API changes in the PHP source, "buffio.h" needs to be changed to "tidybuffio.h" in the file ext/tidy/tidy.c. - -That is - prior to configuring php run this in the php source directory: -``` -sed -i 's/buffio.h/tidybuffio.h/' ext/tidy/*.c -``` - -And then continue with (just an example here, use your own php config options): - -``` -./configure --with-tidy=/usr/local -make -make test -make install -``` - -## Important Links - - - site: http://www.html-tidy.org/ - - source: https://github.com/htacg/tidy-html5 - - binaries: http://www.htacg.org/binaries/ - - bugs: https://github.com/htacg/tidy-html5/issues - - list: https://lists.w3.org/Archives/Public/html-tidy/ - - api: http://www.htacg.org/tidy-html5/tidylib_api/ - - quickref: http://www.htacg.org/tidy-html5/quickref.html - -## Development - -The default branch of this repository is `master`. This is the development branch, hopefully always `stable` source. - -It will identify as library version X.odd.X. Use it to help us on the forever `bug` quest, addition of new features, options, ..., etc. - -However, if you seek **release** code, then do `git branch -r`, and choose one of the `release/X.even.0` branches for your build and install... - -This will always be the latest release branch. Important `bug` fixes thought relevant to this release, pushed back, may bump the library version to X.even.1, ..., etc, but will be remain known as `X.even`... - -Some more details of the `Tidy Version` can be found in [VERSION.md](VERSION.md). - -Concerning the `Tidy Code Style`, some notes can be found in [CODESTYLE.md](CODESTYLE.md). - -If you want to contribute to Tidy, then read [CONTRIBUTING.md](CONTRIBUTING.md). - -## History - -This repository should be considered canonical for HTML Tidy as of 2015-January-15. - - - This repository originally transferred from [w3c.github.com/tidy-html5][1]. - - - First moved to Github from [tidy.sourceforge.net][2]. - - - [1]: http://w3c.github.com/tidy-html5/ - - [2]: http://tidy.sourceforge.net - -; eof diff --git a/HTMLTidy/vendor/tidy-html5/README/VERSION.md b/HTMLTidy/vendor/tidy-html5/README/VERSION.md deleted file mode 100644 index 7fac9c17..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/VERSION.md +++ /dev/null @@ -1,67 +0,0 @@ -# Tidy Library Versioning - -The **libTidy** version is controlled by the contents of `version.txt` in the root. - -This file consists of two lines of dot (.) separated items. The first being the MAJOR, MINOR, and PATCH version values, and the second string is a date. Example - - -``` -5.1.8 -2015.09.04 -``` - -When cmake is run this file is read and two MACROS added to the compile flags - - -``` -add_definitions ( -DLIBTIDY_VERSION="${LIBTIDY_VERSION}" ) -add_definitions ( -DRELEASE_DATE="${tidy_YEAR}/${tidy_MONTH}/${tidy_DAY}" ) -``` - -And in CMakeLists.txt there is the posibility to define another MACRO, when and if required - - -``` -# add_definitions ( -DRC_NUMBER="D231" ) -``` - -These MACROS are put in static const char strings in **libTidy's** `internal` only src/version.h file - - -``` -static const char TY_(release_date)[] = RELEASE_DATE; -#ifdef RC_NUMBER -static const char TY_(library_version)[] = LIBTIDY_VERSION "." RC_NUMBER; -#else -static const char TY_(library_version)[] = LIBTIDY_VERSION; -#endif -``` - -These strings are returned respectively by the **libTidy** API functions - - -``` -TIDY_EXPORT ctmbstr TIDY_CALL tidyLibraryVersion(void); -TIDY_EXPORT ctmbstr TIDY_CALL tidyReleaseDate(void); -``` - -**NOTE**: `tidyReleaseDate()` is marked deprecated! - -The actual `versioning` of the library more or less follows the [Semantic Versioning](http://semver.org/) style. - -When a `release` is done a release/5.0.0 **branch**, and a similar release/5.0.0 **tag** is created. - -At that point the version.txt is set to the next, 5.1.0. - -That is the `master` branch will contain the ongoing development. Any subsequent good bug fixes found for some time after that will be carefully tested and push back (cherry picked I think is the correct term) into the release/5.0.0, making it 5.0.1... - -And on just about each fix, or feature addition to the `master` will bump the version to 5.1.1, 5.1.2, 5.1.3, and so on... even 5.1.4567 if necessary ;=)). - -When ready for the next release, say some 6 months or so later, then a branch `release/5.2.0` would be created, and tagged, and the master version.txt moved on to 5.3.0, and so on... - -That is, each `release` will have an `even` second digit, followed by .0, unless any subsequent fixes are pushed back, making it .1, ... probably not many of those... while the `master` develoment HEAD will have an `odd` second digit, followed by .0, incremented for just about each significant code change... - -The intial MAJOR digit, 5, will be maintained while the **libTidy** API remains fully compatible, although there may be additions, extensions, as and when these are identified... - -And throughout this, every effort will be made to keep `master` **stable** at all times, but would expect package managers to eventually really only pick up on the `release` branches, tags. - -In cases of significant code re-writes, major featues added, these would be done in branches until they are `stable` enought, and tested enough, to be merge back to `master`. - -Date: 20150904 - -; eof diff --git a/HTMLTidy/vendor/tidy-html5/README/verhist.log b/HTMLTidy/vendor/tidy-html5/README/verhist.log deleted file mode 100644 index 3f8f349b..00000000 --- a/HTMLTidy/vendor/tidy-html5/README/verhist.log +++ /dev/null @@ -1,57 +0,0 @@ -# Version history at 2015/10/01 13:45:03 -5.1.14 fa43957b6d Geoff McLane Sun Sep 27 17:38:08 2015 +0200 -5.1.13 7cf9fc2906 Geoff McLane Fri Sep 25 13:00:06 2015 +0200 -5.1.12 f4113a8643 Geoff McLane Mon Sep 21 12:34:29 2015 +0200 -5.1.11 b2118fa09a Geoff McLane Sat Sep 19 14:59:58 2015 +0200 -5.1.10 d541405a2a Geoff McLane Wed Sep 16 13:17:50 2015 +0200 -5.1.9 1c187f8179 Geoff McLane Thu Sep 10 15:02:38 2015 +0200 -5.1.8 87e0e11b49 Geoff McLane Fri Sep 4 15:03:08 2015 +0200 -5.1.7 fd056e353b Geoff McLane Sat Aug 22 14:04:38 2015 +0200 -5.1.6 5380eb0413 Geoff McLane Sat Aug 22 14:00:56 2015 +0200 -5.1.6 1d67dc940a Geoff McLane Mon Aug 10 18:42:58 2015 +0200 -5.1.4 4e7c52607c Geoff McLane Fri Jul 31 13:44:46 2015 +0200 -5.1.3 6a24f50466 Geoff McLane Thu Jul 30 14:52:07 2015 +0200 -5.1.2 750f31704b Geoff McLane Fri Jul 17 19:16:04 2015 +0200 -5.1.2 33494a4aea Geoff McLane Tue Jul 14 11:27:15 2015 +0200 -5.1.1 7f9df1c746 Geoff McLane Mon Jul 13 12:18:10 2015 +0200 -5.1.0 2da67a2bbc Geoff McLane Mon Jul 13 02:08:37 2015 +0200 -5.0.0 1e70fc6f15 Geoff McLane Tue Jun 30 19:59:00 2015 +0200 -4.9.37 daef037156 Geoff McLane Wed Jun 24 13:12:31 2015 +0200 -4.9.36 b65988c95a Geoff McLane Sun Jun 21 19:50:56 2015 +0200 -4.9.35 7b7fbce9ab Geoff McLane Tue Jun 9 12:32:26 2015 +0200 -4.9.34 bea5bb700f Geoff McLane Mon Jun 8 13:53:38 2015 +0200 -4.9.33 f67300963e Geoff McLane Sat Jun 6 11:06:37 2015 +0200 -4.9.32 544f9876cc Geoff McLane Thu Jun 4 13:21:00 2015 +0200 -4.9.31 0c96ed8af4 Geoff McLane Wed Jun 3 20:27:01 2015 +0200 -4.9.30 dde78c2dbf Geoff McLane Sun May 24 15:23:59 2015 +0200 -4.9.29 3686bc5390 Geoff McLane Fri May 22 16:22:27 2015 +0200 -4.9.28wt 3f33ba2d88 Geoff McLane Fri May 15 16:17:46 2015 +0200 -4.9.28 1c9970deb4 Geoff McLane Wed May 13 12:37:20 2015 +0200 -4.9.27 d8a4498803 Geoff McLane Tue May 12 13:18:16 2015 +0200 -4.9.26 6b66b65ec8 Geoff McLane Wed Apr 22 21:27:23 2015 +0200 -4.9.25 f5eb2cf26a Geoff McLane Sat Apr 11 15:22:55 2015 +0200 -4.9.24 ca06201c3a Geoff McLane Wed Apr 8 18:47:08 2015 +0200 -4.9.23 3585d4c31a Geoff McLane Thu Mar 19 19:14:27 2015 +0100 -4.9.22 47df5fddbc Geoff McLane Thu Mar 19 16:32:19 2015 +0100 -4.9.21 09fa036b31 Geoff McLane Fri Mar 13 19:48:31 2015 +0100 -4.9.20 90c9e81ba1 Geoff McLane Fri Mar 6 19:14:24 2015 +0100 -4.9.19 7ffcce2241 Geoff McLane Fri Mar 6 13:09:12 2015 +0100 -4.9.18 2e383c6029 Geoff McLane Sat Feb 28 20:32:38 2015 +0100 -4.9.17 a9361a1c5b Geoff McLane Tue Feb 24 17:53:58 2015 +0100 -4.9.16 25d38e1dcf Geoff McLane Tue Feb 24 15:07:36 2015 +0100 -4.9.15 7bf364624f Geoff McLane Thu Feb 12 15:38:06 2015 +0100 -4.9.14 8b362b5f37 Geoff McLane Tue Feb 10 15:30:35 2015 +0100 -4.9.13 97470ce459 Geoff McLane Sat Feb 7 13:57:31 2015 +0100 -4.9.12 0cf21fb559 Geoff McLane Sat Feb 7 13:43:09 2015 +0100 -4.9.11 bef3b08c18 Geoff McLane Fri Feb 6 19:26:45 2015 +0100 -4.9.10 906d858f9e Geoff McLane Thu Feb 5 19:03:25 2015 +0100 -4.9.9 383a901990 Geoff McLane Thu Feb 5 12:22:14 2015 +0100 -4.9.8 5f470763c5 Geoff McLane Tue Feb 3 13:39:51 2015 +0100 -4.9.7 d38c5c5d78 Geoff McLane Mon Feb 2 17:37:49 2015 +0100 -4.9.6 201f3cb49e Geoff McLane Sun Feb 1 18:36:30 2015 +0100 -4.9.5 8497326dc3 Geoff McLane Sun Feb 1 16:08:31 2015 +0100 -4.9.4 22a3924484 Geoff McLane Sun Feb 1 14:39:51 2015 +0100 -4.9.3 de97628f8f Jim Derry Sun Feb 1 14:20:41 2015 +0800 -4.9.3 362c71ee2e Jim Derry Sat Jan 31 18:11:26 2015 +0800 -4.9.2 e2cbd9e89f Geoff McLane Thu Jan 29 18:25:57 2015 +0100 -# eof diff --git a/HTMLTidy/vendor/tidy-html5/console/tab2space.c b/HTMLTidy/vendor/tidy-html5/console/tab2space.c deleted file mode 100644 index 73548a71..00000000 --- a/HTMLTidy/vendor/tidy-html5/console/tab2space.c +++ /dev/null @@ -1,362 +0,0 @@ -#include -#include -#include - -#include "tidyplatform.h" - -#define true 1 -#define false 0 -#define TABSIZE 4 - -#define DOS_CRLF 0 -#define UNIX_LF 1 -#define MAC_CR 2 - -typedef struct -{ - Bool pushed; - int tabs; - int curcol; - int lastcol; - int maxcol; - int curline; - int pushed_char; - uint size; - uint length; - char *buf; - FILE *fp; -} Stream; - -static int tabsize = TABSIZE; -static int endline = DOS_CRLF; -static Bool tabs = false; - -/* - Memory allocation functions vary from one environment to - the next, and experience shows that wrapping the local - mechanisms up provides for greater flexibility and allows - out of memory conditions to be detected in one place. -*/ -void *MemAlloc(size_t size) -{ - void *p; - - p = malloc(size); - - if (!p) - { - fprintf(stderr, "***** Out of memory! *****\n"); - exit(1); - } - - return p; -} - -void *MemRealloc(void *old, size_t size) -{ - void *p; - - p = realloc(old, size); - - if (!p) - { - fprintf(stderr, "***** Out of memory! *****\n"); - return NULL; - } - - return p; -} - -void MemFree(void *p) -{ - free(p); - p = NULL; -} - -static Stream *NewStream(FILE *fp) -{ - Stream *in; - - in = (Stream *)MemAlloc(sizeof(Stream)); - - memset(in, 0, sizeof(Stream)); - in->fp = fp; - return in; -} - -static void FreeStream(Stream *in) -{ - if (in->buf) - MemFree(in->buf); - - MemFree(in); -} - -static void AddByte(Stream *in, uint c) -{ - if (in->size + 1 >= in->length) - { - while (in->size + 1 >= in->length) - { - if (in->length == 0) - in->length = 8192; - else - in->length = in->length * 2; - } - - in->buf = (char *)MemRealloc(in->buf, in->length*sizeof(char)); - } - - in->buf[in->size++] = (char)c; - in->buf[in->size] = '\0'; /* debug */ -} - - - -/* - Read a character from a stream, keeping track - of lines, columns etc. This is used for parsing - markup and plain text etc. A single level - pushback is allowed with UngetChar(c, in). - Returns EndOfStream if there's nothing more to read. -*/ -static int ReadChar(Stream *in) -{ - int c; - - if (in->pushed) - { - in->pushed = false; - - if (in->pushed_char == '\n') - in->curline--; - - return in->pushed_char; - } - - in->lastcol = in->curcol; - - /* expanding tab ? */ - if (in->tabs > 0) - { - in->curcol++; - in->tabs--; - return ' '; - } - - /* Else go on with normal buffer: */ - for (;;) - { - c = getc(in->fp); - - /* end of file? */ - if (c == EOF) - break; - - /* coerce \r\n and isolated \r as equivalent to \n : */ - if (c == '\r') - { - c = getc(in->fp); - - if (c != '\n') - ungetc(c, in->fp); - - c = '\n'; - } - - if (c == '\n') - { - if (in->maxcol < in->curcol) - in->maxcol = in->curcol; - - in->curcol = 1; - in->curline++; - break; - } - - if (c == '\t') - { - if (tabs) - in->curcol += tabsize - ((in->curcol - 1) % tabsize); - else /* expand to spaces */ - { - in->tabs = tabsize - ((in->curcol - 1) % tabsize) - 1; - in->curcol++; - c = ' '; - } - - break; - } - - if (c == '\033') - break; - - /* strip control characters including '\r' */ - - if (0 < c && c < 32) - continue; - - in->curcol++; - break; - } - - return c; -} - -static Stream *ReadFile(FILE *fin) -{ - int c; - Stream *in = NewStream(fin); - - while ((c = ReadChar(in)) >= 0) - AddByte(in, (uint)c); - - return in; -} - -static void WriteFile(Stream *in, FILE *fout) -{ - int i, c; - char *p; - - i = in->size; - p = in->buf; - - while (i--) - { - c = *p++; - - if (c == '\n') - { - if (endline == DOS_CRLF) - { - putc('\r', fout); - putc('\n', fout); - } - else if (endline == UNIX_LF) - putc('\n', fout); - else if (endline == MAC_CR) - putc('\r', fout); - - continue; - } - - putc(c, fout); - } -} - -static void HelpText(FILE *errout, char *prog) -{ - fprintf(errout, "%s: [options] [infile [outfile]] ...\n", prog); - fprintf(errout, "Utility to expand tabs and ensure consistent line endings\n"); - fprintf(errout, "options for tab2space vers: 6th February 2003\n"); - fprintf(errout, " -help or -h display this help message\n"); - fprintf(errout, " -dos or -crlf set line ends to CRLF (PC-DOS/Windows - default)\n"); - fprintf(errout, " -mac or -cr set line ends to CR (classic Mac OS)\n"); - fprintf(errout, " -unix or -lf set line ends to LF (Unix)\n"); - fprintf(errout, " -tabs preserve tabs, e.g. for Makefile\n"); - fprintf(errout, " -t set tabs to (default is 4) spaces\n"); - fprintf(errout, "\nNote this utility doesn't map spaces to tabs!\n"); -} - -int main(int argc, char **argv) -{ - char const *infile, *outfile; - char *prog; - FILE *fin, *fout; - Stream *in = NULL; - - prog = argv[0]; - - while (argc > 0) - { - if (argc > 1 && argv[1][0] == '-') - { - if (strcmp(argv[1], "-help") == 0 || argv[1][1] == 'h') - { - HelpText(stdout, prog); - return 1; - } - - if (strcmp(argv[1], "-dos") == 0 || - strcmp(argv[1], "-crlf") == 0) - endline = DOS_CRLF; - - else if (strcmp(argv[1], "-mac") == 0 || - strcmp(argv[1], "-cr") == 0) - endline = MAC_CR; - - else if (strcmp(argv[1], "-unix") == 0 || - strcmp(argv[1], "-lf") == 0) - endline = UNIX_LF; - - else if (strcmp(argv[1], "-tabs") == 0) - tabs = true; - - else if (strncmp(argv[1], "-t", 2) == 0) - sscanf(argv[1]+2, "%d", &tabsize); - - --argc; - ++argv; - continue; - } - - if (argc > 1) - { - infile = argv[1]; - fin = fopen(infile, "rb"); - } - else - { - infile = "stdin"; - fin = stdin; - } - - if (argc > 2) - { - outfile = argv[2]; - fout = NULL; - --argc; - ++argv; - } - else - { - outfile = "stdout"; - fout = stdout; - } - - if (fin) - { - in = ReadFile(fin); - - if (fin != stdin) - fclose(fin); - - if (fout != stdout) - fout = fopen(outfile, "wb"); - - if (fout) - { - WriteFile(in, fout); - - if (fout != stdout) - fclose(fout); - } - else - fprintf(stderr, "%s - can't open \"%s\" for writing\n", prog, outfile); - - FreeStream(in); - } - else - fprintf(stderr, "%s - can't open \"%s\" for reading\n", prog, infile); - - --argc; - ++argv; - - if (argc <= 1) - break; - } - - return 0; -} - diff --git a/HTMLTidy/vendor/tidy-html5/console/test71.cxx b/HTMLTidy/vendor/tidy-html5/console/test71.cxx deleted file mode 100644 index 4e8adf82..00000000 --- a/HTMLTidy/vendor/tidy-html5/console/test71.cxx +++ /dev/null @@ -1,44 +0,0 @@ -/*\ - * 20150206 - Test app for Issue #71 - * - * A simple API example of getting the body text, first as html, - * and then as a raw stream. - * - * Note: This simple test app has no error checking - * -\*/ - -#include -#include "tidybuffio.h" -#include "tidy.h" - -static const char *sample = - "\n" - "\n" - "\n" - "Test app for Issue #71\n" - "something & escaped\n" - ""; - -int main() { - printf("\nSimple example of HTML Tidy API use.\n"); - TidyDoc tdoc = tidyCreate(); - TidyBuffer buff; - tidyBufInit(&buff); - tidyBufAppend(&buff, (void *)sample, strlen(sample)); - tidyParseBuffer(tdoc, &buff); - TidyNode body = tidyGetBody(tdoc); - TidyNode text_node = tidyGetChild(body); - TidyBuffer buff2; - tidyBufInit(&buff2); - printf("This is the 'escaped' text, from tidyNodeGetText(...), suitable for html use...\n"); - tidyNodeGetText(tdoc, text_node, &buff2); - fwrite(buff2.bp, buff2.size, 1, stdout); - printf("This is the 'raw' lexer values, from tidyNodeGetValue(...).\n"); - tidyNodeGetValue(tdoc, text_node, &buff2); - fwrite(buff2.bp, buff2.size, 1, stdout); - printf("\n"); - return 0; -} - -// eof diff --git a/HTMLTidy/vendor/tidy-html5/console/tidy.c b/HTMLTidy/vendor/tidy-html5/console/tidy.c deleted file mode 100644 index bb9e8236..00000000 --- a/HTMLTidy/vendor/tidy-html5/console/tidy.c +++ /dev/null @@ -1,1427 +0,0 @@ -/* - tidy.c - HTML TidyLib command line driver - - Copyright (c) 1998-2008 World Wide Web Consortium - (Massachusetts Institute of Technology, European Research - Consortium for Informatics and Mathematics, Keio University). - All Rights Reserved. - -*/ - -#include "tidy.h" -#if !defined(NDEBUG) && defined(_MSC_VER) -#include "sprtf.h" -#endif - -#ifndef SPRTF -#define SPRTF printf -#endif - -static FILE* errout = NULL; /* set to stderr */ -/* static FILE* txtout = NULL; */ /* set to stdout */ - -static Bool samefile( ctmbstr filename1, ctmbstr filename2 ) -{ -#if FILENAMES_CASE_SENSITIVE - return ( strcmp( filename1, filename2 ) == 0 ); -#else - return ( strcasecmp( filename1, filename2 ) == 0 ); -#endif -} - -static void outOfMemory(void) -{ - fprintf(stderr,"Out of memory. Bailing out."); - exit(1); -} - -static const char *cutToWhiteSpace(const char *s, uint offset, char *sbuf) -{ - if (!s) - { - sbuf[0] = '\0'; - return NULL; - } - else if (strlen(s) <= offset) - { - strcpy(sbuf,s); - sbuf[offset] = '\0'; - return NULL; - } - else - { - uint j, l, n; - j = offset; - while(j && s[j] != ' ') - --j; - l = j; - n = j+1; - /* no white space */ - if (j==0) - { - l = offset; - n = offset; - } - strncpy(sbuf,s,l); - sbuf[l] = '\0'; - return s+n; - } -} - -static void print2Columns( const char* fmt, uint l1, uint l2, - const char *c1, const char *c2 ) -{ - const char *pc1=c1, *pc2=c2; - char *c1buf = (char *)malloc(l1+1); - char *c2buf = (char *)malloc(l2+1); - if (!c1buf) outOfMemory(); - if (!c2buf) outOfMemory(); - - do - { - pc1 = cutToWhiteSpace(pc1, l1, c1buf); - pc2 = cutToWhiteSpace(pc2, l2, c2buf); - printf(fmt, - c1buf[0]!='\0'?c1buf:"", - c2buf[0]!='\0'?c2buf:""); - } while (pc1 || pc2); - free(c1buf); - free(c2buf); -} - -static void print3Columns( const char* fmt, uint l1, uint l2, uint l3, - const char *c1, const char *c2, const char *c3 ) -{ - const char *pc1=c1, *pc2=c2, *pc3=c3; - char *c1buf = (char *)malloc(l1+1); - char *c2buf = (char *)malloc(l2+1); - char *c3buf = (char *)malloc(l3+1); - if (!c1buf) outOfMemory(); - if (!c2buf) outOfMemory(); - if (!c3buf) outOfMemory(); - - do - { - pc1 = cutToWhiteSpace(pc1, l1, c1buf); - pc2 = cutToWhiteSpace(pc2, l2, c2buf); - pc3 = cutToWhiteSpace(pc3, l3, c3buf); - printf(fmt, - c1buf[0]!='\0'?c1buf:"", - c2buf[0]!='\0'?c2buf:"", - c3buf[0]!='\0'?c3buf:""); - } while (pc1 || pc2 || pc3); - free(c1buf); - free(c2buf); - free(c3buf); -} - -static const char helpfmt[] = " %-19.19s %-58.58s\n"; -static const char helpul[] - = "-----------------------------------------------------------------"; -static const char fmt[] = "%-27.27s %-9.9s %-40.40s\n"; -static const char valfmt[] = "%-27.27s %-9.9s %-1.1s%-39.39s\n"; -static const char ul[] - = "================================================================="; - -typedef enum -{ - CmdOptFileManip, - CmdOptCatFIRST = CmdOptFileManip, - CmdOptProcDir, - CmdOptCharEnc, - CmdOptMisc, - CmdOptCatLAST -} CmdOptCategory; - -static const struct { - ctmbstr mnemonic; - ctmbstr name; -} cmdopt_catname[] = { - { "file-manip", "File manipulation" }, - { "process-directives", "Processing directives" }, - { "char-encoding", "Character encodings" }, - { "misc", "Miscellaneous" } -}; - -typedef struct { - ctmbstr name1; /**< Name */ - ctmbstr desc; /**< Description */ - ctmbstr eqconfig; /**< Equivalent configuration option */ - CmdOptCategory cat; /**< Category */ - ctmbstr name2; /**< Name */ - ctmbstr name3; /**< Name */ -} CmdOptDesc; - -static const CmdOptDesc cmdopt_defs[] = { - { "-output ", - "write output to the specified ", - "output-file: ", CmdOptFileManip, "-o " }, - { "-config ", - "set configuration options from the specified ", - NULL, CmdOptFileManip }, - { "-file ", - "write errors and warnings to the specified ", - "error-file: ", CmdOptFileManip, "-f " }, - { "-modify", - "modify the original input files", - "write-back: yes", CmdOptFileManip, "-m" }, - { "-indent", - "indent element content", - "indent: auto", CmdOptProcDir, "-i" }, - { "-wrap ", - "wrap text at the specified " - ". 0 is assumed if is missing. " - "When this option is omitted, the default of the configuration option " - "\"wrap\" applies.", - "wrap: ", CmdOptProcDir, "-w " }, - { "-upper", - "force tags to upper case", - "uppercase-tags: yes", CmdOptProcDir, "-u" }, - { "-clean", - "replace FONT, NOBR and CENTER tags by CSS", - "clean: yes", CmdOptProcDir, "-c" }, - { "-bare", - "strip out smart quotes and em dashes, etc.", - "bare: yes", CmdOptProcDir, "-b" }, - { "-gdoc", - "produce clean version of html exported by google docs", - "gdoc: yes", CmdOptProcDir, "-g" }, - { "-numeric", - "output numeric rather than named entities", - "numeric-entities: yes", CmdOptProcDir, "-n" }, - { "-errors", - "show only errors and warnings", - "markup: no", CmdOptProcDir, "-e" }, - { "-quiet", - "suppress nonessential output", - "quiet: yes", CmdOptProcDir, "-q" }, - { "-omit", - "omit optional start tags and end tags", - "omit-optional-tags: yes", CmdOptProcDir }, - { "-xml", - "specify the input is well formed XML", - "input-xml: yes", CmdOptProcDir }, - { "-asxml", - "convert HTML to well formed XHTML", - "output-xhtml: yes", CmdOptProcDir, "-asxhtml" }, - { "-ashtml", - "force XHTML to well formed HTML", - "output-html: yes", CmdOptProcDir }, -#if SUPPORT_ACCESSIBILITY_CHECKS - { "-access ", - "do additional accessibility checks ( = 0, 1, 2, 3)" - ". 0 is assumed if is missing.", - "accessibility-check: ", CmdOptProcDir }, -#endif - { "-raw", - "output values above 127 without conversion to entities", - NULL, CmdOptCharEnc }, - { "-ascii", - "use ISO-8859-1 for input, US-ASCII for output", - NULL, CmdOptCharEnc }, - { "-latin0", - "use ISO-8859-15 for input, US-ASCII for output", - NULL, CmdOptCharEnc }, - { "-latin1", - "use ISO-8859-1 for both input and output", - NULL, CmdOptCharEnc }, -#ifndef NO_NATIVE_ISO2022_SUPPORT - { "-iso2022", - "use ISO-2022 for both input and output", - NULL, CmdOptCharEnc }, -#endif - { "-utf8", - "use UTF-8 for both input and output", - NULL, CmdOptCharEnc }, - { "-mac", - "use MacRoman for input, US-ASCII for output", - NULL, CmdOptCharEnc }, - { "-win1252", - "use Windows-1252 for input, US-ASCII for output", - NULL, CmdOptCharEnc }, - { "-ibm858", - "use IBM-858 (CP850+Euro) for input, US-ASCII for output", - NULL, CmdOptCharEnc }, -#if SUPPORT_UTF16_ENCODINGS - { "-utf16le", - "use UTF-16LE for both input and output", - NULL, CmdOptCharEnc }, - { "-utf16be", - "use UTF-16BE for both input and output", - NULL, CmdOptCharEnc }, - { "-utf16", - "use UTF-16 for both input and output", - NULL, CmdOptCharEnc }, -#endif -#if SUPPORT_ASIAN_ENCODINGS /* #431953 - RJ */ - { "-big5", - "use Big5 for both input and output", - NULL, CmdOptCharEnc }, - { "-shiftjis", - "use Shift_JIS for both input and output", - NULL, CmdOptCharEnc }, - { "-language ", - "set the two-letter language code (for future use)", - "language: ", CmdOptCharEnc }, -#endif - { "-version", - "show the version of Tidy", - NULL, CmdOptMisc, "-v" }, - { "-help", - "list the command line options", - NULL, CmdOptMisc, "-h", "-?" }, - { "-xml-help", - "list the command line options in XML format", - NULL, CmdOptMisc }, - { "-help-config", - "list all configuration options", - NULL, CmdOptMisc }, - { "-xml-config", - "list all configuration options in XML format", - NULL, CmdOptMisc }, - { "-show-config", - "list the current configuration settings", - NULL, CmdOptMisc }, - { NULL, NULL, NULL, CmdOptMisc } -}; - -static tmbstr get_option_names( const CmdOptDesc* pos ) -{ - tmbstr name; - uint len = strlen(pos->name1); - if (pos->name2) - len += 2+strlen(pos->name2); - if (pos->name3) - len += 2+strlen(pos->name3); - - name = (tmbstr)malloc(len+1); - if (!name) outOfMemory(); - strcpy(name, pos->name1); - if (pos->name2) - { - strcat(name, ", "); - strcat(name, pos->name2); - } - if (pos->name3) - { - strcat(name, ", "); - strcat(name, pos->name3); - } - return name; -} - -static tmbstr get_escaped_name( ctmbstr name ) -{ - tmbstr escpName; - char aux[2]; - uint len = 0; - ctmbstr c; - for(c=name; *c!='\0'; ++c) - switch(*c) - { - case '<': - case '>': - len += 4; - break; - case '"': - len += 6; - break; - default: - len += 1; - break; - } - - escpName = (tmbstr)malloc(len+1); - if (!escpName) outOfMemory(); - escpName[0] = '\0'; - - aux[1] = '\0'; - for(c=name; *c!='\0'; ++c) - switch(*c) - { - case '<': - strcat(escpName, "<"); - break; - case '>': - strcat(escpName, ">"); - break; - case '"': - strcat(escpName, """); - break; - default: - aux[0] = *c; - strcat(escpName, aux); - break; - } - - return escpName; -} - -static void print_help_option( void ) -{ - CmdOptCategory cat = CmdOptCatFIRST; - const CmdOptDesc* pos = cmdopt_defs; - - for( cat=CmdOptCatFIRST; cat!=CmdOptCatLAST; ++cat) - { - size_t len = strlen(cmdopt_catname[cat].name); - printf("%s\n", cmdopt_catname[cat].name ); - printf("%*.*s\n", (int)len, (int)len, helpul ); - for( pos=cmdopt_defs; pos->name1; ++pos) - { - tmbstr name; - if (pos->cat != cat) - continue; - name = get_option_names( pos ); - print2Columns( helpfmt, 19, 58, name, pos->desc ); - free(name); - } - printf("\n"); - } -} - -static void print_xml_help_option_element( ctmbstr element, ctmbstr name ) -{ - tmbstr escpName; - if (!name) - return; - printf(" <%s>%s\n", element, escpName = get_escaped_name(name), - element); - free(escpName); -} - -static void print_xml_help_option( void ) -{ - const CmdOptDesc* pos = cmdopt_defs; - - for( pos=cmdopt_defs; pos->name1; ++pos) - { - printf(" \n"); - } -} - -static void xml_help( void ) -{ - printf( "\n" - "\n", tidyLibraryVersion()); - print_xml_help_option(); - printf( "\n" ); -} - -static ctmbstr get_final_name( ctmbstr prog ) -{ - ctmbstr name = prog; - int c; - size_t i, len = strlen(prog); - for (i = 0; i < len; i++) { - c = prog[i]; - if ((( c == '/' ) || ( c == '\\' )) && prog[i+1]) - name = &prog[i+1]; - } - return name; -} - -static void help( ctmbstr prog ) -{ - printf( "\n"); - printf( "%s [options...] [file...] [options...] [file...]\n", get_final_name(prog) ); - printf( "Utility to clean up and pretty print HTML/XHTML/XML.\n"); - printf( "\n"); - - printf( "This is modern HTML Tidy version %s.\n", tidyLibraryVersion() ); - printf( "\n"); - -#ifdef PLATFORM_NAME - printf( "Options for HTML Tidy for %s:\n", PLATFORM_NAME ); -#else - printf( "Options for HTML Tidy:\n"); -#endif - printf( "\n"); - - print_help_option(); - - printf( "Use --optionX valueX for any configuration option \"optionX\" with argument\n" - "\"valueX\". For a list of the configuration options, use \"-help-config\" or refer\n" - "to the man page.\n\n"); - - printf( "Input/Output default to stdin/stdout respectively.\n"); - printf( "\n"); - printf( "Single letter options apart from -f may be combined\n"); - printf( "as in: tidy -f errs.txt -imu foo.html\n"); - printf( "\n"); - printf( "For more information about HTML Tidy, see\n" ); - printf( " http://www.html-tidy.org/\n" ); - printf( "\n"); - printf( "For more information on HTML, see the following:\n" ); - printf( "\n"); - printf( " HTML: Edition for Web Authors (the latest HTML specification)\n"); - printf( " http://dev.w3.org/html5/spec-author-view\n" ); - printf( "\n"); - printf( " HTML: The Markup Language (an HTML language reference)\n" ); - printf( " http://dev.w3.org/html5/markup/\n" ); - printf( "\n"); - printf( "File bug reports at https://github.com/htacg/tidy-html5/issues/\n" ); - printf( "or send questions and comments to public-htacg@w3.org.\n" ); - printf( "\n"); - printf( "Validate your HTML documents using the W3C Nu Markup Validator:\n" ); - printf( "\n"); - printf( " http://validator.w3.org/nu/" ); - printf( "\n\n"); -} - -static Bool isAutoBool( TidyOption topt ) -{ - TidyIterator pos; - ctmbstr def; - - if ( tidyOptGetType( topt ) != TidyInteger) - return no; - - pos = tidyOptGetPickList( topt ); - while ( pos ) - { - def = tidyOptGetNextPick( topt, &pos ); - if (0==strcmp(def,"yes")) - return yes; - } - return no; -} - -static -ctmbstr ConfigCategoryName( TidyConfigCategory id ) -{ - switch( id ) - { - case TidyMarkup: - return "markup"; - case TidyDiagnostics: - return "diagnostics"; - case TidyPrettyPrint: - return "print"; - case TidyEncoding: - return "encoding"; - case TidyMiscellaneous: - return "misc"; - } - fprintf(stderr, "Fatal error: impossible value for id='%d'.\n", (int)id); - assert(0); - abort(); - return "never_here"; /* only for the compiler warning */ -} - -/* Description of an option */ -typedef struct { - ctmbstr name; /**< Name */ - ctmbstr cat; /**< Category */ - ctmbstr type; /**< "String, ... */ - ctmbstr vals; /**< Potential values. If NULL, use an external function */ - ctmbstr def; /**< default */ - tmbchar tempdefs[80]; /**< storage for default such as integer */ - Bool haveVals; /**< if yes, vals is valid */ -} OptionDesc; - -typedef void (*OptionFunc)( TidyDoc, TidyOption, OptionDesc * ); - - -/* Create description "d" related to "opt" */ -static -void GetOption( TidyDoc tdoc, TidyOption topt, OptionDesc *d ) -{ - TidyOptionId optId = tidyOptGetId( topt ); - TidyOptionType optTyp = tidyOptGetType( topt ); - - d->name = tidyOptGetName( topt ); - d->cat = ConfigCategoryName( tidyOptGetCategory( topt ) ); - d->vals = NULL; - d->def = NULL; - d->haveVals = yes; - - /* Handle special cases first. - */ - switch ( optId ) - { - case TidyDuplicateAttrs: - case TidySortAttributes: - case TidyNewline: - case TidyAccessibilityCheckLevel: - d->type = "enum"; - d->vals = NULL; - d->def = - optId==TidyNewline ? - "Platform dependent" - :tidyOptGetCurrPick( tdoc, optId ); - break; - - case TidyDoctype: - d->type = "DocType"; - d->vals = NULL; - { - ctmbstr sdef = NULL; - sdef = tidyOptGetCurrPick( tdoc, TidyDoctypeMode ); - if ( !sdef || *sdef == '*' ) - sdef = tidyOptGetValue( tdoc, TidyDoctype ); - d->def = sdef; - } - break; - - case TidyInlineTags: - case TidyBlockTags: - case TidyEmptyTags: - case TidyPreTags: - d->type = "Tag names"; - d->vals = "tagX, tagY, ..."; - d->def = NULL; - break; - - case TidyCharEncoding: - case TidyInCharEncoding: - case TidyOutCharEncoding: - d->type = "Encoding"; - d->def = tidyOptGetEncName( tdoc, optId ); - if (!d->def) - d->def = "?"; - d->vals = NULL; - break; - - /* General case will handle remaining */ - default: - switch ( optTyp ) - { - case TidyBoolean: - d->type = "Boolean"; - d->vals = "y/n, yes/no, t/f, true/false, 1/0"; - d->def = tidyOptGetCurrPick( tdoc, optId ); - break; - - case TidyInteger: - if (isAutoBool(topt)) - { - d->type = "AutoBool"; - d->vals = "auto, y/n, yes/no, t/f, true/false, 1/0"; - d->def = tidyOptGetCurrPick( tdoc, optId ); - } - else - { - uint idef; - d->type = "Integer"; - if ( optId == TidyWrapLen ) - d->vals = "0 (no wrapping), 1, 2, ..."; - else - d->vals = "0, 1, 2, ..."; - - idef = tidyOptGetInt( tdoc, optId ); - sprintf(d->tempdefs, "%u", idef); - d->def = d->tempdefs; - } - break; - - case TidyString: - d->type = "String"; - d->vals = NULL; - d->haveVals = no; - d->def = tidyOptGetValue( tdoc, optId ); - break; - } - } -} - -/* Array holding all options. Contains a trailing sentinel. */ -typedef struct { - TidyOption topt[N_TIDY_OPTIONS]; -} AllOption_t; - -static -int cmpOpt(const void* e1_, const void *e2_) -{ - const TidyOption* e1 = (const TidyOption*)e1_; - const TidyOption* e2 = (const TidyOption*)e2_; - return strcmp(tidyOptGetName(*e1), tidyOptGetName(*e2)); -} - -static -void getSortedOption( TidyDoc tdoc, AllOption_t *tOption ) -{ - TidyIterator pos = tidyGetOptionList( tdoc ); - uint i = 0; - - while ( pos ) - { - TidyOption topt = tidyGetNextOption( tdoc, &pos ); - tOption->topt[i] = topt; - ++i; - } - tOption->topt[i] = NULL; /* sentinel */ - - qsort(tOption->topt, - /* Do not sort the sentinel: hence `-1' */ - sizeof(tOption->topt)/sizeof(tOption->topt[0])-1, - sizeof(tOption->topt[0]), - cmpOpt); -} - -static void ForEachSortedOption( TidyDoc tdoc, OptionFunc OptionPrint ) -{ - AllOption_t tOption; - const TidyOption *topt; - - getSortedOption( tdoc, &tOption ); - for( topt = tOption.topt; *topt; ++topt) - { - OptionDesc d; - - GetOption( tdoc, *topt, &d ); - (*OptionPrint)( tdoc, *topt, &d ); - } -} - -static void ForEachOption( TidyDoc tdoc, OptionFunc OptionPrint ) -{ - TidyIterator pos = tidyGetOptionList( tdoc ); - - while ( pos ) - { - TidyOption topt = tidyGetNextOption( tdoc, &pos ); - OptionDesc d; - - GetOption( tdoc, topt, &d ); - (*OptionPrint)( tdoc, topt, &d ); - } -} - -static -void PrintAllowedValuesFromPick( TidyOption topt ) -{ - TidyIterator pos = tidyOptGetPickList( topt ); - Bool first = yes; - ctmbstr def; - while ( pos ) - { - if (first) - first = no; - else - printf(", "); - def = tidyOptGetNextPick( topt, &pos ); - printf("%s", def); - } -} - -static -void PrintAllowedValues( TidyOption topt, const OptionDesc *d ) -{ - if (d->vals) - printf( "%s", d->vals ); - else - PrintAllowedValuesFromPick( topt ); -} - -static -void printXMLDescription( TidyDoc tdoc, TidyOption topt ) -{ - ctmbstr doc = tidyOptGetDoc( tdoc, topt ); - - if (doc) - printf(" %s\n", doc); - else - { - printf(" \n"); - fprintf(stderr, "Warning: option `%s' is not documented.\n", - tidyOptGetName( topt )); - } -} - -static -void printXMLCrossRef( TidyDoc tdoc, TidyOption topt ) -{ - TidyOption optLinked; - TidyIterator pos = tidyOptGetDocLinksList(tdoc, topt); - while( pos ) - { - optLinked = tidyOptGetNextDocLinks(tdoc, &pos ); - printf(" %s\n",tidyOptGetName(optLinked)); - } -} - -static -void printXMLOption( TidyDoc tdoc, TidyOption topt, OptionDesc *d ) -{ - if ( tidyOptIsReadOnly(topt) ) - return; - - printf( " \n" ); -} - -static void XMLoptionhelp( TidyDoc tdoc ) -{ - printf( "\n" - "\n", tidyLibraryVersion()); - ForEachOption( tdoc, printXMLOption ); - printf( "\n" ); -} - -static -tmbstr GetAllowedValuesFromPick( TidyOption topt ) -{ - TidyIterator pos; - Bool first; - ctmbstr def; - uint len = 0; - tmbstr val; - - pos = tidyOptGetPickList( topt ); - first = yes; - while ( pos ) - { - if (first) - first = no; - else - len += 2; - def = tidyOptGetNextPick( topt, &pos ); - len += strlen(def); - } - val = (tmbstr)malloc(len+1); - if (!val) outOfMemory(); - val[0] = '\0'; - pos = tidyOptGetPickList( topt ); - first = yes; - while ( pos ) - { - if (first) - first = no; - else - strcat(val, ", "); - def = tidyOptGetNextPick( topt, &pos ); - strcat(val, def); - } - return val; -} - -static -tmbstr GetAllowedValues( TidyOption topt, const OptionDesc *d ) -{ - if (d->vals) - { - tmbstr val = (tmbstr)malloc(1+strlen(d->vals)); - if (!val) outOfMemory(); - strcpy(val, d->vals); - return val; - } - else - return GetAllowedValuesFromPick( topt ); -} - -static -void printOption( TidyDoc ARG_UNUSED(tdoc), TidyOption topt, - OptionDesc *d ) -{ - if ( tidyOptIsReadOnly(topt) ) - return; - - if ( *d->name || *d->type ) - { - ctmbstr pval = d->vals; - tmbstr val = NULL; - if (!d->haveVals) - { - pval = "-"; - } - else if (pval == NULL) - { - val = GetAllowedValues( topt, d); - pval = val; - } - print3Columns( fmt, 27, 9, 40, d->name, d->type, pval ); - if (val) - free(val); - } -} - -static void optionhelp( TidyDoc tdoc ) -{ - printf( "\nHTML Tidy Configuration Settings\n\n" ); - printf( "Within a file, use the form:\n\n" ); - printf( "wrap: 72\n" ); - printf( "indent: no\n\n" ); - printf( "When specified on the command line, use the form:\n\n" ); - printf( "--wrap 72 --indent no\n\n"); - - printf( fmt, "Name", "Type", "Allowable values" ); - printf( fmt, ul, ul, ul ); - - ForEachSortedOption( tdoc, printOption ); -} - -static void optiondescribe( TidyDoc tdoc, char *tag ) -{ - char *result = NULL; - TidyOptionId topt; - - printf( "\nNote this help function is UNDOCUMENTED, and still needs work.\n" ); - - printf( "\n`%s`\n\n", tag ); - - topt = tidyOptGetIdForName( tag ); - - if (topt < N_TIDY_OPTIONS) - { - result = (char*)tidyOptGetDoc( tdoc, tidyGetOption( tdoc, topt ) ); - } else - { - result = "Unknown option."; - } - - printf( "%s\n\n", result ); -} - -static -void printOptionValues( TidyDoc ARG_UNUSED(tdoc), TidyOption topt, - OptionDesc *d ) -{ - TidyOptionId optId = tidyOptGetId( topt ); - ctmbstr ro = tidyOptIsReadOnly( topt ) ? "*" : "" ; - - switch ( optId ) - { - case TidyInlineTags: - case TidyBlockTags: - case TidyEmptyTags: - case TidyPreTags: - { - TidyIterator pos = tidyOptGetDeclTagList( tdoc ); - while ( pos ) - { - d->def = tidyOptGetNextDeclTag(tdoc, optId, &pos); - if ( pos ) - { - if ( *d->name ) - printf( valfmt, d->name, d->type, ro, d->def ); - else - printf( fmt, d->name, d->type, d->def ); - d->name = ""; - d->type = ""; - } - } - } - break; - case TidyNewline: - d->def = tidyOptGetCurrPick( tdoc, optId ); - break; - default: - break; - } - - /* fix for http://tidy.sf.net/bug/873921 */ - if ( *d->name || *d->type || (d->def && *d->def) ) - { - if ( ! d->def ) - d->def = ""; - if ( *d->name ) - printf( valfmt, d->name, d->type, ro, d->def ); - else - printf( fmt, d->name, d->type, d->def ); - } -} - -static void optionvalues( TidyDoc tdoc ) -{ - printf( "\nConfiguration File Settings:\n\n" ); - printf( fmt, "Name", "Type", "Current Value" ); - printf( fmt, ul, ul, ul ); - - ForEachSortedOption( tdoc, printOptionValues ); - - printf( "\n\nValues marked with an *asterisk are calculated \n" - "internally by HTML Tidy\n\n" ); -} - -static void version( void ) -{ -#ifdef PLATFORM_NAME - printf( "HTML Tidy for %s version %s\n", - PLATFORM_NAME, tidyLibraryVersion() ); -#else - printf( "HTML Tidy version %s\n", tidyLibraryVersion() ); -#endif -} - -static void unknownOption( uint c ) -{ - fprintf( errout, "HTML Tidy: unknown option: %c\n", (char)c ); -} - -int main( int argc, char** argv ) -{ - ctmbstr prog = argv[0]; - ctmbstr cfgfil = NULL, errfil = NULL, htmlfil = NULL; - TidyDoc tdoc = tidyCreate(); - int status = 0; - - uint contentErrors = 0; - uint contentWarnings = 0; - uint accessWarnings = 0; - - errout = stderr; /* initialize to stderr */ - status = 0; -#if !defined(NDEBUG) && defined(_MSC_VER) - set_log_file((char *)"temptidy.txt", 0); - // add_append_log(1); -#endif - -#ifdef TIDY_CONFIG_FILE - if ( tidyFileExists( tdoc, TIDY_CONFIG_FILE) ) - { - status = tidyLoadConfig( tdoc, TIDY_CONFIG_FILE ); - if ( status != 0 ) - fprintf(errout, "Loading config file \"%s\" failed, err = %d\n", TIDY_CONFIG_FILE, status); - } -#endif /* TIDY_CONFIG_FILE */ - - /* look for env var "HTML_TIDY" */ - /* then for ~/.tidyrc (on platforms defining $HOME) */ - - if ( (cfgfil = getenv("HTML_TIDY")) != NULL ) - { - status = tidyLoadConfig( tdoc, cfgfil ); - if ( status != 0 ) - fprintf(errout, "Loading config file \"%s\" failed, err = %d\n", cfgfil, status); - } -#ifdef TIDY_USER_CONFIG_FILE - else if ( tidyFileExists( tdoc, TIDY_USER_CONFIG_FILE) ) - { - status = tidyLoadConfig( tdoc, TIDY_USER_CONFIG_FILE ); - if ( status != 0 ) - fprintf(errout, "Loading config file \"%s\" failed, err = %d\n", TIDY_USER_CONFIG_FILE, status); - } -#endif /* TIDY_USER_CONFIG_FILE */ - - /* read command line */ - while ( argc > 0 ) - { - if (argc > 1 && argv[1][0] == '-') - { - /* support -foo and --foo */ - ctmbstr arg = argv[1] + 1; - - if ( strcasecmp(arg, "xml") == 0) - tidyOptSetBool( tdoc, TidyXmlTags, yes ); - - else if ( strcasecmp(arg, "asxml") == 0 || - strcasecmp(arg, "asxhtml") == 0 ) - { - tidyOptSetBool( tdoc, TidyXhtmlOut, yes ); - } - else if ( strcasecmp(arg, "ashtml") == 0 ) - tidyOptSetBool( tdoc, TidyHtmlOut, yes ); - - else if ( strcasecmp(arg, "indent") == 0 ) - { - tidyOptSetInt( tdoc, TidyIndentContent, TidyAutoState ); - if ( tidyOptGetInt(tdoc, TidyIndentSpaces) == 0 ) - tidyOptResetToDefault( tdoc, TidyIndentSpaces ); - } - else if ( strcasecmp(arg, "omit") == 0 ) - tidyOptSetBool( tdoc, TidyOmitOptionalTags, yes ); - - else if ( strcasecmp(arg, "upper") == 0 ) - tidyOptSetBool( tdoc, TidyUpperCaseTags, yes ); - - else if ( strcasecmp(arg, "clean") == 0 ) - tidyOptSetBool( tdoc, TidyMakeClean, yes ); - - else if ( strcasecmp(arg, "gdoc") == 0 ) - tidyOptSetBool( tdoc, TidyGDocClean, yes ); - - else if ( strcasecmp(arg, "bare") == 0 ) - tidyOptSetBool( tdoc, TidyMakeBare, yes ); - - else if ( strcasecmp(arg, "raw") == 0 || - strcasecmp(arg, "ascii") == 0 || - strcasecmp(arg, "latin0") == 0 || - strcasecmp(arg, "latin1") == 0 || - strcasecmp(arg, "utf8") == 0 || -#ifndef NO_NATIVE_ISO2022_SUPPORT - strcasecmp(arg, "iso2022") == 0 || -#endif -#if SUPPORT_UTF16_ENCODINGS - strcasecmp(arg, "utf16le") == 0 || - strcasecmp(arg, "utf16be") == 0 || - strcasecmp(arg, "utf16") == 0 || -#endif -#if SUPPORT_ASIAN_ENCODINGS - strcasecmp(arg, "shiftjis") == 0 || - strcasecmp(arg, "big5") == 0 || -#endif - strcasecmp(arg, "mac") == 0 || - strcasecmp(arg, "win1252") == 0 || - strcasecmp(arg, "ibm858") == 0 ) - { - tidySetCharEncoding( tdoc, arg ); - } - else if ( strcasecmp(arg, "numeric") == 0 ) - tidyOptSetBool( tdoc, TidyNumEntities, yes ); - - else if ( strcasecmp(arg, "modify") == 0 || - strcasecmp(arg, "change") == 0 || /* obsolete */ - strcasecmp(arg, "update") == 0 ) /* obsolete */ - { - tidyOptSetBool( tdoc, TidyWriteBack, yes ); - } - else if ( strcasecmp(arg, "errors") == 0 ) - tidyOptSetBool( tdoc, TidyShowMarkup, no ); - - else if ( strcasecmp(arg, "quiet") == 0 ) - tidyOptSetBool( tdoc, TidyQuiet, yes ); - - else if ( strcasecmp(arg, "help") == 0 || - strcasecmp(arg, "-help") == 0 || - strcasecmp(arg, "h") == 0 || *arg == '?' ) - { - help( prog ); - tidyRelease( tdoc ); - return 0; /* success */ - } - else if ( strcasecmp(arg, "xml-help") == 0) - { - xml_help( ); - tidyRelease( tdoc ); - return 0; /* success */ - } - else if ( strcasecmp(arg, "help-config") == 0 ) - { - optionhelp( tdoc ); - tidyRelease( tdoc ); - return 0; /* success */ - } - else if ( strcasecmp(arg, "help-option") == 0 ) - { - if ( argc >= 3) - { - optiondescribe( tdoc, argv[2] ); - } - else - { - printf( "%s", "Tidy option name must be specified.\n"); - } - tidyRelease( tdoc ); - return 0; /* success */ - } - else if ( strcasecmp(arg, "xml-config") == 0 ) - { - XMLoptionhelp( tdoc ); - tidyRelease( tdoc ); - return 0; /* success */ - } - else if ( strcasecmp(arg, "show-config") == 0 ) - { - optionvalues( tdoc ); - tidyRelease( tdoc ); - return 0; /* success */ - } - else if ( strcasecmp(arg, "config") == 0 ) - { - if ( argc >= 3 ) - { - ctmbstr post; - - tidyLoadConfig( tdoc, argv[2] ); - - /* Set new error output stream if setting changed */ - post = tidyOptGetValue( tdoc, TidyErrFile ); - if ( post && (!errfil || !samefile(errfil, post)) ) - { - errfil = post; - errout = tidySetErrorFile( tdoc, post ); - } - - --argc; - ++argv; - } - } - -#if SUPPORT_ASIAN_ENCODINGS - else if ( strcasecmp(arg, "language") == 0 || - strcasecmp(arg, "lang") == 0 ) - { - if ( argc >= 3 ) - { - tidyOptSetValue( tdoc, TidyLanguage, argv[2] ); - --argc; - ++argv; - } - } -#endif - - else if ( strcasecmp(arg, "output") == 0 || - strcasecmp(arg, "-output-file") == 0 || - strcasecmp(arg, "o") == 0 ) - { - if ( argc >= 3 ) - { - tidyOptSetValue( tdoc, TidyOutFile, argv[2] ); - --argc; - ++argv; - } - } - else if ( strcasecmp(arg, "file") == 0 || - strcasecmp(arg, "-file") == 0 || - strcasecmp(arg, "f") == 0 ) - { - if ( argc >= 3 ) - { - errfil = argv[2]; - errout = tidySetErrorFile( tdoc, errfil ); - --argc; - ++argv; - } - } - else if ( strcasecmp(arg, "wrap") == 0 || - strcasecmp(arg, "-wrap") == 0 || - strcasecmp(arg, "w") == 0 ) - { - if ( argc >= 3 ) - { - uint wraplen = 0; - int nfields = sscanf( argv[2], "%u", &wraplen ); - tidyOptSetInt( tdoc, TidyWrapLen, wraplen ); - if (nfields > 0) - { - --argc; - ++argv; - } - } - } - else if ( strcasecmp(arg, "version") == 0 || - strcasecmp(arg, "-version") == 0 || - strcasecmp(arg, "v") == 0 ) - { - version(); - tidyRelease( tdoc ); - return 0; /* success */ - - } - else if ( strncmp(argv[1], "--", 2 ) == 0) - { - if ( tidyOptParseValue(tdoc, argv[1]+2, argv[2]) ) - { - /* Set new error output stream if setting changed */ - ctmbstr post = tidyOptGetValue( tdoc, TidyErrFile ); - if ( post && (!errfil || !samefile(errfil, post)) ) - { - errfil = post; - errout = tidySetErrorFile( tdoc, post ); - } - - ++argv; - --argc; - } - } - -#if SUPPORT_ACCESSIBILITY_CHECKS - else if ( strcasecmp(arg, "access") == 0 ) - { - if ( argc >= 3 ) - { - uint acclvl = 0; - int nfields = sscanf( argv[2], "%u", &acclvl ); - tidyOptSetInt( tdoc, TidyAccessibilityCheckLevel, acclvl ); - if (nfields > 0) - { - --argc; - ++argv; - } - } - } -#endif - - else - { - uint c; - ctmbstr s = argv[1]; - - while ( (c = *++s) != '\0' ) - { - switch ( c ) - { - case 'i': - tidyOptSetInt( tdoc, TidyIndentContent, TidyAutoState ); - if ( tidyOptGetInt(tdoc, TidyIndentSpaces) == 0 ) - tidyOptResetToDefault( tdoc, TidyIndentSpaces ); - break; - - /* Usurp -o for output file. Anyone hiding end tags? - case 'o': - tidyOptSetBool( tdoc, TidyHideEndTags, yes ); - break; - */ - - case 'u': - tidyOptSetBool( tdoc, TidyUpperCaseTags, yes ); - break; - - case 'c': - tidyOptSetBool( tdoc, TidyMakeClean, yes ); - break; - - case 'g': - tidyOptSetBool( tdoc, TidyGDocClean, yes ); - break; - - case 'b': - tidyOptSetBool( tdoc, TidyMakeBare, yes ); - break; - - case 'n': - tidyOptSetBool( tdoc, TidyNumEntities, yes ); - break; - - case 'm': - tidyOptSetBool( tdoc, TidyWriteBack, yes ); - break; - - case 'e': - tidyOptSetBool( tdoc, TidyShowMarkup, no ); - break; - - case 'q': - tidyOptSetBool( tdoc, TidyQuiet, yes ); - break; - - default: - unknownOption( c ); - break; - } - } - } - - --argc; - ++argv; - continue; - } - - if ( argc > 1 ) - { - htmlfil = argv[1]; -#if (!defined(NDEBUG) && defined(_MSC_VER)) - SPRTF("Tidying '%s'\n", htmlfil); -#endif // DEBUG outout - if ( tidyOptGetBool(tdoc, TidyEmacs) ) - tidyOptSetValue( tdoc, TidyEmacsFile, htmlfil ); - status = tidyParseFile( tdoc, htmlfil ); - } - else - { - htmlfil = "stdin"; - status = tidyParseStdin( tdoc ); - } - - if ( status >= 0 ) - status = tidyCleanAndRepair( tdoc ); - - if ( status >= 0 ) { - status = tidyRunDiagnostics( tdoc ); - if ( !tidyOptGetBool(tdoc, TidyQuiet) ) { - /* NOT quiet, show DOCTYPE, if not already shown */ - if (!tidyOptGetBool(tdoc, TidyShowInfo)) { - tidyOptSetBool( tdoc, TidyShowInfo, yes ); - tidyReportDoctype( tdoc ); /* FIX20140913: like warnings, errors, ALWAYS report DOCTYPE */ - tidyOptSetBool( tdoc, TidyShowInfo, no ); - } - } - - } - if ( status > 1 ) /* If errors, do we want to force output? */ - status = ( tidyOptGetBool(tdoc, TidyForceOutput) ? status : -1 ); - - if ( status >= 0 && tidyOptGetBool(tdoc, TidyShowMarkup) ) - { - if ( tidyOptGetBool(tdoc, TidyWriteBack) && argc > 1 ) - status = tidySaveFile( tdoc, htmlfil ); - else - { - ctmbstr outfil = tidyOptGetValue( tdoc, TidyOutFile ); - if ( outfil ) { - status = tidySaveFile( tdoc, outfil ); - } else { -#if !defined(NDEBUG) && defined(_MSC_VER) - static char tmp_buf[264]; - sprintf(tmp_buf,"%s.html",get_log_file()); - status = tidySaveFile( tdoc, tmp_buf ); - SPRTF("Saved tidied content to '%s'\n",tmp_buf); -#else - status = tidySaveStdout( tdoc ); -#endif - } - } - } - - contentErrors += tidyErrorCount( tdoc ); - contentWarnings += tidyWarningCount( tdoc ); - accessWarnings += tidyAccessWarningCount( tdoc ); - - --argc; - ++argv; - - if ( argc <= 1 ) - break; - } - - if (!tidyOptGetBool(tdoc, TidyQuiet) && - errout == stderr && !contentErrors) - fprintf(errout, "\n"); - - if (contentErrors + contentWarnings > 0 && - !tidyOptGetBool(tdoc, TidyQuiet)) - tidyErrorSummary(tdoc); - - if (!tidyOptGetBool(tdoc, TidyQuiet)) - tidyGeneralInfo(tdoc); - - /* called to free hash tables etc. */ - tidyRelease( tdoc ); - - /* return status can be used by scripts */ - if ( contentErrors > 0 ) - return 2; - - if ( contentWarnings > 0 ) - return 1; - - /* 0 signifies all is ok */ - return 0; -} - -/* - * local variables: - * mode: c - * indent-tabs-mode: nil - * c-basic-offset: 4 - * eval: (c-set-offset 'substatement-open 0) - * end: - */ diff --git a/HTMLTidy/vendor/tidy-html5/documentation/DoxygenLayout.xml b/HTMLTidy/vendor/tidy-html5/documentation/DoxygenLayout.xml deleted file mode 100644 index 15800885..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/DoxygenLayout.xml +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/documentation/README.md b/HTMLTidy/vendor/tidy-html5/documentation/README.md deleted file mode 100644 index efbd7d3d..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/README.md +++ /dev/null @@ -1,7 +0,0 @@ -Documentation -============= - -This directory does _not_ contain documentation for HTML Tidy. It consists of -files used for generating documentation for HTML Tidy. - -Please consult the main README file for more information. diff --git a/HTMLTidy/vendor/tidy-html5/documentation/build_docs.sh b/HTMLTidy/vendor/tidy-html5/documentation/build_docs.sh deleted file mode 100755 index d5405a13..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/build_docs.sh +++ /dev/null @@ -1,149 +0,0 @@ -#!/bin/sh - -# See cat << HEREDOC for file description. - - -# Set this to the complete path of the tidy for which you want to generate -# documentation. Relative path is okay. You shouldn't have to change this -# too often if your compiler always puts tidy in the same place. - -TIDY_PATH="../build/cmake/tidy" # Build directory. - -TIDY_VERSION=`head -n 1 ../version.txt` # In project root directory. - - -cat << HEREDOC - - Build 'tidy.1', which is a man page suitable for installation - in all Unix-like operating systems. This script will build - it, but not install it. - - Build 'quickref.html'. This is distributed with the - the Tidy source code and also used on Tidy's website. - Be sure to distribute it with 'quickref.css' as well. - - Build the 'tidylib_api' directory, which contains a website - with the documentation for TidyLib’s headers. - - These files will be built into '{current_dir}/temp'. - -HEREDOC - - -# Output and flags' declarations. -DOXY_CFG="./doxygen.cfg" -OUTP_DIR="./temp" -BUILD_XSLT=1 -BUILD_API=1 - - -## -# Ensure the output dir exists. -## -if [ ! -d "$OUTP_DIR" ]; then - mkdir $OUTP_DIR -fi - - -## -# Preflight -## - -# Check for a valid tidy. -if [ ! -x "$TIDY_PATH" ]; then - BUILD_XSLT=0 - echo "- '$TIDY_PATH' not found. You should set TIDY_PATH in this script." -fi - -# Check for xsltproc dependency. -hash xsltproc 2>/dev/null || { echo "- xsltproc not found. You require an XSLT processor."; BUILD_XSLT=0; } - - -## -# Build 'quickref.html' and 'tidy.1'. -## - -if [ "$BUILD_XSLT" -eq 1 ]; then - # Use the designated tidy to get its config and help. - # These temporary files will be cleaned up later. - $TIDY_PATH -xml-config > "$OUTP_DIR/tidy-config.xml" - $TIDY_PATH -xml-help > "$OUTP_DIR/tidy-help.xml" - - # 'quickref.html' and 'quickref_include.html' for the Doxygen build. - xsltproc "./quickref.xsl" "$OUTP_DIR/tidy-config.xml" > "$OUTP_DIR/quickref.html" - xsltproc "./quickref.include.xsl" "$OUTP_DIR/tidy-config.xml" > ./examples/quickref_include.html - - # Well, duh, we should tidy quickref.html - $TIDY_PATH -config "./tidy.cfg" -modify "$OUTP_DIR/quickref.html" - - # 'tidy.1'; create a valid tidy1.xsl first by subbing CMAKE's variable. - sed "s|@TIDYCONFIG@|./tidy-config.xml|g" < ./tidy1.xsl.in > "$OUTP_DIR/tidy1.xsl" - xsltproc "$OUTP_DIR/tidy1.xsl" "$OUTP_DIR/tidy-help.xml" > "$OUTP_DIR/tidy.1" - - # Cleanup - rm "$OUTP_DIR/tidy-config.xml" - rm "$OUTP_DIR/tidy-help.xml" - rm "$OUTP_DIR/tidy1.xsl" - - echo "'quickref.html' and 'tidy.1' have been built.\n" -else - echo "* tidy.1 was skipped because not all dependencies were satisfied." -fi - - -## -# Preflight -## - -# Check for the doxygen.cfg file. -if [ ! -f "$DOXY_CFG" ]; then - BUILD_API=0 - echo "- 'DOXY_CFG' not found. It is required to configure doxygen." -fi - -# Check for doxygen dependency. -hash doxygen 2>/dev/null || { echo "- doxygen not found. This script requires doxygen."; BUILD_XSLT=0; } - - -## -# Build the doxygen project. -## - -if [ "$BUILD_API" -eq 1 ]; then - echo "The following is doxygen's stderr output. It doesn't indicate errors with this script:\n" - - # echo the output of tidy5 --help so we can include - $TIDY_PATH -h > "./examples/tidy5.help.txt" - $TIDY_PATH -help-config > "./examples/tidy5.config.txt" - - - ## copy license file to examples for includsing - cp ../README/LICENSE.md ./examples/ - - ## this lot - # - echoes and catches output of the doxygen config - # - overwrites some vars but appending some to config at end - # - which are then passed to doxygen as stdin (instead of the path to a config.file) - ( cat "$DOXY_CFG"; \ - echo "PROJECT_NUMBER=$TIDY_VERSION"; \ - echo "GENERATE_TAGFILE=$OUTP_DIR/tidylib_api/tidy.tags"; \ - echo "HTML_EXTRA_FILES= ./examples/tidy5.help.txt ./examples/tidy5.config.txt"; ) \ - | doxygen - > /dev/null - - # cleanup - rm "./examples/tidy5.help.txt" - rm "./examples/tidy5.config.txt" - rm "./examples/LICENSE.md" - - echo "\nTidyLib API documentation has been built." -else - echo "* $OUTP_DIR/tidylib_api/ was skipped because not all dependencies were satisfied." -fi - - -## -# Done -## - -echo "\nDone.\n" - diff --git a/HTMLTidy/vendor/tidy-html5/documentation/doxygen.cfg b/HTMLTidy/vendor/tidy-html5/documentation/doxygen.cfg deleted file mode 100644 index 210c1625..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/doxygen.cfg +++ /dev/null @@ -1,1919 +0,0 @@ -# Doxyfile 1.8.9.1 - -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project. -# -# All text after a hash (#) is considered a comment and will be ignored. -# The format is: -# TAG = value [value, ...] -# For lists items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (" "). - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- - -# This tag specifies the encoding used for all characters in the config file -# that follow. The default is UTF-8 which is also the encoding used for all -# text before the first occurrence of this tag. Doxygen uses libiconv (or the -# iconv built into libc) for the transcoding. See -# http://www.gnu.org/software/libiconv for the list of possible encodings. - -DOXYFILE_ENCODING = UTF-8 - -# The PROJECT_NAME tag is a single word (or sequence of words) that should -# identify the project. Note that if you do not use Doxywizard you need -# to put quotes around the project name if it contains spaces. - -PROJECT_NAME = "HTML Tidy" - -# The PROJECT_NUMBER tag can be used to enter a project or revision number. -# This could be handy for archiving the generated documentation or -# if some version control system is used. - -PROJECT_NUMBER = version.txt - -# Using the PROJECT_BRIEF tag one can provide an optional one line description -# for a project that appears at the top of each page and should give viewer -# a quick idea about the purpose of the project. Keep the description short. - -PROJECT_BRIEF = "The HTACG Tidy HTML Project" - -# With the PROJECT_LOGO tag one can specify an logo or icon that is -# included in the documentation. The maximum height of the logo should not -# exceed 55 pixels and the maximum width should not exceed 200 pixels. -# Doxygen will copy the logo to the output directory. - -PROJECT_LOGO = - -# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) -# base path where the generated documentation will be put. -# If a relative path is entered, it will be relative to the location -# where doxygen was started. If left blank the current directory will be used. - -OUTPUT_DIRECTORY = temp - -# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create -# 4096 sub-directories (in 2 levels) under the output directory of each output -# format and will distribute the generated files over these directories. -# Enabling this option can be useful when feeding doxygen a huge amount of -# source files, where putting all generated files in the same directory would -# otherwise cause performance problems for the file system. - -CREATE_SUBDIRS = NO - -# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow -# non-ASCII characters to appear in the names of generated files. -# If set to NO, non-ASCII characters will be escaped, for example -# _xE3_x81_x84 will be used for Unicode U+3044. - -# ALLOW_UNICODE_NAMES = NO - -# The OUTPUT_LANGUAGE tag is used to specify the language in which all -# documentation generated by doxygen is written. Doxygen will use this -# information to generate all constant output in the proper language. -# The default language is English, other supported languages are: -# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, -# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, -# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English -# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, -# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, -# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. - -OUTPUT_LANGUAGE = English - -# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will -# include brief member descriptions after the members that are listed in -# the file and class documentation (similar to JavaDoc). -# Set to NO to disable this. - -BRIEF_MEMBER_DESC = YES - -# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend -# the brief description of a member or function before the detailed description. -# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the -# brief descriptions will be completely suppressed. - -REPEAT_BRIEF = YES - -# This tag implements a quasi-intelligent brief description abbreviator -# that is used to form the text in various listings. Each string -# in this list, if found as the leading text of the brief description, will be -# stripped from the text and the result after processing the whole list, is -# used as the annotated text. Otherwise, the brief description is used as-is. -# If left blank, the following values are used ("$name" is automatically -# replaced with the name of the entity): "The $name class" "The $name widget" -# "The $name file" "is" "provides" "specifies" "contains" -# "represents" "a" "an" "the" - -ABBREVIATE_BRIEF = - -# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then -# Doxygen will generate a detailed section even if there is only a brief -# description. - -ALWAYS_DETAILED_SEC = YES - -# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all -# inherited members of a class in the documentation of that class as if those -# members were ordinary class members. Constructors, destructors and assignment -# operators of the base classes will not be shown. - -INLINE_INHERITED_MEMB = YES - -# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full -# path before files name in the file list and in the header files. If set -# to NO the shortest path that makes the file name unique will be used. - -FULL_PATH_NAMES = NO - -# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag -# can be used to strip a user-defined part of the path. Stripping is -# only done if one of the specified strings matches the left-hand part of -# the path. The tag can be used to show relative paths in the file list. -# If left blank the directory from which doxygen is run is used as the -# path to strip. - -STRIP_FROM_PATH = - -# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of -# the path mentioned in the documentation of a class, which tells -# the reader which header file to include in order to use a class. -# If left blank only the name of the header file containing the class -# definition is used. Otherwise one should specify the include paths that -# are normally passed to the compiler using the -I flag. - -STRIP_FROM_INC_PATH = - -# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter -# (but less readable) file names. This can be useful if your file system -# doesn't support long names like on DOS, Mac, or CD-ROM. - -SHORT_NAMES = NO - -# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen -# will interpret the first line (until the first dot) of a JavaDoc-style -# comment as the brief description. If set to NO, the JavaDoc -# comments will behave just like regular Qt-style comments -# (thus requiring an explicit @brief command for a brief description.) - -JAVADOC_AUTOBRIEF = YES - -# If the QT_AUTOBRIEF tag is set to YES then Doxygen will -# interpret the first line (until the first dot) of a Qt-style -# comment as the brief description. If set to NO, the comments -# will behave just like regular Qt-style comments (thus requiring -# an explicit \brief command for a brief description.) - -QT_AUTOBRIEF = YES - -# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -# treat a multi-line C++ special comment block (i.e. a block of //! or /// -# comments) as a brief description. This used to be the default behaviour. -# The new default is to treat a multi-line C++ comment block as a detailed -# description. Set this tag to YES if you prefer the old behaviour instead. - -MULTILINE_CPP_IS_BRIEF = YES - -# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented -# member inherits the documentation from any documented member that it -# re-implements. - -INHERIT_DOCS = YES - -# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce -# a new page for each member. If set to NO, the documentation of a member will -# be part of the file/class/namespace that contains it. - -SEPARATE_MEMBER_PAGES = NO - -# The TAB_SIZE tag can be used to set the number of spaces in a tab. -# Doxygen uses this value to replace tabs by spaces in code fragments. - -TAB_SIZE = 4 - -# This tag can be used to specify a number of aliases that acts -# as commands in the documentation. An alias has the form "name=value". -# For example adding "sideeffect=\par Side Effects:\n" will allow you to -# put the command \sideeffect (or @sideeffect) in the documentation, which -# will result in a user-defined paragraph with heading "Side Effects:". -# You can put \n's in the value part of an alias to insert newlines. - -ALIASES = - -# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C -# sources only. Doxygen will then generate output that is more tailored for C. -# For instance, some of the names that are used will be different. The list -# of all members will be omitted, etc. - -OPTIMIZE_OUTPUT_FOR_C = YES - -# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java -# sources only. Doxygen will then generate output that is more tailored for -# Java. For instance, namespaces will be presented as packages, qualified -# scopes will look different, etc. - -OPTIMIZE_OUTPUT_JAVA = NO - -# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran -# sources only. Doxygen will then generate output that is more tailored for -# Fortran. - -OPTIMIZE_FOR_FORTRAN = NO - -# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL -# sources. Doxygen will then generate output that is tailored for -# VHDL. - -OPTIMIZE_OUTPUT_VHDL = NO - -# Doxygen selects the parser to use depending on the extension of the files it -# parses. With this tag you can assign which parser to use for a given extension. -# Doxygen has a built-in mapping, but you can override or extend it using this -# tag. The format is ext=language, where ext is a file extension, and language -# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, -# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make -# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C -# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions -# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. - -EXTENSION_MAPPING = - -# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments -# according to the Markdown format, which allows for more readable documentation. -# See http://daringfireball.net/projects/markdown/ for details. The output of -# markdown processing is further processed by doxygen, so you can mix doxygen, -# HTML, and XML commands with Markdown formatting. Disable only in case of backward -# compatibilities issues. -# The default value is: YES. - -MARKDOWN_SUPPORT = YES - -# When enabled doxygen tries to link words that correspond to documented classes, -# or namespaces to their corresponding documentation. Such a link can be prevented -# in individual cases by putting a % sign in front of the word or globally by -# setting AUTOLINK_SUPPORT to NO. -# The default value is: YES. - -AUTOLINK_SUPPORT = YES - -# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want -# to include (a tag file for) the STL sources as input, then you should -# set this tag to YES in order to let doxygen match functions declarations and -# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. -# func(std::string) {}). This also makes the inheritance and collaboration -# diagrams that involve STL classes more complete and accurate. - -BUILTIN_STL_SUPPORT = NO - -# If you use Microsoft's C++/CLI language, you should set this option to YES to -# enable parsing support. - -CPP_CLI_SUPPORT = NO - -# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. -# Doxygen will parse them like normal C++ but will assume all classes use public -# instead of private inheritance when no explicit protection keyword is present. - -SIP_SUPPORT = NO - -# For Microsoft's IDL there are propget and propput attributes to indicate getter -# and setter methods for a property. Setting this option to YES (the default) -# will make doxygen replace the get and set methods by a property in the -# documentation. This will only work if the methods are indeed getting or -# setting a simple type. If this is not the case, or you want to show the -# methods anyway, you should set this option to NO. - -IDL_PROPERTY_SUPPORT = YES - -# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC -# tag is set to YES, then doxygen will reuse the documentation of the first -# member in the group (if any) for the other members of the group. By default -# all members of a group must be documented explicitly. - -DISTRIBUTE_GROUP_DOC = NO - -# Set the SUBGROUPING tag to YES (the default) to allow class member groups of -# the same type (for instance a group of public functions) to be put as a -# subgroup of that type (e.g. under the Public Functions section). Set it to -# NO to prevent subgrouping. Alternatively, this can be done per class using -# the \nosubgrouping command. - -SUBGROUPING = YES - -# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and -# unions are shown inside the group in which they are included (e.g. using -# @ingroup) instead of on a separate page (for HTML and Man pages) or -# section (for LaTeX and RTF). - -INLINE_GROUPED_CLASSES = YES - -# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and -# unions with only public data fields will be shown inline in the documentation -# of the scope in which they are defined (i.e. file, namespace, or group -# documentation), provided this scope is documented. If set to NO (the default), -# structs, classes, and unions are shown on a separate page (for HTML and Man -# pages) or section (for LaTeX and RTF). - -INLINE_SIMPLE_STRUCTS = YES - -# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum -# is documented as struct, union, or enum with the name of the typedef. So -# typedef struct TypeS {} TypeT, will appear in the documentation as a struct -# with name TypeT. When disabled the typedef will appear as a member of a file, -# namespace, or class. And the struct will be named TypeS. This can typically -# be useful for C code in case the coding convention dictates that all compound -# types are typedef'ed and only the typedef is referenced, never the tag name. - -TYPEDEF_HIDES_STRUCT = NO - -# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This -# cache is used to resolve symbols given their name and scope. Since this can -# be an expensive process and often the same symbol appears multiple times in -# the code, doxygen keeps a cache of pre-resolved symbols. If the cache is too -# small doxygen will become slower. If the cache is too large, memory is wasted. -# The cache size is given by this formula: $2^{(16+\mbox{LOOKUP\_CACHE\_SIZE})}$. -# The valid range is 0..9, the default is 0, corresponding to a cache size of -# $2^{16} = 65536$ symbols. At the end of a run doxygen will report the cache -# usage and suggest the optimal cache size from a speed point of view. -# Minimum value: 0, maximum value: 9, default value: 0. - -LOOKUP_CACHE_SIZE = 0 - -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- - -# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in -# documentation are documented, even if no documentation was available. -# Private class members and static file members will be hidden unless -# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES - -EXTRACT_ALL = YES - -# If the EXTRACT_PRIVATE tag is set to YES all private members of a class -# will be included in the documentation. - -EXTRACT_PRIVATE = NO - -# If the EXTRACT_PACKAGE tag is set to YES, all members with package or -# internal scope will be included in the documentation. -# The default value is: NO. - -EXTRACT_PACKAGE = YES - -# If the EXTRACT_STATIC tag is set to YES all static members of a file -# will be included in the documentation. - -EXTRACT_STATIC = YES - -# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) -# defined locally in source files will be included in the documentation. -# If set to NO only classes defined in header files are included. - -EXTRACT_LOCAL_CLASSES = YES - -# This flag is only useful for Objective-C code. When set to YES local -# methods, which are defined in the implementation section but not in -# the interface are included in the documentation. -# If set to NO (the default) only methods in the interface are included. - -EXTRACT_LOCAL_METHODS = YES - -# If this flag is set to YES, the members of anonymous namespaces will be -# extracted and appear in the documentation as a namespace called -# 'anonymous_namespace{file}', where file will be replaced with the base -# name of the file that contains the anonymous namespace. By default -# anonymous namespaces are hidden. - -EXTRACT_ANON_NSPACES = NO - -# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all -# undocumented members of documented classes, files or namespaces. -# If set to NO (the default) these members will be included in the -# various overviews, but no documentation section is generated. -# This option has no effect if EXTRACT_ALL is enabled. - -HIDE_UNDOC_MEMBERS = NO - -# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all -# undocumented classes that are normally visible in the class hierarchy. -# If set to NO (the default) these classes will be included in the various -# overviews. This option has no effect if EXTRACT_ALL is enabled. - -HIDE_UNDOC_CLASSES = NO - -# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all -# friend (class|struct|union) declarations. -# If set to NO (the default) these declarations will be included in the -# documentation. - -HIDE_FRIEND_COMPOUNDS = NO - -# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any -# documentation blocks found inside the body of a function. -# If set to NO (the default) these blocks will be appended to the -# function's detailed documentation block. - -HIDE_IN_BODY_DOCS = NO - -# The INTERNAL_DOCS tag determines if documentation -# that is typed after a \internal command is included. If the tag is set -# to NO (the default) then the documentation will be excluded. -# Set it to YES to include the internal documentation. - -INTERNAL_DOCS = NO - -# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate -# file names in lower-case letters. If set to YES upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows -# and Mac users are advised to set this option to NO. - -CASE_SENSE_NAMES = YES - -# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen -# will show members with their full class and namespace scopes in the -# documentation. If set to YES the scope will be hidden. - -HIDE_SCOPE_NAMES = NO - -# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will -# append additional text to a page's title, such as Class Reference. If set to -# YES the compound reference will be hidden. -# The default value is: NO. - -# HIDE_COMPOUND_REFERENCE = NO - -# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen -# will put a list of the files that are included by a file in the documentation -# of that file. - -SHOW_INCLUDE_FILES = YES - -# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each -# grouped member an include statement to the documentation, telling the reader -# which file to include in order to use the member. -# The default value is: NO. - -SHOW_GROUPED_MEMB_INC = NO - -# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen -# will list include files with double quotes in the documentation -# rather than with sharp brackets. - -FORCE_LOCAL_INCLUDES = NO - -# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] -# is inserted in the documentation for inline members. - -INLINE_INFO = YES - -# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen -# will sort the (detailed) documentation of file and class members -# alphabetically by member name. If set to NO the members will appear in -# declaration order. - -SORT_MEMBER_DOCS = YES - -# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the -# brief documentation of file, namespace and class members alphabetically -# by member name. If set to NO (the default) the members will appear in -# declaration order. - -SORT_BRIEF_DOCS = YES - -# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen -# will sort the (brief and detailed) documentation of class members so that -# constructors and destructors are listed first. If set to NO (the default) -# the constructors will appear in the respective orders defined by -# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. -# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO -# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. - -SORT_MEMBERS_CTORS_1ST = NO - -# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the -# hierarchy of group names into alphabetical order. If set to NO (the default) -# the group names will appear in their defined order. - -SORT_GROUP_NAMES = YES - -# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be -# sorted by fully-qualified names, including namespaces. If set to -# NO (the default), the class list will be sorted only by class name, -# not including the namespace part. -# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. -# Note: This option applies only to the class list, not to the -# alphabetical list. - -SORT_BY_SCOPE_NAME = YES - -# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to -# do proper type resolution of all parameters of a function it will reject a -# match between the prototype and the implementation of a member function even -# if there is only one candidate or it is obvious which candidate to choose -# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen -# will still accept a match between prototype and implementation in such cases. - -STRICT_PROTO_MATCHING = NO - -# The GENERATE_TODOLIST tag can be used to enable (YES) or -# disable (NO) the todo list. This list is created by putting \todo -# commands in the documentation. - -GENERATE_TODOLIST = YES - -# The GENERATE_TESTLIST tag can be used to enable (YES) or -# disable (NO) the test list. This list is created by putting \test -# commands in the documentation. - -GENERATE_TESTLIST = YES - -# The GENERATE_BUGLIST tag can be used to enable (YES) or -# disable (NO) the bug list. This list is created by putting \bug -# commands in the documentation. - -GENERATE_BUGLIST = YES - -# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or -# disable (NO) the deprecated list. This list is created by putting -# \deprecated commands in the documentation. - -GENERATE_DEPRECATEDLIST= YES - -# The ENABLED_SECTIONS tag can be used to enable conditional -# documentation sections, marked by \if sectionname ... \endif. - -ENABLED_SECTIONS = - -# The MAX_INITIALIZER_LINES tag determines the maximum number of lines -# the initial value of a variable or macro consists of for it to appear in -# the documentation. If the initializer consists of more lines than specified -# here it will be hidden. Use a value of 0 to hide initializers completely. -# The appearance of the initializer of individual variables and macros in the -# documentation can be controlled using \showinitializer or \hideinitializer -# command in the documentation regardless of this setting. - -MAX_INITIALIZER_LINES = 30 - -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated -# at the bottom of the documentation of classes and structs. If set to YES the -# list will mention the files that were used to generate the documentation. - -SHOW_USED_FILES = YES - -# Set the SHOW_FILES tag to NO to disable the generation of the Files page. -# This will remove the Files entry from the Quick Index and from the -# Folder Tree View (if specified). The default is YES. - -SHOW_FILES = YES - -# Set the SHOW_NAMESPACES tag to NO to disable the generation of the -# Namespaces page. -# This will remove the Namespaces entry from the Quick Index -# and from the Folder Tree View (if specified). The default is YES. - -SHOW_NAMESPACES = YES - -# The FILE_VERSION_FILTER tag can be used to specify a program or script that -# doxygen should invoke to get the current version for each file (typically from -# the version control system). Doxygen will invoke the program by executing (via -# popen()) the command , where is the value of -# the FILE_VERSION_FILTER tag, and is the name of an input file -# provided by doxygen. Whatever the program writes to standard output -# is used as the file version. See the manual for examples. - -FILE_VERSION_FILTER = - -# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed -# by doxygen. The layout file controls the global structure of the generated -# output files in an output format independent way. The create the layout file -# that represents doxygen's defaults, run doxygen with the -l option. -# You can optionally specify a file name after the option, if omitted -# DoxygenLayout.xml will be used as the name of the layout file. - -LAYOUT_FILE = DoxygenLayout.xml - -# The CITE_BIB_FILES tag can be used to specify one or more bib files -# containing the references data. This must be a list of .bib files. The -# .bib extension is automatically appended if omitted. Using this command -# requires the bibtex tool to be installed. See also -# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style -# of the bibliography can be controlled using LATEX_BIB_STYLE. - -CITE_BIB_FILES = - -#--------------------------------------------------------------------------- -# configuration options related to warning and progress messages -#--------------------------------------------------------------------------- - -# The QUIET tag can be used to turn on/off the messages that are generated -# by doxygen. Possible values are YES and NO. If left blank NO is used. - -QUIET = NO - -# The WARNINGS tag can be used to turn on/off the warning messages that are -# generated by doxygen. Possible values are YES and NO. If left blank -# NO is used. - -WARNINGS = YES - -# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings -# for undocumented members. If EXTRACT_ALL is set to YES then this flag will -# automatically be disabled. - -WARN_IF_UNDOCUMENTED = NO - -# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for -# potential errors in the documentation, such as not documenting some -# parameters in a documented function, or documenting parameters that -# don't exist or using markup commands wrongly. - -WARN_IF_DOC_ERROR = YES - -# The WARN_NO_PARAMDOC option can be enabled to get warnings for -# functions that are documented, but have no documentation for their parameters -# or return value. If set to NO (the default) doxygen will only warn about -# wrong or incomplete parameter documentation, but not about the absence of -# documentation. - -WARN_NO_PARAMDOC = NO - -# The WARN_FORMAT tag determines the format of the warning messages that -# doxygen can produce. The string should contain the $file, $line, and $text -# tags, which will be replaced by the file and line number from which the -# warning originated and the warning text. Optionally the format may contain -# $version, which will be replaced by the version of the file (if it could -# be obtained via FILE_VERSION_FILTER) - -WARN_FORMAT = "$file:$line: $text" - -# The WARN_LOGFILE tag can be used to specify a file to which warning -# and error messages should be written. If left blank the output is written -# to stderr. - -WARN_LOGFILE = - -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- - -# The INPUT tag can be used to specify the files and/or directories that contain -# documented source files. You may enter file names like "myfile.cpp" or -# directories like "/usr/src/myproject". Separate the files or directories -# with spaces. - -INPUT = "../include" "./" "./pages" - -# This tag can be used to specify the character encoding of the source files -# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -# also the default input encoding. Doxygen uses libiconv (or the iconv built -# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for -# the list of possible encodings. - -INPUT_ENCODING = UTF-8 - -# If the value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank the following patterns are tested: -# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh -# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py -# *.f90 *.f *.for *.vhd *.vhdl - -FILE_PATTERNS = - -# The RECURSIVE tag can be used to turn specify whether or not subdirectories -# should be searched for input files as well. Possible values are YES and NO. -# If left blank NO is used. - -RECURSIVE = NO - -# The EXCLUDE tag can be used to specify files and/or directories that should -# excluded from the INPUT source files. This way you can easily exclude a -# subdirectory from a directory tree whose root is specified with the INPUT tag. -# Note that relative paths are relative to directory from which doxygen is run. - -EXCLUDE = ../include/tidyplatform.h - -# The EXCLUDE_SYMLINKS tag can be used select whether or not files or -# directories that are symbolic links (a Unix file system feature) are excluded -# from the input. - -EXCLUDE_SYMLINKS = NO - -# If the value of the INPUT tag contains directories, you can use the -# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. Note that the wildcards are matched -# against the file with absolute path, so to exclude all test directories -# for example use the pattern */test/* - -EXCLUDE_PATTERNS = - -# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -# (namespaces, classes, functions, etc.) that should be excluded from the -# output. The symbol name can be a fully qualified name, a word, or if the -# wildcard * is used, a substring. Examples: ANamespace, AClass, -# AClass::ANamespace, ANamespace::*Test - -EXCLUDE_SYMBOLS = - -# The EXAMPLE_PATH tag can be used to specify one or more files or -# directories that contain example code fragments that are included (see -# the \include command). - -EXAMPLE_PATH = "./examples/" - - -# If the value of the EXAMPLE_PATH tag contains directories, you can use the -# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank all files are included. - -EXAMPLE_PATTERNS = - -# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be -# searched for input files to be used with the \include or \dontinclude -# commands irrespective of the value of the RECURSIVE tag. -# Possible values are YES and NO. If left blank NO is used. - -EXAMPLE_RECURSIVE = NO - -# The IMAGE_PATH tag can be used to specify one or more files or -# directories that contain image that are included in the documentation (see -# the \image command). - -IMAGE_PATH = - -# The INPUT_FILTER tag can be used to specify a program that doxygen should -# invoke to filter for each input file. Doxygen will invoke the filter program -# by executing (via popen()) the command , where -# is the value of the INPUT_FILTER tag, and is the name of an -# input file. Doxygen will then use the output that the filter program writes -# to standard output. -# If FILTER_PATTERNS is specified, this tag will be -# ignored. - -INPUT_FILTER = - -# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern -# basis. -# Doxygen will compare the file name with each pattern and apply the -# filter if there is a match. -# The filters are a list of the form: -# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further -# info on how filters are used. If FILTER_PATTERNS is empty or if -# non of the patterns match the file name, INPUT_FILTER is applied. - -FILTER_PATTERNS = - -# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using -# INPUT_FILTER) will be used to filter the input files when producing source -# files to browse (i.e. when SOURCE_BROWSER is set to YES). - -FILTER_SOURCE_FILES = NO - -# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file -# pattern. A pattern will override the setting for FILTER_PATTERN (if any) -# and it is also possible to disable source filtering for a specific pattern -# using *.ext= (so without naming a filter). This option only has effect when -# FILTER_SOURCE_FILES is enabled. - -FILTER_SOURCE_PATTERNS = - -# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that -# is part of the input, its contents will be placed on the main page (index.html). -# This can be useful if you have a project on for instance GitHub and want to -# reuse the introduction page also for the doxygen output. - -USE_MDFILE_AS_MAINPAGE = - -#--------------------------------------------------------------------------- -# configuration options related to source browsing -#--------------------------------------------------------------------------- - -# If the SOURCE_BROWSER tag is set to YES then a list of source files will -# be generated. Documented entities will be cross-referenced with these sources. -# Note: To get rid of all source code in the generated output, make sure also -# VERBATIM_HEADERS is set to NO. - -SOURCE_BROWSER = YES - -# Setting the INLINE_SOURCES tag to YES will include the body -# of functions and classes directly in the documentation. - -INLINE_SOURCES = NO - -# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct -# doxygen to hide any special comment blocks from generated source code -# fragments. Normal C and C++ comments will always remain visible. - -STRIP_CODE_COMMENTS = NO - -# If the REFERENCED_BY_RELATION tag is set to YES -# then for each documented function all documented -# functions referencing it will be listed. - -REFERENCED_BY_RELATION = YES - -# If the REFERENCES_RELATION tag is set to YES -# then for each documented function all documented entities -# called/used by that function will be listed. - -REFERENCES_RELATION = YES - -# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) -# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from -# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will -# link to the source code. -# Otherwise they will link to the documentation. - -REFERENCES_LINK_SOURCE = YES - -# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink -# in the source code will show a tooltip with additional information -# such as prototype, brief description and links to the definition and -# documentation. Since this will make the HTML file larger and loading -# of large files a bit slower, you can opt to disable this feature. -# The default value is: YES. -# This tag requires that the tag SOURCE_BROWSER is set to YES. - -SOURCE_TOOLTIPS = YES - -# If the USE_HTAGS tag is set to YES then the references to source code -# will point to the HTML generated by the htags(1) tool instead of doxygen -# built-in source browser. The htags tool is part of GNU's global source -# tagging system (see http://www.gnu.org/software/global/global.html). You -# will need version 4.8.6 or higher. - -USE_HTAGS = NO - -# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen -# will generate a verbatim copy of the header file for each class for -# which an include is specified. Set to NO to disable this. - -VERBATIM_HEADERS = YES - - -# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use -# the clang parser for more accurate parsing at the cost of reduced -# performance. This can be particularly helpful with template rich C++ -# code for which doxygen's built-in parser lacks the necessary type information. -# Note: The availability of this option depends on whether or not doxygen -# was compiled with the --with-libclang option. -# The default value is: NO. - -# CLANG_ASSISTED_PARSING = NO - -# If clang assisted parsing is enabled you can provide the compiler with command -# line options that you would normally use when invoking the compiler. Note that -# the include paths will already be set by doxygen for the files and directories -# specified with INPUT and INCLUDE_PATH. -# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. - -# CLANG_OPTIONS = - -#--------------------------------------------------------------------------- -# configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- - -# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index -# of all compounds will be generated. Enable this if the project -# contains a lot of classes, structs, unions or interfaces. - -ALPHABETICAL_INDEX = NO - -# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then -# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns -# in which this list will be split (can be a number in the range [1..20]) - -COLS_IN_ALPHA_INDEX = 5 - -# In case all classes in a project start with a common prefix, all -# classes will be put under the same header in the alphabetical index. -# The IGNORE_PREFIX tag can be used to specify one or more prefixes that -# should be ignored while generating the index headers. - -IGNORE_PREFIX = - -#--------------------------------------------------------------------------- -# configuration options related to the HTML output -#--------------------------------------------------------------------------- - -# If the GENERATE_HTML tag is set to YES (the default) Doxygen will -# generate HTML output. - -GENERATE_HTML = YES - -# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `html' will be used as the default path. - -HTML_OUTPUT = "tidylib_api" - -# The HTML_FILE_EXTENSION tag can be used to specify the file extension for -# each generated HTML page (for example: .htm,.php,.asp). If it is left blank -# doxygen will generate files with .html extension. - -HTML_FILE_EXTENSION = .html - -# The HTML_HEADER tag can be used to specify a personal HTML header for -# each generated HTML page. If it is left blank doxygen will generate a -# standard header. Note that when using a custom header you are responsible -# for the proper inclusion of any scripts and style sheets that doxygen -# needs, which is dependent on the configuration options used. -# It is adviced to generate a default header using "doxygen -w html -# header.html footer.html stylesheet.css YourConfigFile" and then modify -# that header. Note that the header is subject to change so you typically -# have to redo this when upgrading to a newer version of doxygen or when -# changing the value of configuration settings such as GENERATE_TREEVIEW! - -HTML_HEADER = - -# The HTML_FOOTER tag can be used to specify a personal HTML footer for -# each generated HTML page. If it is left blank doxygen will generate a -# standard footer. - -HTML_FOOTER = - -# The HTML_STYLESHEET tag can be used to specify a user-defined cascading -# style sheet that is used by each HTML page. It can be used to -# fine-tune the look of the HTML output. If the tag is left blank doxygen -# will generate a default style sheet. Note that doxygen will try to copy -# the style sheet file to the HTML output directory, so don't put your own -# stylesheet in the HTML output directory as well, or it will be erased! - -HTML_STYLESHEET = - -# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined -# cascading style sheets that are included after the standard style sheets -# created by doxygen. Using this option one can overrule certain style aspects. -# This is preferred over using HTML_STYLESHEET since it does not replace the -# standard style sheet and is therefore more robust against future updates. -# Doxygen will copy the style sheet files to the output directory. - -HTML_EXTRA_STYLESHEET = ./style.css - -# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or -# other source files which should be copied to the HTML output directory. Note -# that these files will be copied to the base HTML output directory. Use the -# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these -# files. In the HTML_STYLESHEET file, use the file name only. Also note that -# the files will be copied as-is; there are no commands or markers available. - -HTML_EXTRA_FILES = - -# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. -# Doxygen will adjust the colors in the stylesheet and background images -# according to this color. Hue is specified as an angle on a colorwheel, -# see http://en.wikipedia.org/wiki/Hue for more information. -# For instance the value 0 represents red, 60 is yellow, 120 is green, -# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. -# The allowed range is 0 to 359. - -HTML_COLORSTYLE_HUE = 220 - -# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of -# the colors in the HTML output. For a value of 0 the output will use -# grayscales only. A value of 255 will produce the most vivid colors. - -HTML_COLORSTYLE_SAT = 50 - -# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to -# the luminance component of the colors in the HTML output. Values below -# 100 gradually make the output lighter, whereas values above 100 make -# the output darker. The value divided by 100 is the actual gamma applied, -# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, -# and 100 does not change the gamma. - -HTML_COLORSTYLE_GAMMA = 100 - -# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML -# page will contain the date and time when the page was generated. Setting -# this to NO can help when comparing the output of multiple runs. - -HTML_TIMESTAMP = YES - -# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML -# documentation will contain sections that can be hidden and shown after the -# page has loaded. For this to work a browser that supports -# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox -# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). - -HTML_DYNAMIC_SECTIONS = NO - -# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries -# shown in the various tree structured indices initially; the user can expand -# and collapse entries dynamically later on. Doxygen will expand the tree to -# such a level that at most the specified number of entries are visible (unless -# a fully collapsed tree already exceeds this amount). So setting the number -# of entries 1 will produce a full collapsed tree by default. 0 is a special -# value representing an infinite number of entries and will result in a full -# expanded tree by default. -# Minimum value: 0, maximum value: 9999, default value: 100. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_INDEX_NUM_ENTRIES = - -# If the GENERATE_DOCSET tag is set to YES, additional index files -# will be generated that can be used as input for Apple's Xcode 3 -# integrated development environment, introduced with OSX 10.5 (Leopard). -# To create a documentation set, doxygen will generate a Makefile in the -# HTML output directory. Running make will produce the docset in that -# directory and running "make install" will install the docset in -# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find -# it at startup. -# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html -# for more information. - -GENERATE_DOCSET = NO - -# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the -# feed. A documentation feed provides an umbrella under which multiple -# documentation sets from a single provider (such as a company or product suite) -# can be grouped. - -DOCSET_FEEDNAME = "Doxygen generated docs" - -# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that -# should uniquely identify the documentation set bundle. This should be a -# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen -# will append .docset to the name. - -DOCSET_BUNDLE_ID = org.doxygen.Project - -# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify -# the documentation publisher. This should be a reverse domain-name style -# string, e.g. com.mycompany.MyDocSet.documentation. - -DOCSET_PUBLISHER_ID = org.doxygen.Publisher - -# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. - -DOCSET_PUBLISHER_NAME = Publisher - -# If the GENERATE_HTMLHELP tag is set to YES, additional index files -# will be generated that can be used as input for tools like the -# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) -# of the generated HTML documentation. - -GENERATE_HTMLHELP = NO - -# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can -# be used to specify the file name of the resulting .chm file. You -# can add a path in front of the file if the result should not be -# written to the html output directory. - -CHM_FILE = - -# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can -# be used to specify the location (absolute path including file name) of -# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run -# the HTML help compiler on the generated index.hhp. - -HHC_LOCATION = - -# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag -# controls if a separate .chi index file is generated (YES) or that -# it should be included in the master .chm file (NO). - -GENERATE_CHI = NO - -# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING -# is used to encode HtmlHelp index (hhk), content (hhc) and project file -# content. - -CHM_INDEX_ENCODING = - -# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag -# controls whether a binary table of contents is generated (YES) or a -# normal table of contents (NO) in the .chm file. - -BINARY_TOC = NO - -# The TOC_EXPAND flag can be set to YES to add extra items for group members -# to the contents of the HTML help documentation and to the tree view. - -TOC_EXPAND = NO - -# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and -# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated -# that can be used as input for Qt's qhelpgenerator to generate a -# Qt Compressed Help (.qch) of the generated HTML documentation. - -GENERATE_QHP = NO - -# If the QHG_LOCATION tag is specified, the QCH_FILE tag can -# be used to specify the file name of the resulting .qch file. -# The path specified is relative to the HTML output folder. - -QCH_FILE = - -# The QHP_NAMESPACE tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#namespace - -QHP_NAMESPACE = org.doxygen.Project - -# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#virtual-folders - -QHP_VIRTUAL_FOLDER = doc - -# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to -# add. For more information please see -# http://doc.trolltech.com/qthelpproject.html#custom-filters - -QHP_CUST_FILTER_NAME = - -# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the -# custom filter to add. For more information please see -# -# Qt Help Project / Custom Filters. - -QHP_CUST_FILTER_ATTRS = - -# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this -# project's -# filter section matches. -# -# Qt Help Project / Filter Attributes. - -QHP_SECT_FILTER_ATTRS = - -# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can -# be used to specify the location of Qt's qhelpgenerator. -# If non-empty doxygen will try to run qhelpgenerator on the generated -# .qhp file. - -QHG_LOCATION = - -# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files -# will be generated, which together with the HTML files, form an Eclipse help -# plugin. To install this plugin and make it available under the help contents -# menu in Eclipse, the contents of the directory containing the HTML and XML -# files needs to be copied into the plugins directory of eclipse. The name of -# the directory within the plugins directory should be the same as -# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before -# the help appears. - -GENERATE_ECLIPSEHELP = NO - -# A unique identifier for the eclipse help plugin. When installing the plugin -# the directory name containing the HTML and XML files should also have -# this name. - -ECLIPSE_DOC_ID = org.doxygen.Project - -# The DISABLE_INDEX tag can be used to turn on/off the condensed index at -# top of each HTML page. The value NO (the default) enables the index and -# the value YES disables it. - -DISABLE_INDEX = NO - -# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index -# structure should be generated to display hierarchical information. -# If the tag value is set to YES, a side panel will be generated -# containing a tree-like index structure (just like the one that -# is generated for HTML Help). For this to work a browser that supports -# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). -# Windows users are probably better off using the HTML help feature. - -GENERATE_TREEVIEW = YES - -# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values -# (range [0,1..20]) that doxygen will group on one line in the generated HTML -# documentation. Note that a value of 0 will completely suppress the enum -# values from appearing in the overview section. - -ENUM_VALUES_PER_LINE = 1 - -# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be -# used to set the initial width (in pixels) of the frame in which the tree -# is shown. - -TREEVIEW_WIDTH = 250 - -# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open -# links to external symbols imported via tag files in a separate window. - -EXT_LINKS_IN_WINDOW = NO - -# Use this tag to change the font size of Latex formulas included -# as images in the HTML documentation. The default is 10. Note that -# when you change the font size after a successful doxygen run you need -# to manually remove any form_*.png images from the HTML output directory -# to force them to be regenerated. - -FORMULA_FONTSIZE = 10 - -# Use the FORMULA_TRANPARENT tag to determine whether or not the images -# generated for formulas are transparent PNGs. Transparent PNGs are -# not supported properly for IE 6.0, but are supported on all modern browsers. -# Note that when changing this option you need to delete any form_*.png files -# in the HTML output before the changes have effect. - -FORMULA_TRANSPARENT = YES - -# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax -# (see http://www.mathjax.org) which uses client side Javascript for the -# rendering instead of using prerendered bitmaps. Use this if you do not -# have LaTeX installed or if you want to formulas look prettier in the HTML -# output. When enabled you also need to install MathJax separately and -# configure the path to it using the MATHJAX_RELPATH option. - -USE_MATHJAX = NO - -# When MathJax is enabled you can set the default output format to be used -# for the MathJax output. See the MathJax site for more details. -# Possible values are: HTML-CSS (which is slower, but has the best compatibility), -# NativeMML (i.e. MathML) and SVG. -# The default value is: HTML-CSS. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_FORMAT = HTML-CSS - -# When MathJax is enabled you need to specify the location relative to the -# HTML output directory using the MATHJAX_RELPATH option. The destination -# directory should contain the MathJax.js script. For instance, if the mathjax -# directory is located at the same level as the HTML output directory, then -# MATHJAX_RELPATH should be ../mathjax. The default value points to the -# mathjax.org site, so you can quickly see the result without installing -# MathJax, but it is strongly recommended to install a local copy of MathJax -# before deployment. - -MATHJAX_RELPATH = http://www.mathjax.org/mathjax - -# The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension -# names that should be enabled during MathJax rendering. - -MATHJAX_EXTENSIONS = - -# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces -# of code that will be used on startup of the MathJax code. -# See the MathJax site for more details. - -MATHJAX_CODEFILE = - -# When the SEARCHENGINE tag is enabled doxygen will generate a search box -# for the HTML output. The underlying search engine uses javascript -# and DHTML and should work on any modern browser. Note that when using -# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets -# (GENERATE_DOCSET) there is already a search function so this one should -# typically be disabled. For large projects the javascript based search engine -# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. - -SEARCHENGINE = YES - -# When the SERVER_BASED_SEARCH tag is enabled the search engine will be -# implemented using a PHP enabled web server instead of at the web client -# using Javascript. Doxygen will generate the search PHP script and index -# file to put on the web server. The advantage of the server -# based approach is that it scales better to large projects and allows -# full text search. The disadvantages are that it is more difficult to setup -# and does not have live searching capabilities. - -SERVER_BASED_SEARCH = NO - -# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP -# script for searching. Instead the search results are written to an XML file -# which needs to be processed by an external indexer. Doxygen will invoke an -# external search engine pointed to by the SEARCHENGINE_URL option to obtain -# the search results. -# Doxygen ships with an example indexer (doxyindexer) and search engine (doxysearch.cgi) -# which are based on the open source search engine library Xapian. -# See the section External Indexing and Searching for details. -# The default value is: NO. -# This tag requires that the tag SEARCHENGINE is set to YES. - -EXTERNAL_SEARCH = NO - -# The SEARCHENGINE_URL should point to a search engine hosted by a web server -# which will return the search results when EXTERNAL_SEARCH is enabled. -# Doxygen ships with an example indexer (doxyindexer) and search engine -# (doxysearch.cgi) which are based on the open source search engine library -# Xapian. See the section External Indexing and Searching for details. -# This tag requires that the tag SEARCHENGINE is set to YES. - -SEARCHENGINE_URL = - -# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed -# search data is written to a file for indexing by an external tool. With the -# SEARCHDATA_FILE tag the name of this file can be specified. -# The default file is: searchdata.xml. -# This tag requires that the tag SEARCHENGINE is set to YES. - -SEARCHDATA_FILE = - -# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the -# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is -# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple -# projects and redirect the results back to the right project. -#This tag requires that the tag SEARCHENGINE is set to YES. - -EXTERNAL_SEARCH_ID = - -# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen -# projects other than the one defined by this configuration file, but that are all -# added to the same external search index. Each project needs to have a unique id -# set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of to a relative -# location where the documentation can be found. -# The format is: -# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... -# This tag requires that the tag SEARCHENGINE is set to YES. - -EXTRA_SEARCH_MAPPINGS = - -#--------------------------------------------------------------------------- -# configuration options related to the LaTeX output -#--------------------------------------------------------------------------- - -# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will -# generate Latex output. - -GENERATE_LATEX = NO - -# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `latex' will be used as the default path. - -LATEX_OUTPUT = latex - -# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be -# invoked. If left blank `latex' will be used as the default command name. -# Note that when enabling USE_PDFLATEX this option is only used for -# generating bitmaps for formulas in the HTML output, but not in the -# Makefile that is written to the output directory. - -LATEX_CMD_NAME = latex - -# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to -# generate index for LaTeX. If left blank `makeindex' will be used as the -# default command name. - -MAKEINDEX_CMD_NAME = makeindex - -# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact -# LaTeX documents. This may be useful for small projects and may help to -# save some trees in general. - -COMPACT_LATEX = NO - -# The PAPER_TYPE tag can be used to set the paper type that is used -# by the printer. Possible values are: a4, letter, legal and -# executive. If left blank a4wide will be used. - -PAPER_TYPE = a4wide - -# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX -# packages that should be included in the LaTeX output. - -EXTRA_PACKAGES = - -# The LATEX_HEADER tag can be used to specify a personal LaTeX header for -# the generated latex document. The header should contain everything until -# the first chapter. If it is left blank doxygen will generate a -# standard header. Notice: only use this tag if you know what you are doing! - -LATEX_HEADER = - -# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for -# the generated latex document. The footer should contain everything after -# the last chapter. If it is left blank doxygen will generate a -# standard footer. Notice: only use this tag if you know what you are doing! - -LATEX_FOOTER = - -# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated -# is prepared for conversion to pdf (using ps2pdf). The pdf file will -# contain links (just like the HTML output) instead of page references -# This makes the output suitable for online browsing using a pdf viewer. - -PDF_HYPERLINKS = NO - -# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of -# plain latex in the generated Makefile. Set this option to YES to get a -# higher quality PDF documentation. - -USE_PDFLATEX = NO - -# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. -# command to the generated LaTeX files. This will instruct LaTeX to keep -# running if errors occur, instead of asking the user for help. -# This option is also used when generating formulas in HTML. - -LATEX_BATCHMODE = NO - -# If LATEX_HIDE_INDICES is set to YES then doxygen will not -# include the index chapters (such as File Index, Compound Index, etc.) -# in the output. - -LATEX_HIDE_INDICES = NO - -# If LATEX_SOURCE_CODE is set to YES then doxygen will include -# source code with syntax highlighting in the LaTeX output. -# Note that which sources are shown also depends on other settings -# such as SOURCE_BROWSER. - -LATEX_SOURCE_CODE = NO - -# The LATEX_BIB_STYLE tag can be used to specify the style to use for the -# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See -# http://en.wikipedia.org/wiki/BibTeX for more info. - -LATEX_BIB_STYLE = plain - -#--------------------------------------------------------------------------- -# configuration options related to the RTF output -#--------------------------------------------------------------------------- - -# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output -# The RTF output is optimized for Word 97 and may not look very pretty with -# other RTF readers or editors. - -GENERATE_RTF = NO - -# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `rtf' will be used as the default path. - -RTF_OUTPUT = rtf - -# If the COMPACT_RTF tag is set to YES Doxygen generates more compact -# RTF documents. This may be useful for small projects and may help to -# save some trees in general. - -COMPACT_RTF = NO - -# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated -# will contain hyperlink fields. The RTF file will -# contain links (just like the HTML output) instead of page references. -# This makes the output suitable for online browsing using WORD or other -# programs which support those fields. -# Note: wordpad (write) and others do not support links. - -RTF_HYPERLINKS = NO - -# Load stylesheet definitions from file. Syntax is similar to doxygen's -# config file, i.e. a series of assignments. You only have to provide -# replacements, missing definitions are set to their default value. - -RTF_STYLESHEET_FILE = - -# Set optional variables used in the generation of an rtf document. -# Syntax is similar to doxygen's config file. - -RTF_EXTENSIONS_FILE = - -#--------------------------------------------------------------------------- -# configuration options related to the man page output -#--------------------------------------------------------------------------- - -# If the GENERATE_MAN tag is set to YES (the default) Doxygen will -# generate man pages - -GENERATE_MAN = NO - -# The MAN_OUTPUT tag is used to specify where the man pages will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `man' will be used as the default path. - -MAN_OUTPUT = man - -# The MAN_EXTENSION tag determines the extension that is added to -# the generated man pages (default is the subroutine's section .3) - -MAN_EXTENSION = .1 - -# If the MAN_LINKS tag is set to YES and Doxygen generates man output, -# then it will generate one additional man file for each entity -# documented in the real man page(s). These additional files -# only source the real man page, but without them the man command -# would be unable to find the correct page. The default is NO. - -MAN_LINKS = NO - -#--------------------------------------------------------------------------- -# configuration options related to the XML output -#--------------------------------------------------------------------------- - -# If the GENERATE_XML tag is set to YES Doxygen will -# generate an XML file that captures the structure of -# the code including all documentation. - -GENERATE_XML = NO - -# The XML_OUTPUT tag is used to specify where the XML pages will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `xml' will be used as the default path. - -XML_OUTPUT = xml - -# The XML_SCHEMA tag can be used to specify an XML schema, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -# XML_SCHEMA = - -# The XML_DTD tag can be used to specify an XML DTD, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -# XML_DTD = - -# If the XML_PROGRAMLISTING tag is set to YES Doxygen will -# dump the program listings (including syntax highlighting -# and cross-referencing information) to the XML output. Note that -# enabling this will significantly increase the size of the XML output. - -XML_PROGRAMLISTING = YES - -#--------------------------------------------------------------------------- -# configuration options for the AutoGen Definitions output -#--------------------------------------------------------------------------- - -# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will -# generate an AutoGen Definitions (see autogen.sf.net) file -# that captures the structure of the code including all -# documentation. Note that this feature is still experimental -# and incomplete at the moment. - -GENERATE_AUTOGEN_DEF = NO - -#--------------------------------------------------------------------------- -# configuration options related to the Perl module output -#--------------------------------------------------------------------------- - -# If the GENERATE_PERLMOD tag is set to YES Doxygen will -# generate a Perl module file that captures the structure of -# the code including all documentation. Note that this -# feature is still experimental and incomplete at the -# moment. - -GENERATE_PERLMOD = NO - -# If the PERLMOD_LATEX tag is set to YES Doxygen will generate -# the necessary Makefile rules, Perl scripts and LaTeX code to be able -# to generate PDF and DVI output from the Perl module output. - -PERLMOD_LATEX = NO - -# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be -# nicely formatted so it can be parsed by a human reader. -# This is useful -# if you want to understand what is going on. -# On the other hand, if this -# tag is set to NO the size of the Perl module output will be much smaller -# and Perl will parse it just the same. - -PERLMOD_PRETTY = YES - -# The names of the make variables in the generated doxyrules.make file -# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. -# This is useful so different doxyrules.make files included by the same -# Makefile don't overwrite each other's variables. - -PERLMOD_MAKEVAR_PREFIX = - -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- - -# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will -# evaluate all C-preprocessor directives found in the sources and include -# files. - -ENABLE_PREPROCESSING = YES - -# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro -# names in the source code. If set to NO (the default) only conditional -# compilation will be performed. Macro expansion can be done in a controlled -# way by setting EXPAND_ONLY_PREDEF to YES. - -MACRO_EXPANSION = YES - -# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES -# then the macro expansion is limited to the macros specified with the -# PREDEFINED and EXPAND_AS_DEFINED tags. - -EXPAND_ONLY_PREDEF = YES - -# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files -# pointed to by INCLUDE_PATH will be searched when a #include is found. - -SEARCH_INCLUDES = NO - -# The INCLUDE_PATH tag can be used to specify one or more directories that -# contain include files that are not input files but should be processed by -# the preprocessor. - -INCLUDE_PATH = "../src" - -# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard -# patterns (like *.h and *.hpp) to filter out the header-files in the -# directories. If left blank, the patterns specified with FILE_PATTERNS will -# be used. - -INCLUDE_FILE_PATTERNS = - -# The PREDEFINED tag can be used to specify one or more macro names that -# are defined before the preprocessor is started (similar to the -D option of -# gcc). The argument of the tag is a list of macros of the form: name -# or name=definition (no spaces). If the definition and the = are -# omitted =1 is assumed. To prevent a macro definition from being -# undefined via #undef or recursively expanded use the := operator -# instead of the = operator. - -PREDEFINED = TIDY_EXPORT= - -# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then -# this tag can be used to specify a list of macro names that should be expanded. -# The macro definition that is found in the sources will be used. -# Use the PREDEFINED tag if you want to use a different macro definition that -# overrules the definition found in the source code. - -EXPAND_AS_DEFINED = - -# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then -# doxygen's preprocessor will remove all references to function-like macros -# that are alone on a line, have an all uppercase name, and do not end with a -# semicolon, because these will confuse the parser if not removed. - -SKIP_FUNCTION_MACROS = NO - -#--------------------------------------------------------------------------- -# Configuration::additions related to external references -#--------------------------------------------------------------------------- - -# The TAGFILES option can be used to specify one or more tagfiles. -# Optionally an initial location of the external documentation -# can be added for each tagfile. The format of a tag file without -# this location is as follows: -# -# TAGFILES = file1 file2 ... -# Adding location for the tag files is done as follows: -# -# TAGFILES = file1=loc1 "file2 = loc2" ... -# where "loc1" and "loc2" can be relative or absolute paths or -# URLs. If a location is present for each tag, the installdox tool -# does not have to be run to correct the links. -# Note that each tag file must have a unique name -# (where the name does NOT include the path) -# If a tag file is not located in the directory in which doxygen -# is run, you must also specify the path to the tagfile here. - -TAGFILES = - -# When a file name is specified after GENERATE_TAGFILE, doxygen will create -# a tag file that is based on the input files it reads. - -GENERATE_TAGFILE = - -# If the ALLEXTERNALS tag is set to YES all external classes will be listed -# in the class index. If set to NO only the inherited external classes -# will be listed. - -ALLEXTERNALS = NO - -# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed -# in the modules index. If set to NO, only the current project's groups will -# be listed. - -EXTERNAL_GROUPS = YES - -# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed -# in the related pages index. If set to NO, only the current project's pages -# will be listed. -# The default value is: YES. - -EXTERNAL_PAGES = - -# The PERL_PATH should be the absolute path and name of the perl script -# interpreter (i.e. the result of `which perl'). - -PERL_PATH = perl - -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- - -# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will -# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base -# or super classes. Setting the tag to NO turns the diagrams off. Note that -# this option also works with HAVE_DOT disabled, but it is recommended to -# install and use dot, since it yields more powerful graphs. - -CLASS_DIAGRAMS = NO - -# You can define message sequence charts within doxygen comments using the \msc -# command. Doxygen will then run the mscgen tool (see -# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the -# documentation. The MSCGEN_PATH tag allows you to specify the directory where -# the mscgen tool resides. If left empty the tool is assumed to be found in the -# default search path. - -MSCGEN_PATH = - -# You can include diagrams made with dia in doxygen documentation. Doxygen will -# then run dia to produce the diagram and insert it in the documentation. -# The DIA_PATH tag allows you to specify the directory where the dia binary -# resides. If left empty dia is assumed to be found in the default search path. - -DIA_PATH = - -# If set to YES, the inheritance and collaboration graphs will hide -# inheritance and usage relations if the target is undocumented -# or is not a class. - -HIDE_UNDOC_RELATIONS = YES - -# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is -# available from the path. This tool is part of Graphviz, a graph visualization -# toolkit from AT&T and Lucent Bell Labs. The other options in this section -# have no effect if this option is set to NO (the default) - -HAVE_DOT = NO - -# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is -# allowed to run in parallel. When set to 0 (the default) doxygen will -# base this on the number of processors available in the system. You can set it -# explicitly to a value larger than 0 to get control over the balance -# between CPU load and processing speed. - -DOT_NUM_THREADS = 0 - -# By default doxygen will use the Helvetica font for all dot files that -# doxygen generates. When you want a differently looking font you can specify -# the font name using DOT_FONTNAME. You need to make sure dot is able to find -# the font, which can be done by putting it in a standard location or by setting -# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the -# directory containing the font. - -DOT_FONTNAME = Helvetica - -# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. -# The default size is 10pt. - -DOT_FONTSIZE = 10 - -# By default doxygen will tell dot to use the Helvetica font. -# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to -# set the path where dot can find it. - -DOT_FONTPATH = - -# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for each documented class showing the direct and -# indirect inheritance relations. Setting this tag to YES will force the -# the CLASS_DIAGRAMS tag to NO. - -CLASS_GRAPH = NO - -# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for each documented class showing the direct and -# indirect implementation dependencies (inheritance, containment, and -# class references variables) of the class with other documented classes. - -COLLABORATION_GRAPH = NO - -# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for groups, showing the direct groups dependencies - -GROUP_GRAPHS = YES - -# If the UML_LOOK tag is set to YES doxygen will generate inheritance and -# collaboration diagrams in a style similar to the OMG's Unified Modeling -# Language. - -UML_LOOK = NO - -# If set to YES, the inheritance and collaboration graphs will show the -# relations between templates and their instances. - -TEMPLATE_RELATIONS = NO - -# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT -# tags are set to YES then doxygen will generate a graph for each documented -# file showing the direct and indirect include dependencies of the file with -# other documented files. - -INCLUDE_GRAPH = NO - -# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and -# HAVE_DOT tags are set to YES then doxygen will generate a graph for each -# documented header file showing the documented files that directly or -# indirectly include this file. - -INCLUDED_BY_GRAPH = YES - -# If the CALL_GRAPH and HAVE_DOT options are set to YES then -# doxygen will generate a call dependency graph for every global function -# or class method. Note that enabling this option will significantly increase -# the time of a run. So in most cases it will be better to enable call graphs -# for selected functions only using the \callgraph command. - -CALL_GRAPH = NO - -# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then -# doxygen will generate a caller dependency graph for every global function -# or class method. Note that enabling this option will significantly increase -# the time of a run. So in most cases it will be better to enable caller -# graphs for selected functions only using the \callergraph command. - -CALLER_GRAPH = NO - -# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen -# will generate a graphical hierarchy of all classes instead of a textual one. - -GRAPHICAL_HIERARCHY = YES - -# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES -# then doxygen will show the dependencies a directory has on other directories -# in a graphical way. The dependency relations are determined by the #include -# relations between the files in the directories. - -DIRECTORY_GRAPH = YES - -# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images -# generated by dot. Possible values are svg, png, jpg, or gif. -# If left blank png will be used. If you choose svg you need to set -# HTML_FILE_EXTENSION to xhtml in order to make the SVG files -# visible in IE 9+ (other browsers do not have this requirement). - -DOT_IMAGE_FORMAT = png - -# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to -# enable generation of interactive SVG images that allow zooming and panning. -# Note that this requires a modern browser other than Internet Explorer. -# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you -# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files -# visible. Older versions of IE do not have SVG support. - -INTERACTIVE_SVG = NO - -# The tag DOT_PATH can be used to specify the path where the dot tool can be -# found. If left blank, it is assumed the dot tool can be found in the path. - -DOT_PATH = - -# The DOTFILE_DIRS tag can be used to specify one or more directories that -# contain dot files that are included in the documentation (see the -# \dotfile command). - -DOTFILE_DIRS = - -# The MSCFILE_DIRS tag can be used to specify one or more directories that -# contain msc files that are included in the documentation (see the -# \mscfile command). - -MSCFILE_DIRS = - -# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of -# nodes that will be shown in the graph. If the number of nodes in a graph -# becomes larger than this value, doxygen will truncate the graph, which is -# visualized by representing a node as a red box. Note that doxygen if the -# number of direct children of the root node in a graph is already larger than -# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note -# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. - -DOT_GRAPH_MAX_NODES = 50 - -# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the -# graphs generated by dot. A depth value of 3 means that only nodes reachable -# from the root by following a path via at most 3 edges will be shown. Nodes -# that lay further from the root node will be omitted. Note that setting this -# option to 1 or 2 may greatly reduce the computation time needed for large -# code bases. Also note that the size of a graph can be further restricted by -# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. - -MAX_DOT_GRAPH_DEPTH = 0 - -# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent -# background. This is disabled by default, because dot on Windows does not -# seem to support this out of the box. Warning: Depending on the platform used, -# enabling this option may lead to badly anti-aliased labels on the edges of -# a graph (i.e. they become hard to read). - -DOT_TRANSPARENT = NO - -# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output -# files in one run (i.e. multiple -o and -T options on the command line). This -# makes dot run faster, but since only newer versions of dot (>1.8.10) -# support this, this feature is disabled by default. - -DOT_MULTI_TARGETS = NO - -# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will -# generate a legend page explaining the meaning of the various boxes and -# arrows in the dot generated graphs. - -GENERATE_LEGEND = YES - -# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will -# remove the intermediate dot files that are used to generate -# the various graphs. - -DOT_CLEANUP = YES diff --git a/HTMLTidy/vendor/tidy-html5/documentation/examples/example.1.c b/HTMLTidy/vendor/tidy-html5/documentation/examples/example.1.c deleted file mode 100644 index 96c790f7..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/examples/example.1.c +++ /dev/null @@ -1,49 +0,0 @@ - - -#include -#include -#include -#include - -int main(int argc, char **argv ) -{ - const char* input = "Hello

World!"; - TidyBuffer output = {0}; - TidyBuffer errbuf = {0}; - int rc = -1; - Bool ok; - - // Initialize "document" - TidyDoc tdoc = tidyCreate(); - printf( "Tidying:\t%s\n", input ); - - // Convert to XHTML - ok = tidyOptSetBool( tdoc, TidyXhtmlOut, yes ); - if ( ok ) - rc = tidySetErrorBuffer( tdoc, &errbuf ); // Capture diagnostics - if ( rc >= 0 ) - rc = tidyParseString( tdoc, input ); // Parse the input - if ( rc >= 0 ) - rc = tidyCleanAndRepair( tdoc ); // Tidy it up! - if ( rc >= 0 ) - rc = tidyRunDiagnostics( tdoc ); // Kvetch - if ( rc > 1 ) // If error, force output. - rc = ( tidyOptSetBool(tdoc, TidyForceOutput, yes) ? rc : -1 ); - if ( rc >= 0 ) - rc = tidySaveBuffer( tdoc, &output ); // Pretty Print - - if ( rc >= 0 ) - { - if ( rc > 0 ) - printf( "\nDiagnostics:\n\n%s", errbuf.bp ); - printf( "\nAnd here is the result:\n\n%s", output.bp ); - } - else - printf( "A severe error (%d) occurred.\n", rc ); - - tidyBufFree( &output ); - tidyBufFree( &errbuf ); - tidyRelease( tdoc ); - return rc; -} - diff --git a/HTMLTidy/vendor/tidy-html5/documentation/examples/example_config.txt b/HTMLTidy/vendor/tidy-html5/documentation/examples/example_config.txt deleted file mode 100644 index 5a0164bf..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/examples/example_config.txt +++ /dev/null @@ -1,22 +0,0 @@ -// sample config file for HTML tidy -indent: auto -indent-spaces: 2 -wrap: 72 -markup: yes -output-xml: no -input-xml: no -show-warnings: yes -numeric-entities: yes -quote-marks: yes -quote-nbsp: yes -quote-ampersand: no -break-before-br: no -uppercase-tags: no -uppercase-attributes: no -char-encoding: latin1 -new-inline-tags: cfif, cfelse, math, mroot, - mrow, mi, mn, mo, msqrt, mfrac, msubsup, munderover, - munder, mover, mmultiscripts, msup, msub, mtext, - mprescripts, mtable, mtr, mtd, mth -new-blocklevel-tags: cfoutput, cfquery -new-empty-tags: cfelse \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/documentation/pages/main_page.dox b/HTMLTidy/vendor/tidy-html5/documentation/pages/main_page.dox deleted file mode 100644 index ee774b33..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/pages/main_page.dox +++ /dev/null @@ -1,51 +0,0 @@ -/*! - -\mainpage Tidy home - -\note The repository github.com/htacg/tidy-html5 and this documentation should be considered canonical for HTML Tidy as of 2015-January-15. See \ref history - - -\b Tidy corrects and cleans up HTML content by fixing markup errors such as mismatched, misnested and missing tags, missing end "/" tags, missing quotations et all, eg: - - -\code{.html} -


heading

-

sub
heading

-References -\endcode -is converted to -\code{.html} -
-

heading

-

sub

-
-

heading

-
References -\endcode - - -

This project has two parts:

- -- \ref tidylib - - a C static or dynamic library that developers can integrate into their applications - in order to bring all of Tidy’s power to your favorite tools. - -- \ref tidy_cmd - - a console application built on \ref tidylib for Mac OS X, Linux, Windows, UNIX, and more. - -\section content Contents -- \ref quick_ref -- \ref tidy_cmd - - \ref tidy_quickstart - - \ref tidy_config - - \ref featured_options - - \ref tidy_scripting -- \ref tidylib - - Modules -- \ref building_tidy -- \subpage history -- \subpage license -- \ref todo - - -*/ diff --git a/HTMLTidy/vendor/tidy-html5/documentation/pages/page_building.dox b/HTMLTidy/vendor/tidy-html5/documentation/pages/page_building.dox deleted file mode 100644 index 15b22b93..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/pages/page_building.dox +++ /dev/null @@ -1,98 +0,0 @@ -/*! - - -\page building_tidy Building Tidy - -How to compile and install Tidy from source code. - -\tableofcontents - -\section Prerequisites - - - \b git - git-scm.com/book/en/v2/Getting-Started-Installing-Git - - \b cmake - cmake.org/download/ - - Appropriate build tools for the platform - -CMake comes in two forms - command line and gui. Some installations only install one or the other, but sometimes both. The build -commands below are only for the command line use. - -Also the actual build tools vary for each platform. But that is one of the great features of cmake, it can generate -variuous 'native' build files. Running cmake without any parameters will list the generators -available on that platform. For sure one of the common ones is "Unix Makefiles", which needs autotools -make installed, but many other generators are supported. - -In windows cmake offers various versions of MSVC. Again below only the command line use of MSVC is shown, but the -tidy solution (*.sln) file can be loaded into the MSVC IDE, and the building done in there. - -\section get_source Get the source code - -Tidy’s sourcecode can be found at github.com/htacg/tidy-html5. There are sometimes -several branches, but in general `master` is the most recently updated version. - -\note Note that as “cutting edge,” it may have bugs or other -unstable behavior. If you prefer a stable, officially released version, be sure to have a look -at Releases on the github page. - -In general you can use the Download ZIP button on the github page to download the most recent version of a branch. If you prefer -Git then you can clone the repository to a working machine with: - - -\code{.sh} -git clone git@github.com:htacg/tidy-html5.git -\endcode - -\section compile Compile - -

Enter the `build/cmake` directory

-\code{.sh} -# *nix -cd {your-tidy-html5-directory}/build/cmake - -# windows -cd {your-tidy-html5-directory}\build\cmake -\endcode - -

Configure the build

-\code{.sh} -# *nix -cmake ../../ [-DCMAKE_INSTALL_PREFIX=/path/for/install] - -# windows -cmake ..\..\ -\endcode -By default cmake sets the install path to `/usr/local` in unix. - -If you wanted the binary in say `/usr/bin` instead, then use `-DCMAKE_INSTALL_PREFIX=/usr` - -On windows the default install is to `C:\Program Files\tidy5`, or `C:/Program Files (x86)/tidy5`, which is not very useful. After -the build the `tidy[n].exe` is in the `Release\` directory, and can be copied to any directory in your `PATH` environment variable, for global use. - -If you need the tidy library built as a 'shared' (DLL) library, then in add the command `-DBUILD_SHARED_LIB:BOOL=ON`. -This option is `OFF` by default, so the static library is built and linked with the command line tool for convenience. - - -

Compile

-\code{.sh} -# *nix -make - -# windows -cmake --build . --config Release -\endcode - - -\section compileOnstall Install -Install the applicatio and library with - -\code{.sh} -# *nix -[sudo] make install - -# windows -cmake --build . --config Release --target INSTALL -\endcode - - - - -*/ \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/documentation/pages/page_featured_options.dox b/HTMLTidy/vendor/tidy-html5/documentation/pages/page_featured_options.dox deleted file mode 100644 index 564adf99..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/pages/page_featured_options.dox +++ /dev/null @@ -1,146 +0,0 @@ -/*! - - -\page featured_options Featured Options - -Overview of popular features and problems - -\tableofcontents - -\section indenting Indenting output for readability - -Indenting the source markup of an HTML document makes the markup easier to read. Tidy can indent the -markup for an HTML document while recognizing elements whose contents should not be indented. In the -example below, Tidy indents the output while preserving the formatting of the `
` element:
-
-Input:
-\code{.html}
-
- 
- Test document
- 
- 
- 

This example shows how Tidy can indent output while preserving - formatting of particular elements.

- -
This is
- genuine
-       preformatted
-    text
- 
- - - \endcode - - Output: -\code{.html} - - - Test document - - - -

This example shows how Tidy can indent output while preserving - formatting of particular elements.

-
-This is
-genuine
-       preformatted
-   text
-
- - -\endcode - -Tidy’s indenting behavior is not perfect and can sometimes cause your output to be rendered by browsers in a different way than the input. You can -avoid unexpected indenting-related rendering problems by setting `indent:no` or `indent:auto` in a config file. - -\note - Preserving original indenting not possible

- Tidy is not capable of preserving the original indenting of the markup from the input it receives. That’s because Tidy starts by - building a clean parse tree from the input, and that parse tree doesn’t contain any information about the original indenting. Tidy then - pretty-prints the parse tree using the current config settings. Trying to preserve the original - indenting from the input would interact badly with the repair operations needed to build a clean parse tree, and would considerably complicate the code. - - -\section encodings Encodings and character references - -Tidy defaults to assuming you want output to be encoded in `UTF-8`. But Tidy offers you a choice of other -character encodings: `US ASCII`, `ISO Latin-1`, and the `ISO 2022` family of 7 bit encodings. - -Tidy doesn’t yet recognize the use of the HTML `` element for specifying the character encoding. - -The full set of HTML character references are defined. Cleaned-up output uses named character references for characters when appropriate. Otherwise, -characters outside the normal range are output as numeric character references. - -\section accessibility Accessibility - -Tidy offers advice on potential accessibility problems for people using non-graphical browsers. - -\section cleaning_presentational Cleaning up presentational markup - -Some tools generate HTML with presentational elements such as ``, ``, and `
`. Tidy’s -clean option will replace those elements with ` - - - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/documentation/quickref.xsl b/HTMLTidy/vendor/tidy-html5/documentation/quickref.xsl deleted file mode 100644 index 73e308af..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/quickref.xsl +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - HTML Tidy <xsl:value-of select="config/@version" /> Options Quick Reference - - - - -

HTML Tidy Options Quick Reference

- -

Option Groups

- - -

Option Index

- - -

Option Details

- - - - -
- - - - - - - - markup - HTML, XHTML, XML - MarkupHeader - - - diagnostics - Diagnostics - DiagnosticsHeader - - - print - Pretty Print - PrettyPrintHeader - - - encoding - Character Encoding - EncodingHeader - - - misc - Miscellaneous - MiscellaneousHeader - -
-
- - - - - - markup - HTML, XHTML, XML - MarkupReference - - - diagnostics - Diagnostics - DiagnosticsReference - - - print - Pretty Print - PrettyPrintReference - - - encoding - Character Encoding - EncodingReference - - - misc - Miscellaneous - MiscellaneousReference - -
-
- - - - - - - - - - Options - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Options Reference - - - - - - - - - - - - - - - - Type: - - - - Default: - - - - - - - - - - - - - - Example - - - - - - - - - - - - - - See also: - - - - - , - - - - - - - - - - - - - - - Option - Type - Default - - - - - - - - - - - - - - - -
diff --git a/HTMLTidy/vendor/tidy-html5/documentation/style.css b/HTMLTidy/vendor/tidy-html5/documentation/style.css deleted file mode 100644 index 6eb740fd..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/style.css +++ /dev/null @@ -1,310 +0,0 @@ - -body { - background-color: #efefef; -} - -#titlearea { - background-image: url(http://www.html-tidy.org/assets/images/green-abstract-background.jpg); - background-size: cover; -} - -#projectname { - font-family: sans-serif; - font-size: 22pt; - margin: 0 0 0 0; - margin-left: 150px; - padding: 2px 0px; - color: white; -} - -#projectnumber { - font-size: 12pt; -} - -#projectbrief { - font-family: sans-serif; - font-size: 10pt; - color: #dddddd; - margin-left: 150px; -} - - -.contents h1 { - font-size: 15pt; - font-family: monospace; - color: #4D4D74; - font-weight: bold; - border-left: none; - border-top: none; - border-bottom: 2px solid #cccccc; - margin: 30px 0px 10px 0px; - padding: 5px 0 5px 10px; -} -.contents h2 { - font-size: 12pt; - font-family: monospace; - color: #4D4D74; - font-weight: bold; - border-top: none; - border-bottom: 1px solid #dddddd; - margin: 20px 20% 20px 0px; - padding: 2px 0 2px 10px; -} - - - -.contents p { - line-height: 130%; - font-size: 11pt; - font-family: sans-serif; - margin: 10px 20% 15px 10px; - padding: 0px; -} - -.contents ul{ - list-style-type: disc; - font-size: 11pt; - margin: 5px 20% 5px 40px; - padding: 0px; - line-height: 140%; -} -.contents ul ul{ - list-style-type: circle; - margin-left: 30px; -} -.contents li{ - padding: 2px 0 2px 0; - margin: 0; - ssbackground-color: pink; -} - -.contents .textblock{ - font-size: 10pt; - margin: 10px 50px 10px 50px; - line-height: 140%; -} -.contents .textblock code{ - font-family: monospace; - font-size: 9pt; -} -.contents .todo{ - font-size: 11pt; - margin: 10px 10% 20px 30px; -} -.contents .bug{ - font-size: 11pt; - margin: 10px 10% 20px 30px; -} - -dl -{ - padding: 0 0 0 10px; -} - -/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ -dl.section -{ - margin-left: 0px; - padding-left: 0px; -} - -dl.note -{ - margin: 5px 10% 5px 30px; - padding: 10px; - border-left: 4px solid; - border-color: #D0C000; - background-color: #FFFAC5; - border-radius: 10px; -} - -ul dl.note{ - margin-right: 0; -} - -dl.warning, dl.attention -{ - margin: 5px 10% 5px 30px; - padding: 10px; - border-left: 4px solid; - border-color: #FF909F; - background-color: #FFE1E5; - border-radius: 10px; -} - -dl.pre, dl.post, dl.invariant -{ - margin-left:-7px; - padding-left: 3px; - border-left:4px solid; - border-color: #00D000; -} - -dl.deprecated -{ - margin: 5px 10% 5px 30px; - padding: 10px; - border-left:4px solid #B10BBF; - background-color: #FBC9FF; - border-radius: 10px; -} - -dl.todo -{ - margin: 5px 10% 5px 30px; - padding: 10px; - border-left:4px solid #00C0E0; - background-color: #DCFAFF ; - border-radius: 10px; -} -dl.bug -{ - margin: 5px 10% 5px 30px; - padding: 10px; - border-left:4px solid red; - background-color: #FFC3B9 ; - border-radius: 10px; -} -dl.test -{ - margin-left:-7px; - padding-left: 3px; - border-left:4px solid; - border-color: #3030E0; -} - -dl.bug -{ - margin-left:-7px; - padding-left: 3px; - border-left:4px solid; - border-color: #C08050; -} - - - -dl.section dd { - margin-bottom: 6px; -} - - - -table.directory tr { - border-bottom: 1px solid #cccccc !important; -} - -table.directory tr:hover { - background-color: #F6FF88 !important; -} - - -table.directory td { - padding: 5px; - font-family: sans-serif; -} - -/*****************************************************/ -/* Quickref */ -table.quickref { - font-size: 9pt; - font-family: monospace; -} -table.quickref tr:hover{ - background-color: #F6FF88; -} -table.quickref td.qrow { - border-bottom: 1px solid #cccccc !important; -} -table td.h2 { - padding: 0; - margin: 0; -} -.qh2 { - background-color: #333333; - color: #eeeeee !important; - padding: 10px; - border-radius: 5px; - border: none; - margin: 0; - padding: 8px; - font-size: 15pt; - width: 100%; - -} -table td.h3 { - background-color: #333333; - color: #eeeeee; - padding: 8px; - border-top-left-radius: 8px; -} -table td.h3top { - background-color: #333333; - padding: 8px; - border-top-right-radius: 8px; - text-align: right; - font-size: 8pt; -} -table td.h3top a{ - color: #dddddd !important; -} -.h3topssssa { - color: #333333; -} - - -table td.tabletitle { - background-color: #cccccc; - font-size: 8pt; -} - -td.tabletitlelink { - font-size: 8pt; -} -td.qoptiontitletd { - padding: 0; - margin: 0; -} -h4.qoptiontitle { - background-color: #bbbbbb; - font-size: 11pt; - font-weight: bold; - font-family: monospace; - padding: 5px 5px 5px 10px; - margin: 0; - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} - - -.qlabel { - text-align: right; - font-size: 9pt; - width: 80px; - border-bottom: 1px solid #bbbbbb; - - background-color: #dddddd; - font-family: sans-serif; -} -.qvalu { - font-size: 9pt; - font-weight: bold; - border-bottom: 1px solid #bbbbbb; - font-family: monospace; - border-left: 1px solid #bbbbbb; -} - -.qdescription { - font-size: 11pt; - color: #333333; - margin: 0; - padding: 5px; - line-height: 140%; - border-left: 1px solid #bbbbbb; - border-bottom: 1px solid #bbbbbb; -} - -td.qdescription br { - content: " "; - display: block; - margin: 10px 0; -} diff --git a/HTMLTidy/vendor/tidy-html5/documentation/tidy.cfg b/HTMLTidy/vendor/tidy-html5/documentation/tidy.cfg deleted file mode 100644 index a4c4e914..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/tidy.cfg +++ /dev/null @@ -1,82 +0,0 @@ -# Tidy Options generated and exported by Balthisar Tidy for Mac OS X. -# Please visit http://www.balthisar.com for more information about Balthisar Tidy. -# - Double-check encoding values; Balthisar Tidy set them all to "utf8". -# - If "accessibility-check" has a string after the number, it’s okay; it will work fine. -# To use this configuration file with the native command line version of Tidy, use Tidy like this: -# tidy -config tidy.cfg some_file.html -# -accessibility-check: 0 (Tidy Classic) -add-xml-decl: no -add-xml-space: no -alt-text: -anchor-as-name: yes -ascii-chars: no -assume-xml-procins: no -bare: no -break-before-br: no -clean: yes -coerce-endtags: yes -css-prefix: -decorate-inferred-ul: no -doctype: html5 -drop-empty-elements: yes -drop-empty-paras: yes -drop-proprietary-attributes: no -enclose-block-text: no -enclose-text: no -escape-cdata: no -fix-backslash: yes -fix-bad-comments: yes -fix-uri: yes -force-output: no -gdoc: no -hide-comments: no -indent: yes -indent-attributes: no -indent-cdata: no -indent-spaces: 4 -input-encoding: utf8 -input-xml: no -join-classes: no -join-styles: no -literal-attributes: no -logical-emphasis: no -lower-literals: yes -markup: yes -merge-divs: auto -merge-emphasis: yes -merge-spans: auto -ncr: yes -new-blocklevel-tags: -new-empty-tags: -new-inline-tags: -new-pre-tags: -newline: LF -numeric-entities: no -omit-optional-tags: no -output-encoding: utf8 -output-html: no -output-xhtml: no -output-xml: no -preserve-entities: yes -punctuation-wrap: no -quote-ampersand: yes -quote-marks: no -quote-nbsp: yes -repeated-attributes: keep-last -replace-color: yes -show-body-only: no -sort-attributes: none -tab-size: 8 -tidy-mark: yes -uppercase-attributes: no -uppercase-tags: no -vertical-space: no -word-2000: no -wrap: 0 -wrap-asp: yes -wrap-attributes: no -wrap-jste: yes -wrap-php: yes -wrap-script-literals: no -wrap-sections: yes diff --git a/HTMLTidy/vendor/tidy-html5/documentation/tidy1.xsl.in b/HTMLTidy/vendor/tidy-html5/documentation/tidy1.xsl.in deleted file mode 100644 index 9506feb5..00000000 --- a/HTMLTidy/vendor/tidy-html5/documentation/tidy1.xsl.in +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - .\" tidy man page for the HTML Tidy -.TH TIDY 1 "" "HTML Tidy" "" - - - - -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH NAME -\fBtidy\fR - check, correct, and pretty-print HTML(5) files -.SH SYNOPSIS -\fBtidy\fR [option ...] [file ...] [option ...] [file ...] -.SH DESCRIPTION -Tidy reads HTML, XHTML, and XML files and writes cleaned-up markup. For HTML variants, it detects, reports, and corrects many common coding errors and strives to produce visually equivalent markup that is both conformant to the HTML specifications and that works in most browsers. -.LP -A common use of Tidy is to convert plain HTML to XHTML. For generic XML files, Tidy is limited to correcting basic well-formedness errors and pretty printing. -.LP -If no input file is specified, Tidy reads the standard input. If no output file is specified, Tidy writes the tidied markup to the standard output. If no error file is specified, Tidy writes messages to the standard error. -For command line options that expect a numerical argument, a default is assumed if no meaningful value can be found. -.SH OPTIONS - -.SH USAGE -.LP -Use \fB--\fR\fIoptionX valueX\fR for the detailed configuration option "optionX" with argument "valueX". See also below under \fBDetailed Configuration Options\fR as to how to conveniently group all such options in a single config file. -.LP -Input/Output default to stdin/stdout respectively. Single letter options apart from \fB-f\fR and \fB-o\fR may be combined as in: -.LP -.in 1i -\fBtidy -f errs.txt -imu foo.html\fR -.SH ENVIRONMENT -.TP -.B HTML_TIDY -Name of the default configuration file. This should be an absolute path, since you will probably invoke \fBtidy\fR from different directories. The value of HTML_TIDY will be parsed after the compiled-in default (defined with -DTIDY_CONFIG_FILE), but before any of the files specified using \fB-config\fR. -.SH "EXIT STATUS" -.IP 0 -All input files were processed successfully. -.IP 1 -There were warnings. -.IP 2 -There were errors. - - - - -.SH ______________________________ -.SH " " -.SH "DETAILED CONFIGURATION OPTIONS" -This section describes the Detailed (i.e., "expanded") Options, which may be specified by preceding each option with \fB--\fR at the command line, followed by its desired value, OR by placing the options and values in a configuration file, and telling tidy to read that file with the \fB-config\fR standard option. -.SH SYNOPSIS -\fBtidy --\fR\fIoption1 \fRvalue1 \fB--\fIoption2 \fRvalue2 [standard options ...] -.br -\fBtidy -config \fIconfig-file \fR[standard options ...] -.SH WARNING -The options detailed here do not include the "standard" command-line options (i.e., those preceded by a single '\fB-\fR') described above in the first section of this man page. -.SH DESCRIPTION -A list of options for configuring the behavior of Tidy, which can be passed either on the command line, or specified in a configuration file. -.LP -A Tidy configuration file is simply a text file, where each option -is listed on a separate line in the form -.LP -.in 1i -\fBoption1\fR: \fIvalue1\fR -.br -\fBoption2\fR: \fIvalue2\fR -.br -etc. -.LP -The permissible values for a given option depend on the option's \fBType\fR. There are five types: \fIBoolean\fR, \fIAutoBool\fR, \fIDocType\fR, \fIEnum\fR, and \fIString\fR. Boolean types allow any of \fIyes/no, y/n, true/false, t/f, 1/0\fR. AutoBools allow \fIauto\fR in addition to the values allowed by Booleans. Integer types take non-negative integers. String types generally have no defaults, and you should provide them in non-quoted form (unless you wish the output to contain the literal quotes). -.LP -Enum, Encoding, and DocType "types" have a fixed repertoire of items; consult the \fIExample\fR[s] provided below for the option[s] in question. -.LP -You only need to provide options and values for those whose defaults you wish to override, although you may wish to include some already-defaulted options and values for the sake of documentation and explicitness. -.LP -Here is a sample config file, with at least one example of each of the five Types: -.LP -\fI - // sample Tidy configuration options - output-xhtml: yes - add-xml-decl: no - doctype: strict - char-encoding: ascii - indent: auto - wrap: 76 - repeated-attributes: keep-last - error-file: errs.txt -\fR -.LP -Below is a summary and brief description of each of the options. They are listed alphabetically within each category. There are five categories: \fIHTML, XHTML, XML\fR options, \fIDiagnostics\fR options, \fIPretty Print\fR options, \fICharacter Encoding\fR options, and \fIMiscellaneous\fR options. -.LP -.SH OPTIONS - - - - - -.SS File manipulation - - file-manip - -.SS Processing directives - - process-directives - -.SS Character encodings - - char-encoding - -.SS Miscellaneous - - misc - - - - - - - - - -.TP - - - - - - - - - - - - - - - - \fB\fR - - , - - - - - - - - - - (\fI - - \fR) - - - - - - - -.SS HTML, XHTML, XML options: - - markup - -.SS Diagnostics options: - - diagnostics - -.SS Pretty Print options: - - print - -.SS Character Encoding options: - - encoding - -.SS Miscellaneous options: - - misc - - - - - - - - - -.rs -.sp 1 - - -.TP -\fB\fR - -Type: -.br - -.br - - - - - - - - - - - - - - - - -.rj 1 -\fBSee also\fR: - - \fI\fR - - , - - - - - - - - - - - - Default: - - - Default: - - - - - - - - - - - - Example: - - - Default: - - - - - - - - - - - - - - - - - - - - - - -.SH SEE ALSO -For more information about HTML Tidy: -.RS 4 -.LP -http://www.html-tidy.org/ -.RE -.LP -For more information on HTML: -.RS 4 -.LP -\fBHTML: Edition for Web Authors\fR (the latest HTML specification) -.br -http://dev.w3.org/html5/spec-author-view -.LP -\fBHTML: The Markup Language\fR (an HTML language reference) -.br -http://dev.w3.org/html5/markup/ -.RE -.LP -For bug reports and comments: -.RS 4 -.LP -https://github.com/htacg/tidy-html5/issues/ -.RE -.LP -Or send questions and comments to \fBpublic-htacg@w3.org\fR. -.LP -Validate your HTML documents using the \fBW3C Nu Markup Validator\fR: -.RS 4 -.LP -http://validator.w3.org/nu/ -.RE -.SH AUTHOR -\fBTidy\fR was written by \fBDave Raggett\fR <dsr@w3.org>, and subsequently maintained by a team at http://tidy.sourceforge.net/, -and now maintained by \fBHTACG\fR (http://www.htacg.org). -.LP -The sources for \fBHTML Tidy\fR are available at https://github.com/htacg/tidy-html5/ under the MIT Licence. - - - - - - - - - - - - - at \fI\fR - - - - \fI\fR - - - - -.sp 1 - - - - - - -.sp 1 - - - -.sp 1 - - - - - -.sp 1 - - - - - \fB\fR - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/experimental/TidyNodeIter.c b/HTMLTidy/vendor/tidy-html5/experimental/TidyNodeIter.c deleted file mode 100644 index db78e472..00000000 --- a/HTMLTidy/vendor/tidy-html5/experimental/TidyNodeIter.c +++ /dev/null @@ -1,47 +0,0 @@ -#include "tidyplatform.h" -#include "tidy-int.h" - -#include "TidyNodeIter.h" - -TidyNodeIter *newTidyNodeIter( Node *pStart ) -{ - TidyNodeIter *pThis = NULL; - if (NULL != (pThis = MemAlloc( sizeof( TidyNodeIter )))) - { - ClearMemory( pThis, sizeof( TidyNodeIter )); - pThis->pTop = pStart; - } - return pThis; -} - -Node *nextTidyNode( TidyNodeIter *pThis ) -{ - if (NULL == pThis->pCurrent) - { - // just starting out, initialize - pThis->pCurrent = pThis->pTop->content; - } - else if (NULL != pThis->pCurrent->content) - { - // the next element, if any, is my first-born child - pThis->pCurrent = pThis->pCurrent->content; - } - else - { - // no children, I guess my next younger brother inherits the throne. - while ( NULL == pThis->pCurrent->next - && pThis->pTop != pThis->pCurrent->parent ) - { - // no siblings, do any of my ancestors have younger sibs? - pThis->pCurrent = pThis->pCurrent->parent; - } - pThis->pCurrent = pThis->pCurrent->next; - } - return pThis->pCurrent; -} - -void setCurrentNode( TidyNodeIter *pThis, Node *newCurr ) -{ - if (NULL != newCurr) - pThis->pCurrent = newCurr; -} diff --git a/HTMLTidy/vendor/tidy-html5/experimental/TidyNodeIter.h b/HTMLTidy/vendor/tidy-html5/experimental/TidyNodeIter.h deleted file mode 100644 index e949e3f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/experimental/TidyNodeIter.h +++ /dev/null @@ -1,51 +0,0 @@ -/* TidyNodeIter - - (c) 1998-2003 (W3C) MIT, ERCIM, Keio University - See tidy.h for the copyright notice. - - These files contain utility routines to perform in-order traversals of the - Tidy document tree, beginning at an arbitrary node. - - A traversal of the tree can be performed in a manner similar to the following: - - Node *testNode; - TidyNodeIter *iter = newTidyNodeIter( FindBody( tdoc )); - for (testNode = nextTidyNode( &iter ); - NULL != testNode; - testNode = nextTidyNode( &iter )) - { - } - - TODO: Add a prevTidyNode() function. -*/ - -#include "lexer.h" - -typedef struct _TidyNodeIter -{ - Node *pTop, *pCurrent; -} TidyNodeIter; - -TidyNodeIter *newTidyNodeIter( Node *pStart ); - -/* - nextTidyNode( TidyNodeIter *pIter ) - - if pCurrent is NULL, this function initializes it to match pTop, and - returns that value, otherwise it advances to the next node in order, - and returns that value. When pTop == pCurrent, the function returns NULL - to indicate that the entire tree has been visited. -*/ -Node *nextTidyNode( TidyNodeIter *pIter ); - -/* - setCurrentNode( TidyNodeIter *pThis, Node *newCurr ) - - Resets pCurrent to match the passed value; useful if you need to back up - to an unaltered point in the tree, or to skip a section. The next call to - nextTidyNode() will return the node which follows newCurr in order. - - Minimal error checking is performed; unexpected results _will_ occur if - newCurr is not a descendant node of pTop. -*/ -void setCurrentNode( TidyNodeIter *pThis, Node *newCurr ); diff --git a/HTMLTidy/vendor/tidy-html5/experimental/httpio.c b/HTMLTidy/vendor/tidy-html5/experimental/httpio.c deleted file mode 100644 index cda92702..00000000 --- a/HTMLTidy/vendor/tidy-html5/experimental/httpio.c +++ /dev/null @@ -1,224 +0,0 @@ -#include "tmbstr.h" - -#include "httpio.h" - -int -makeConnection ( HTTPInputSource *pHttp ) -{ - struct sockaddr_in sock; - struct hostent *pHost; - - /* Get internet address of the host. */ - if (!(pHost = gethostbyname ( pHttp->pHostName ))) - { - return -1; - } - /* Copy the address of the host to socket description. */ - memcpy (&sock.sin_addr, pHost->h_addr, pHost->h_length); - - /* Set port and protocol */ - sock.sin_family = AF_INET; - sock.sin_port = htons( pHttp->nPort ); - - /* Make an internet socket, stream type. */ - if ((pHttp->s = socket (AF_INET, SOCK_STREAM, 0)) == -1) - return -1; - - /* Connect the socket to the remote host. */ - if (connect (pHttp->s, (struct sockaddr *) &sock, sizeof( sock ))) - { - if (errno == ECONNREFUSED) - return ECONNREFUSED; - else - return -1; - } - return 0; -} - - -int parseURL( HTTPInputSource *pHttp, tmbstr url ) -{ - int i, j = 0; - ctmbstr pStr; - - pStr = tmbsubstr( url, "://" ); - - /* If protocol is there, but not http, bail out, else assume http. */ - if (NULL != pStr) - { - if (tmbstrncasecmp( url, "http://", 7 )) - return -1; - } - - if (NULL != pStr) - j = pStr - url + 3; - for (i = j; url[i] && url[i] != ':' && url[i] != '/'; i++) {} - if (i == j) - return -1; - - /* Get the hostname. */ - pHttp->pHostName = tmbstrndup (&url[j], i - j ); - - if (url[i] == ':') - { - /* We have a colon delimiting the hostname. It should mean that - a port number is following it */ - pHttp->nPort = 0; - if (isdigit( url[++i] )) /* A port number */ - { - for (; url[i] && url[i] != '/'; i++) - { - if (isdigit( url[i] )) - pHttp->nPort = 10 * pHttp->nPort + (url[i] - '0'); - else - return -1; - } - if (!pHttp->nPort) - return -1; - } - else /* or just a misformed port number */ - return -1; - } - else - /* Assume default port. */ - pHttp->nPort = 80; - - /* skip past the delimiting slash (we'll add it later ) */ - while (url[i] && url[i] == '/') - i++; - pHttp->pResource = tmbstrdup (url + i ); - return 0; -} - - -int fillBuffer( HTTPInputSource *in ) -{ - if (0 < in->s) - { - in->nBufSize = recv( in->s, in->buffer, sizeof( in->buffer ), 0); - in->nextBytePos = 0; - if (in->nBufSize < sizeof( in->buffer )) - in->buffer[in->nBufSize] = '\0'; - } - else - in->nBufSize = 0; - return in->nBufSize; -} - - -int openURL( HTTPInputSource *in, tmbstr pUrl ) -{ - int rc = -1; -#ifdef WIN32 - WSADATA wsaData; - - rc = WSAStartup( 514, &wsaData ); -#endif - - in->tis.getByte = (TidyGetByteFunc) HTTPGetByte; - in->tis.ungetByte = (TidyUngetByteFunc) HTTPUngetByte; - in->tis.eof = (TidyEOFFunc) HTTPIsEOF; - in->tis.sourceData = (uint) in; - in->nextBytePos = in->nextUnGotBytePos = in->nBufSize = 0; - parseURL( in, pUrl ); - if (0 == (rc = makeConnection( in ))) - { - char ch, lastCh = '\0'; - int blanks = 0; - - char *getCmd = MemAlloc( 48 + strlen( in->pResource )); - sprintf( getCmd, "GET /%s HTTP/1.0\r\nAccept: text/html\r\n\r\n", in->pResource ); - send( in->s, getCmd, strlen( getCmd ), 0 ); - MemFree( getCmd ); - - /* skip past the header information */ - while ( in->nextBytePos >= in->nBufSize - && 0 < (rc = fillBuffer( in ))) - { - if (1 < blanks) - break; - for (; in->nextBytePos < sizeof( in->buffer ) - && 0 != in->buffer[ in->nextBytePos ]; - in->nextBytePos++ ) - { - ch = in->buffer[ in->nextBytePos ]; - if (ch == '\r' || ch == '\n') - { - if (ch == lastCh) - { - /* Two carriage returns or two newlines in a row, - that's good enough */ - blanks++; - } - if (lastCh == '\r' || lastCh == '\n') - { - blanks++; - } - } - else - blanks = 0; - lastCh = ch; - if (1 < blanks) - { - /* end of header, scan to first non-white and return */ - while ('\0' != ch && isspace( ch )) - ch = in->buffer[ ++in->nextBytePos ]; - break; - } - } - } - } - return rc; -} - - -void closeURL( HTTPInputSource *source ) -{ - if (0 < source->s) - closesocket( source->s ); - source->s = -1; - source->tis.sourceData = 0; -#ifdef WIN32 - WSACleanup(); -#endif -} - - -int HTTPGetByte( HTTPInputSource *source ) -{ - if (source->nextUnGotBytePos) - return source->unGetBuffer[ --source->nextUnGotBytePos ]; - if (0 != source->nBufSize && source->nextBytePos >= source->nBufSize) - { - fillBuffer( source ); - } - if (0 == source->nBufSize) - return EndOfStream; - return source->buffer[ source->nextBytePos++ ]; -} - -void HTTPUngetByte( HTTPInputSource *source, uint byteValue ) -{ - if (source->nextUnGotBytePos < 16 ) /* Only you can prevent buffer overflows */ - source->unGetBuffer[ source->nextUnGotBytePos++ ] = (char) byteValue; -} - -Bool HTTPIsEOF( HTTPInputSource *source ) -{ - if (source->nextUnGotBytePos) - /* pending ungot bytes, not done */ - return no; - - if ( 0 != source->nBufSize - && source->nextBytePos >= source->nBufSize) - /* We've consumed the existing buffer, get another */ - fillBuffer( source ); - - if (source->nextBytePos < source->nBufSize) - /* we have stuff in the buffer, must not be done. */ - return no; - - /* Nothing in the buffer, and the last receive failed, must be done. */ - return yes; -} - diff --git a/HTMLTidy/vendor/tidy-html5/experimental/httpio.h b/HTMLTidy/vendor/tidy-html5/experimental/httpio.h deleted file mode 100644 index ac8b052f..00000000 --- a/HTMLTidy/vendor/tidy-html5/experimental/httpio.h +++ /dev/null @@ -1,48 +0,0 @@ -#ifndef __HTTPIO_H__ -#define __HTTPIO_H__ - -#include "platform.h" -#include "tidy.h" - -#ifdef WIN32 -# include -# define ECONNREFUSED WSAECONNREFUSED -#else -# include -# include -# include -#ifndef __BEOS__ -# include -#endif -#endif /* WIN32 */ - -TIDY_STRUCT -typedef struct _HTTPInputSource -{ - TidyInputSource tis; // This declaration must be first and must not be changed! - - tmbstr pHostName; - tmbstr pResource; - unsigned short nPort, nextBytePos, nextUnGotBytePos, nBufSize; - SOCKET s; - char buffer[1024]; - char unGetBuffer[16]; - -} HTTPInputSource; - -/* get next byte from input source */ -int HTTPGetByte( HTTPInputSource *source ); - -/* unget byte back to input source */ -void HTTPUngetByte( HTTPInputSource *source, uint byteValue ); - -/* check if input source at end */ -Bool HTTPIsEOF( HTTPInputSource *source ); - -int parseURL( HTTPInputSource* source, tmbstr pUrl ); - -int openURL( HTTPInputSource* source, tmbstr pUrl ); - -void closeURL( HTTPInputSource *source ); - -#endif \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/include/tidy.h b/HTMLTidy/vendor/tidy-html5/include/tidy.h index 2f3dabd1..0eeabca4 100755 --- a/HTMLTidy/vendor/tidy-html5/include/tidy.h +++ b/HTMLTidy/vendor/tidy-html5/include/tidy.h @@ -631,6 +631,9 @@ TIDY_EXPORT Bool TIDY_CALL tidyInitSink( TidyOutputSink* sink, TIDY_EXPORT void TIDY_CALL tidyPutByte( TidyOutputSink* sink, uint byteValue ); +/**************** + Errors +****************/ /** Callback to filter messages by diagnostic level: ** info, warning, etc. Just set diagnostic output ** handler to redirect all diagnostics output. Return true @@ -642,6 +645,9 @@ typedef Bool (TIDY_CALL *TidyReportFilter)( TidyDoc tdoc, TidyReportLevel lvl, typedef Bool (TIDY_CALL *TidyReportFilter2)( TidyDoc tdoc, TidyReportLevel lvl, uint line, uint col, ctmbstr mssg, va_list args ); +typedef Bool (TIDY_CALL *TidyReportFilter3)( TidyDoc tdoc, TidyReportLevel lvl, + uint line, uint col, ctmbstr code, va_list args ); + /** Give Tidy a filter callback to use */ TIDY_EXPORT Bool TIDY_CALL tidySetReportFilter( TidyDoc tdoc, TidyReportFilter filtCallback ); @@ -649,6 +655,9 @@ TIDY_EXPORT Bool TIDY_CALL tidySetReportFilter( TidyDoc tdoc, TIDY_EXPORT Bool TIDY_CALL tidySetReportFilter2( TidyDoc tdoc, TidyReportFilter2 filtCallback ); +TIDY_EXPORT Bool TIDY_CALL tidySetReportFilter3( TidyDoc tdoc, + TidyReportFilter3 filtCallback ); + /** Set error sink to named file */ TIDY_EXPORT FILE* TIDY_CALL tidySetErrorFile( TidyDoc tdoc, ctmbstr errfilnam ); /** Set error sink to given buffer */ @@ -656,6 +665,18 @@ TIDY_EXPORT int TIDY_CALL tidySetErrorBuffer( TidyDoc tdoc, TidyBuffer* errb /** Set error sink to given generic sink */ TIDY_EXPORT int TIDY_CALL tidySetErrorSink( TidyDoc tdoc, TidyOutputSink* sink ); + +/**************** + Printing +****************/ +/** Callback to track the progress of the pretting printing process. +** +*/ +typedef void (TIDY_CALL *TidyPPProgress)( TidyDoc tdoc, uint line, uint col, uint destLine ); + +TIDY_EXPORT Bool TIDY_CALL tidySetPrettyPrinterCallback( TidyDoc tdoc, + TidyPPProgress callback ); + /** @} end IO group */ /* TODO: Catalog all messages for easy translation @@ -723,9 +744,13 @@ TIDY_EXPORT int TIDY_CALL tidySaveStdout( TidyDoc tdoc ); /** Save to given TidyBuffer object */ TIDY_EXPORT int TIDY_CALL tidySaveBuffer( TidyDoc tdoc, TidyBuffer* buf ); -/** Save document to application buffer. If buffer is not big enough, -** ENOMEM will be returned and the necessary buffer size will be placed -** in *buflen. +/** Save document to application buffer. If TidyShowMarkup and +** the document has no errors, or TidyForceOutput, the current +** document, per the current configuration, will be Pretty Printed +** to the application buffer. The document byte length, +** not character length, will be placed in *buflen. The document +** will not be null terminated. If the buffer is not big enough, +** ENOMEM will be returned, else the actual document status. */ TIDY_EXPORT int TIDY_CALL tidySaveString( TidyDoc tdoc, tmbstr buffer, uint* buflen ); diff --git a/HTMLTidy/vendor/tidy-html5/include/tidyenum.h b/HTMLTidy/vendor/tidy-html5/include/tidyenum.h index 643284b3..1028e334 100644 --- a/HTMLTidy/vendor/tidy-html5/include/tidyenum.h +++ b/HTMLTidy/vendor/tidy-html5/include/tidyenum.h @@ -76,6 +76,12 @@ typedef enum /** Option IDs Used to get/set option values. + + These TidyOptionId are used throughout libtidy, and also + have associated localized strings to describe them. + + Note this enum MUST start at zero due to historical design-time + decisions that make assumptions about this starting value. */ typedef enum { @@ -198,17 +204,19 @@ typedef enum TidyPunctWrapNotUsed, #endif TidyMergeEmphasis, /**< Merge nested B and I elements */ - TidyMergeDivs, /**< Merge multiple DIVs */ + TidyMergeDivs, /**< Merge multiple DIVs */ TidyDecorateInferredUL, /**< Mark inferred UL elements with no indent CSS */ TidyPreserveEntities, /**< Preserve entities */ TidySortAttributes, /**< Sort attributes */ - TidyMergeSpans, /**< Merge multiple SPANs */ - TidyAnchorAsName, /**< Define anchors as name attributes */ - TidyPPrintTabs, /**< Indent using tabs istead of spaces */ - TidySkipNested, /**< Skip nested tags in script and style CDATA */ - N_TIDY_OPTIONS /**< Must be last */ + TidyMergeSpans, /**< Merge multiple SPANs */ + TidyAnchorAsName, /**< Define anchors as name attributes */ + TidyPPrintTabs, /**< Indent using tabs istead of spaces */ + TidySkipNested, /**< Skip nested tags in script and style CDATA */ + TidyStrictTagsAttr, /**< Ensure tags and attributes match output HTML version */ + N_TIDY_OPTIONS /**< Must be last */ } TidyOptionId; + /** Option data types */ typedef enum @@ -267,6 +275,7 @@ typedef enum TidySortAttrAlpha } TidyAttrSortStrategy; + /* I/O and Message handling interface ** ** By default, Tidy will define, create and use @@ -280,6 +289,11 @@ typedef enum */ /** Message severity level + * These TidyReportLevel are used throughout libtidy, but don't + * have associated localized strings to describe them because + * TidyReportLevel is externally-facing, and changing the enum + * starting int can break existing API's for poorly-written + * applications using libtidy. See enum `TidyReportLevelKeys`. */ typedef enum { @@ -292,6 +306,22 @@ typedef enum TidyFatal /**< Crash! */ } TidyReportLevel; +/** Message severity level - string lookup keys + * These TidyReportLevelKeys are used throughout libtidy, and + * have associated localized strings to describe them. They + * correspond to enum `TidyReportLevel`. +*/ +typedef enum +{ + TidyInfoString = 600, + TidyWarningString, + TidyConfigString, + TidyAccessString, + TidyErrorString, + TidyBadDocumentString, + TidyFatalString +} TidyReportLevelKeys; + /* Document tree traversal functions */ @@ -493,6 +523,7 @@ typedef enum TidyAttr_ADD_DATE, /**< ADD_DATE= */ TidyAttr_ALIGN, /**< ALIGN= */ TidyAttr_ALINK, /**< ALINK= */ + TidyAttr_ALLOWFULLSCREEN, /**< ALLOWFULLSCREEN= */ TidyAttr_ALT, /**< ALT= */ TidyAttr_ARCHIVE, /**< ARCHIVE= */ TidyAttr_AXIS, /**< AXIS= */ @@ -633,6 +664,7 @@ typedef enum TidyAttr_TEXT, /**< TEXT= */ TidyAttr_TITLE, /**< TITLE= */ TidyAttr_TOPMARGIN, /**< TOPMARGIN= */ + TidyAttr_TRANSLATE, /**< TRANSLATE= */ TidyAttr_TYPE, /**< TYPE= */ TidyAttr_USEMAP, /**< USEMAP= */ TidyAttr_VALIGN, /**< VALIGN= */ @@ -791,7 +823,7 @@ typedef enum TidyAttr_ARIA_VALUETEXT, /* SVG attributes (SVG 1.1) */ - TidyAttr_X, /**< X= */ + TidyAttr_X, /**< X= */ TidyAttr_Y, /**< Y= */ TidyAttr_VIEWBOX, /**< VIEWBOX= */ TidyAttr_PRESERVEASPECTRATIO, /**< PRESERVEASPECTRATIO= */ diff --git a/HTMLTidy/vendor/tidy-html5/include/tidyplatform.h b/HTMLTidy/vendor/tidy-html5/include/tidyplatform.h index a40e0a06..a36039f1 100644 --- a/HTMLTidy/vendor/tidy-html5/include/tidyplatform.h +++ b/HTMLTidy/vendor/tidy-html5/include/tidyplatform.h @@ -60,6 +60,11 @@ extern "C" { #define SUPPORT_ACCESSIBILITY_CHECKS 1 #endif +/* Enable/disable support for additional languages */ +#ifndef SUPPORT_LOCALIZATIONS +#define SUPPORT_LOCALIZATIONS 1 +#endif + /* Convenience defines for Mac platforms */ @@ -92,9 +97,6 @@ extern "C" { #define MAC_OS #define FILENAMES_CASE_SENSITIVE 0 #define strcasecmp strcmp -#ifndef DFLT_REPL_CHARENC -#define DFLT_REPL_CHARENC MACROMAN -#endif #endif /* Convenience defines for BSD like platforms */ @@ -362,13 +364,6 @@ extern "C" { #include /* needed for unlink on some Unix systems */ #endif -/* This can be set at compile time. Usually Windows, -** except for Macintosh builds. -*/ -#ifndef DFLT_REPL_CHARENC -#define DFLT_REPL_CHARENC WIN1252 -#endif - /* By default, use case-sensitive filename comparison. */ #ifndef FILENAMES_CASE_SENSITIVE @@ -469,7 +464,7 @@ extern "C" { */ #if defined(_WIN32) && !defined(__MSL__) && !defined(__BORLANDC__) -#ifndef __WATCOMC__ +#if !(defined(__WATCOMC__) || defined(__MINGW32__)) #define fileno _fileno #define setmode _setmode #endif diff --git a/HTMLTidy/vendor/tidy-html5/src/access.h b/HTMLTidy/vendor/tidy-html5/src/access.h index 5a040a72..55364375 100644 --- a/HTMLTidy/vendor/tidy-html5/src/access.h +++ b/HTMLTidy/vendor/tidy-html5/src/access.h @@ -32,6 +32,7 @@ #include "forward.h" +#include "message.h" #if SUPPORT_ACCESSIBILITY_CHECKS @@ -114,10 +115,17 @@ struct _TidyAccessImpl Offset accessibility error codes by FIRST_ACCESS_ERR to avoid conflict with other error codes defined in message.h and used in localize.c. -*/ -enum accessErrorCodes + + These accessErrorCodes are used throughout libtidy, and also + have associated localized strings to describe them. + + IMPORTANT: to maintain compatability with TidyMessageFilter3, if you add + or remove keys from this enum, ALSO add/remove the corresponding key + in language.c:tidyErrorFilterKeysStruct[]! + */ +typedef enum { - FIRST_ACCESS_ERR = 1000, /* must be first */ + FIRST_ACCESS_ERR = CODES_TIDY_ERROR_LAST + 1, /* must be first */ /* [1.1.1.1] */ IMG_MISSING_ALT, /* [1.1.1.2] */ IMG_ALT_SUSPICIOUS_FILENAME, @@ -252,7 +260,7 @@ enum accessErrorCodes /* [13.10.1.1] */ SKIPOVER_ASCII_ART, LAST_ACCESS_ERR /* must be last */ -}; +} accessErrorCodes; void TY_(AccessibilityHelloMessage)( TidyDocImpl* doc ); diff --git a/HTMLTidy/vendor/tidy-html5/src/attrdict.c b/HTMLTidy/vendor/tidy-html5/src/attrdict.c index 1c744b68..5f70a8e1 100644 --- a/HTMLTidy/vendor/tidy-html5/src/attrdict.c +++ b/HTMLTidy/vendor/tidy-html5/src/attrdict.c @@ -9,4760 +9,1285 @@ #include "attrdict.h" #include "lexer.h" -const AttrVersion TY_(W3CAttrsFor_A)[] = -{ - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, +/* These items are added to elements that support them. */ +#define INCLUDE_ARIA \ + { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + + +/* These items are added to all elements below. */ +#define INCLUDE_MICRODATA \ + { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + + +/* RDFa attributes. These were moved here from the hard code in attrs.c as-is. Note that RDFa allows the + last three items in all versions of HTML. */ +#define INCLUDE_RDFA \ + { TidyAttr_ABOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_DATATYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_INLIST, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_PREFIX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_PROPERTY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_RESOURCE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_TYPEOF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_VOCAB, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_CONTENT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, \ + { TidyAttr_REL, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, \ + { TidyAttr_REV, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, \ + + +/* These are the core attributes that can apply to _any_ element starting with + HTML5. In general they will be marked as not supported for previous versions + of HTML, in which case please override the attribute in the specific item + below. **This macro must be expanded at the END of each element. ** + Most of these attributes are defined as universal for HTML here: + https://www.w3.org/TR/html-markup/global-attributes.html + Attribute `role` is defined as universal for HTML5 here: + https://www.w3.org/TR/html5/dom.html#wai-aria + */ +#define INCLUDE_CORE_ATTRIBS \ + { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_TRANSLATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, \ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + + +/* These are the core event-handler attributes that can apply to _any_ element + starting with HTML5. In general they will be marked as not supported for + previous versions of HTML, in which case please override the attribute in the + specific item below. **This macro must be expanded at the END of each + element. ** + Most of these attributes are defined as universal for HTML5 here: + https://www.w3.org/TR/html-markup/global-attributes.html + Attribute `oncuechange` is defined as universal for HTML5 here: + https://www.w3.org/TR/html5/webappapis.html + */ +#define INCLUDE_CORE_EVENTS \ + { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, \ + + +const AttrVersion TY_(W3CAttrsFor_A)[] = +{ + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_CHARSET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { 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 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { 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 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_MEDIA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_METHODS, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_NAME, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_REL, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_REV, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SHAPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TARGET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_TITLE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_URN, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_ABBR)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_ACRONYM)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_ADDRESS)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_APPLET)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_ALT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_ARCHIVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_CODE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_CODEBASE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_HEIGHT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_HSPACE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_NAME, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_OBJECT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_VSPACE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_AREA)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_ALT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_COORDS, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_HREF, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_HREFLANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_MEDIA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NOHREF, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_REL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SHAPE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TARGET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_ARTICLE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_ASIDE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_AUDIO)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_AUTOPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_LOOP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MEDIAGROUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_PRELOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_B)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BASE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_HREF, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TARGET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BASEFONT)[] = { - { TidyAttr_COLOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_FACE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SIZE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_COLOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_FACE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_SIZE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BDI)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BDO)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BIG)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, 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|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BLOCKQUOTE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_CITE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BODY)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALINK, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_BACKGROUND, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_BGCOLOR, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_LINK, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnAFTERPRINT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnBEFOREPRINT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnBEFOREUNLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_OnHASHCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnLOAD, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_OnMESSAGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_OnOFFLINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnONLINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnPAGEHIDE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnPAGESHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnPOPSTATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnREDO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnRESIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnSTORAGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnUNDO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OnUNLOAD, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TEXT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_VLINK, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BR)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_CLEAR, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_BUTTON)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_AUTOFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISABLED, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMACTION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMENCTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMMETHOD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMNOVALIDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMTARGET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NAME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_VALUE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_CANVAS)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_HEIGHT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_WIDTH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_CAPTION)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_CENTER)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_CITE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_CODE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_COL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SPAN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_COLGROUP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SPAN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_COMMAND)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_ICON, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_RADIOGROUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_TYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DATALIST)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DD)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DEL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_CITE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DATETIME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DETAILS)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_OPEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DFN)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DIALOG)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_OPEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DIR)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_COMPACT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DIV)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_COMPACT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_DT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_EM)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_EMBED)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_HEIGHT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_TYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_WIDTH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FIELDSET)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NAME, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FIGCAPTION)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FIGURE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FONT)[] = { - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_COLOR, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_FACE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SIZE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_COLOR, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_FACE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_SIZE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FOOTER)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FORM)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ACCEPT, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_ACCEPT_CHARSET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_ACTION, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_ENCTYPE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_METHOD, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_NAME, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NOVALIDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnRESET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnSUBMIT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDASUFF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TARGET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FRAME)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_FRAMEBORDER, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_LONGDESC, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_MARGINHEIGHT, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_MARGINWIDTH, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, @@ -4770,1744 +1295,414 @@ const AttrVersion TY_(W3CAttrsFor_FRAME)[] = { TidyAttr_NORESIZE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SCROLLING, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_FRAMESET)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_COLS, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_OnUNLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_ROWS, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_H1)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_H2)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_H3)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_H4)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_H5)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_H6)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_HEAD)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_PROFILE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_HEADER)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_HGROUP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_HR)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NOSHADE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SIZE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_HTML)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_MANIFEST, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_VERSION, HT20|HT32|H40T|H41T|xxxx|H40F|H41F|xxxx|xxxx|xxxx|xxxx|XH11|XB10|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_I)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_IFRAME)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ALLOWFULLSCREEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_FRAMEBORDER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_HEIGHT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_LONGDESC, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_MARGINHEIGHT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_MARGINWIDTH, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_NAME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SANDBOX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SCROLLING, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SEAMLESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRCDOC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_WIDTH, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_IMG)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_ALT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_BORDER, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_HEIGHT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_HSPACE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_ISMAP, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_LONGDESC, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_NAME, xxxx|xxxx|xxxx|H41T|X10T|xxxx|H41F|X10F|xxxx|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SIZES, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_SRCSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_USEMAP, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_VSPACE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_INPUT)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ACCEPT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_ALIGN, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_ALT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_AUTOFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHECKED, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DIRNAME, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_DISABLED, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMACTION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMENCTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, @@ -6515,5327 +1710,1375 @@ const AttrVersion TY_(W3CAttrsFor_INPUT)[] = { TidyAttr_FORMNOVALIDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORMTARGET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_HEIGHT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_ISMAP, xxxx|xxxx|xxxx|H41T|xxxx|xxxx|H41F|xxxx|xxxx|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_LIST, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MAXLENGTH, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_MIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MULTIPLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NAME, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCHANGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnSELECT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_PATTERN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_PLACEHOLDER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_READONLY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SIZE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_STEP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_USEMAP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_VALUE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_WIDTH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_INS)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_CITE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DATETIME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_ISINDEX)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_PROMPT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_KBD)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_KEYGEN)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_AUTOFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHALLENGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_KEYTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NAME, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_LABEL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_FOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_LEGEND)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_LI)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_VALUE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_LINK)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_CHARSET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { 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 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_MEDIA, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_METHODS, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_REL, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_REV, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SIZES, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TARGET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_TITLE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_URN, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_LISTING)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_MAIN)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_MAP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NAME, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_MATHML)[] = /* [i_a]2 */ { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_HEIGHT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_MARK)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_MENU)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_COMPACT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_MENUITEM)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_AUTOFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHALLENGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_ICON, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_KEYTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NAME, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_META)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CHARSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HTTP_EQUIV, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_NAME, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SCHEME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CHARSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CONTENT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_HTTP_EQUIV, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_NAME, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_SCHEME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_METER)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_HIGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_LOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_OPTIMUM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_VALUE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_NAV)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_NEXTID)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_N, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_NOFRAMES)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_NOSCRIPT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_OBJECT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_ARCHIVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_BORDER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_CLASSID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_CODEBASE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_CODETYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_DATA, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_DECLARE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_HEIGHT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_HSPACE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NAME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_STANDBY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_USEMAP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_VSPACE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_OL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_COMPACT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_REVERSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_START, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_OPTGROUP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISABLED, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_LABEL, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_OPTION)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISABLED, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_LABEL, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SELECTED, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_VALUE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_OUTPUT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_FOR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NAME, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_P)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_PARAM)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_NAME, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_VALUE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_VALUETYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_NAME, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, + { TidyAttr_VALUE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_VALUETYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_PICTURE)[] = /* Issue #151 - support for 'picture' tag - TODO: check list of attributes */ { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_MEDIA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SRCSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_PLAINTEXT)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_PRE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_WIDTH, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ { TidyAttr_XML_SPACE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_PROGRESS)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_VALUE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_Q)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_CITE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_RB)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_RBC)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_RP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_RT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_RBSPAN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_RTC)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_RUBY)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_S)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SAMP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SCRIPT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ASYNC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CHARSET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DEFER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_EVENT, xxxx|xxxx|H40T|H41T|xxxx|H40F|H41F|xxxx|H40S|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_FOR, xxxx|xxxx|H40T|H41T|xxxx|H40F|H41F|xxxx|H40S|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANGUAGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SRC, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_SPACE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ASYNC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CHARSET, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_DEFER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_EVENT, xxxx|xxxx|H40T|H41T|xxxx|H40F|H41F|xxxx|H40S|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_FOR, xxxx|xxxx|H40T|H41T|xxxx|H40F|H41F|xxxx|H40S|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANGUAGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_SRC, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_SPACE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SECTION)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SELECT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_AUTOFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISABLED, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_MULTIPLE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_NAME, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCHANGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SIZE, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SMALL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SOURCE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_MEDIA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SRCSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_MEDIA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_SRCSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_TYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SPAN)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_STRIKE)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_STRONG)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_STYLE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_MEDIA, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SCOPED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, - { TidyAttr_XML_SPACE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_MEDIA, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_SCOPED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + { TidyAttr_XML_SPACE, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SUB)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SUMMARY)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SUP)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_SVG)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_HEIGHT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_X, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_Y, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_VIEWBOX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, @@ -11845,2075 +3088,518 @@ const AttrVersion TY_(W3CAttrsFor_SVG)[] = { TidyAttr_BASEPROFILE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_CONTENTSCRIPTTYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_CONTENTSTYLETYPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|H41S|X10S|XH11|xxxx|HT50|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TABLE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_BGCOLOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_BORDER, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_CELLPADDING, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CELLSPACING, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_DATAPAGESIZE, xxxx|xxxx|H40T|H41T|xxxx|H40F|H41F|xxxx|H40S|H41S|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_FRAME, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_RULES, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SUMMARY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TBODY)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TD)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ABBR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_AXIS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_BGCOLOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_COLSPAN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_HEADERS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_HEIGHT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NOWRAP, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_ROWSPAN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_SCOPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TEXTAREA)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_ACCESSKEY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_AUTOFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_COLS, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_DISABLED, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_FORM, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_MAXLENGTH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_NAME, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnBLUR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCHANGE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnFOCUS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnSELECT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_PLACEHOLDER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_READONLY, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, { TidyAttr_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_ROWS, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TABINDEX, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_WRAP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TFOOT)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TH)[] = { + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ABBR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_AXIS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_BGCOLOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_COLSPAN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_HEADERS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_HEIGHT, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_NOWRAP, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_ROWSPAN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, { TidyAttr_SCOPE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, { TidyAttr_WIDTH, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_THEAD)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TEMPLATE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TIME)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_DATETIME, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_PUBDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TITLE)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TR)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_ALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_BGCOLOR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, { TidyAttr_CHAR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, { TidyAttr_CHAROFF, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_VALIGN, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TRACK)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_DEFAULT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_KIND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRCLANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_TT)[] = { - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, 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|xxxx|xxxx }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|xxxx|xxxx }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_U)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_UL)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_COMPACT, HT20|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ { TidyAttr_TYPE, xxxx|HT32|H40T|H41T|X10T|H40F|H41F|X10F|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_VAR)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_ITEMID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMPROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMREF, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMSCOPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ITEMTYPE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_CLASS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_DIR, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_ID, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_LANG, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|xxxx|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnDBLCLICK, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYPRESS, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnKEYUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOUT, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEOVER, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_OnMOUSEUP, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, - { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, + { TidyAttr_STYLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|xxxx|HT50|XH50 }, /* CORE override */ + { TidyAttr_TITLE, xxxx|xxxx|H40T|H41T|X10T|H40F|H41F|X10F|H40S|H41S|X10S|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XMLNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH11|XB10|HT50|XH50 }, /* CORE override */ + { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|X10T|xxxx|xxxx|X10F|xxxx|xxxx|X10S|XH11|XB10|xxxx|XH50 }, /* CORE override */ + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_VIDEO)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA { TidyAttr_AUTOPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_HEIGHT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_LOOP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_MEDIAGROUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_POSTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_PRELOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_SRC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, { TidyAttr_WIDTH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_WBR)[] = { - { TidyAttr_ACCESSKEY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ACTIVEDESCENDANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ATOMIC, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_AUTOCOMPLETE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_BUSY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CHECKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_CONTROLS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DESCRIBEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DISABLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_DROPEFFECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_EXPANDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_FLOWTO, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_GRABBED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HASPOPUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_INVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LABELLEDBY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LEVEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_LIVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTILINE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_MULTISELECTABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_ORIENTATION, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_OWNS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_POSINSET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_PRESSED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_READONLY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_RELEVANT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_REQUIRED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SELECTED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SETSIZE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_SORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMAX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUEMIN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUENOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ARIA_VALUETEXT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CLASS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTENTEDITABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_CONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DIR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DRAGGABLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_DROPZONE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_HIDDEN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnABORT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnBLUR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCANPLAYTHROUGH, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCONTEXTMENU, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnCUECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDBLCLICK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGENTER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGLEAVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDRAGSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDROP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnDURATIONCHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnEMPTIED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnENDED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnERROR, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnFOCUS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINPUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnINVALID, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYPRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnKEYUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOAD, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDDATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADEDMETADATA, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnLOADSTART, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEDOWN, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEMOVE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOUT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEOVER, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEUP, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnMOUSEWHEEL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPAUSE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAY, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPLAYING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnPROGRESS, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnREADYSTATECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnRESET, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSCROLL, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSEEKING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSELECT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSHOW, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSTALLED, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUBMIT, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnSUSPEND, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnTIMEUPDATE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnVOLUMECHANGE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_OnWAITING, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_ROLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_SPELLCHECK, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_STYLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TABINDEX, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_TITLE, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|HT50|XH50 }, - { TidyAttr_XML_LANG, xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|XH50 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA { TidyAttr_UNKNOWN, 0 }, }; const AttrVersion TY_(W3CAttrsFor_XMP)[] = { - { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, - { TidyAttr_UNKNOWN, 0 }, + INCLUDE_ARIA + INCLUDE_MICRODATA + { TidyAttr_SDAFORM, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + { TidyAttr_SDAPREF, HT20|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx|xxxx }, + INCLUDE_CORE_ATTRIBS + INCLUDE_CORE_EVENTS + INCLUDE_RDFA + { TidyAttr_UNKNOWN, 0 }, }; /* diff --git a/HTMLTidy/vendor/tidy-html5/src/attrs.c b/HTMLTidy/vendor/tidy-html5/src/attrs.c index a1b41597..f678245f 100644 --- a/HTMLTidy/vendor/tidy-html5/src/attrs.c +++ b/HTMLTidy/vendor/tidy-html5/src/attrs.c @@ -96,278 +96,280 @@ static AttrCheck CheckRDFaPrefix; static const Attribute attribute_defs [] = { - { TidyAttr_UNKNOWN, "unknown!", NULL }, - { TidyAttr_ABBR, "abbr", CH_PCDATA }, - { TidyAttr_ACCEPT, "accept", CH_XTYPE }, - { TidyAttr_ACCEPT_CHARSET, "accept-charset", CH_CHARSET }, - { TidyAttr_ACCESSKEY, "accesskey", CH_CHARACTER }, - { TidyAttr_ACTION, "action", CH_ACTION }, - { TidyAttr_ADD_DATE, "add_date", CH_PCDATA }, /* A */ - { TidyAttr_ALIGN, "align", CH_ALIGN }, /* varies by element */ - { TidyAttr_ALINK, "alink", CH_COLOR }, - { TidyAttr_ALT, "alt", CH_PCDATA }, /* nowrap */ - { TidyAttr_ARCHIVE, "archive", CH_URLS }, /* space or comma separated list */ - { TidyAttr_AXIS, "axis", CH_PCDATA }, - { TidyAttr_BACKGROUND, "background", CH_URL }, - { TidyAttr_BGCOLOR, "bgcolor", CH_COLOR }, - { TidyAttr_BGPROPERTIES, "bgproperties", CH_PCDATA }, /* BODY "fixed" fixes background */ - { TidyAttr_BORDER, "border", CH_BORDER }, /* like LENGTH + "border" */ - { TidyAttr_BORDERCOLOR, "bordercolor", CH_COLOR }, /* used on TABLE */ - { TidyAttr_BOTTOMMARGIN, "bottommargin", CH_NUMBER }, /* used on BODY */ - { TidyAttr_CELLPADDING, "cellpadding", CH_LENGTH }, /* % or pixel values */ - { TidyAttr_CELLSPACING, "cellspacing", CH_LENGTH }, - { TidyAttr_CHAR, "char", CH_CHARACTER }, - { TidyAttr_CHAROFF, "charoff", CH_LENGTH }, - { TidyAttr_CHARSET, "charset", CH_CHARSET }, - { TidyAttr_CHECKED, "checked", CH_BOOL }, /* i.e. "checked" or absent */ - { TidyAttr_CITE, "cite", CH_URL }, - { TidyAttr_CLASS, "class", CH_PCDATA }, - { TidyAttr_CLASSID, "classid", CH_URL }, - { TidyAttr_CLEAR, "clear", CH_CLEAR }, /* BR: left, right, all */ - { TidyAttr_CODE, "code", CH_PCDATA }, /* APPLET */ - { TidyAttr_CODEBASE, "codebase", CH_URL }, /* OBJECT */ - { TidyAttr_CODETYPE, "codetype", CH_XTYPE }, /* OBJECT */ - { TidyAttr_COLOR, "color", CH_COLOR }, /* BASEFONT, FONT */ - { TidyAttr_COLS, "cols", CH_COLS }, /* TABLE & FRAMESET */ - { TidyAttr_COLSPAN, "colspan", CH_NUMBER }, - { TidyAttr_COMPACT, "compact", CH_BOOL }, /* lists */ - { TidyAttr_CONTENT, "content", CH_PCDATA }, - { TidyAttr_COORDS, "coords", CH_COORDS }, /* AREA, A */ - { TidyAttr_DATA, "data", CH_URL }, /* OBJECT */ - { TidyAttr_DATAFLD, "datafld", CH_PCDATA }, /* used on DIV, IMG */ - { TidyAttr_DATAFORMATAS, "dataformatas", CH_PCDATA }, /* used on DIV, IMG */ - { TidyAttr_DATAPAGESIZE, "datapagesize", CH_NUMBER }, /* used on DIV, IMG */ - { TidyAttr_DATASRC, "datasrc", CH_URL }, /* used on TABLE */ - { TidyAttr_DATETIME, "datetime", CH_DATE }, /* INS, DEL */ - { TidyAttr_DECLARE, "declare", CH_BOOL }, /* OBJECT */ - { TidyAttr_DEFER, "defer", CH_BOOL }, /* SCRIPT */ - { TidyAttr_DIR, "dir", CH_TEXTDIR }, /* ltr or rtl */ - { TidyAttr_DISABLED, "disabled", CH_BOOL }, /* form fields */ - { TidyAttr_ENCODING, "encoding", CH_PCDATA }, /* */ - { TidyAttr_ENCTYPE, "enctype", CH_XTYPE }, /* FORM */ - { TidyAttr_FACE, "face", CH_PCDATA }, /* BASEFONT, FONT */ - { TidyAttr_FOR, "for", CH_IDREF }, /* LABEL */ - { TidyAttr_FRAME, "frame", CH_TFRAME }, /* TABLE */ - { TidyAttr_FRAMEBORDER, "frameborder", CH_FBORDER }, /* 0 or 1 */ - { TidyAttr_FRAMESPACING, "framespacing", CH_NUMBER }, - { TidyAttr_GRIDX, "gridx", CH_NUMBER }, /* TABLE Adobe golive*/ - { TidyAttr_GRIDY, "gridy", CH_NUMBER }, /* TABLE Adobe golive */ - { TidyAttr_HEADERS, "headers", CH_IDREFS }, /* table cells */ - { TidyAttr_HEIGHT, "height", CH_LENGTH }, /* pixels only for TH/TD */ - { TidyAttr_HREF, "href", CH_URL }, /* A, AREA, LINK and BASE */ - { TidyAttr_HREFLANG, "hreflang", CH_LANG }, /* A, LINK */ - { TidyAttr_HSPACE, "hspace", CH_NUMBER }, /* APPLET, IMG, OBJECT */ - { TidyAttr_HTTP_EQUIV, "http-equiv", CH_PCDATA }, /* META */ - { TidyAttr_ID, "id", CH_IDDEF }, - { TidyAttr_ISMAP, "ismap", CH_BOOL }, /* IMG */ - { TidyAttr_ITEMID, "itemid", CH_PCDATA }, - { TidyAttr_ITEMPROP, "itemprop", CH_PCDATA }, - { TidyAttr_ITEMREF, "itemref", CH_PCDATA }, - { TidyAttr_ITEMSCOPE, "itemscope", CH_BOOL }, - { TidyAttr_ITEMTYPE, "itemtype", CH_URL }, - { TidyAttr_LABEL, "label", CH_PCDATA }, /* OPT, OPTGROUP */ - { TidyAttr_LANG, "lang", CH_LANG }, - { TidyAttr_LANGUAGE, "language", CH_PCDATA }, /* SCRIPT */ - { TidyAttr_LAST_MODIFIED, "last_modified", CH_PCDATA }, /* A */ - { TidyAttr_LAST_VISIT, "last_visit", CH_PCDATA }, /* A */ - { TidyAttr_LEFTMARGIN, "leftmargin", CH_NUMBER }, /* used on BODY */ - { TidyAttr_LINK, "link", CH_COLOR }, /* BODY */ - { TidyAttr_LONGDESC, "longdesc", CH_URL }, /* IMG */ - { TidyAttr_LOWSRC, "lowsrc", CH_URL }, /* IMG */ - { TidyAttr_MARGINHEIGHT, "marginheight", CH_NUMBER }, /* FRAME, IFRAME, BODY */ - { TidyAttr_MARGINWIDTH, "marginwidth", CH_NUMBER }, /* ditto */ - { TidyAttr_MAXLENGTH, "maxlength", CH_NUMBER }, /* INPUT */ - { TidyAttr_MEDIA, "media", CH_MEDIA }, /* STYLE, LINK */ - { TidyAttr_METHOD, "method", CH_FSUBMIT }, /* FORM: get or post */ - { TidyAttr_MULTIPLE, "multiple", CH_BOOL }, /* SELECT */ - { TidyAttr_NAME, "name", CH_NAME }, - { TidyAttr_NOHREF, "nohref", CH_BOOL }, /* AREA */ - { TidyAttr_NORESIZE, "noresize", CH_BOOL }, /* FRAME */ - { TidyAttr_NOSHADE, "noshade", CH_BOOL }, /* HR */ - { TidyAttr_NOWRAP, "nowrap", CH_BOOL }, /* table cells */ - { TidyAttr_OBJECT, "object", CH_PCDATA }, /* APPLET */ - { TidyAttr_OnAFTERUPDATE, "onafterupdate", CH_SCRIPT }, - { TidyAttr_OnBEFOREUNLOAD, "onbeforeunload", CH_SCRIPT }, - { TidyAttr_OnBEFOREUPDATE, "onbeforeupdate", CH_SCRIPT }, - { TidyAttr_OnBLUR, "onblur", CH_SCRIPT }, /* event */ - { TidyAttr_OnCHANGE, "onchange", CH_SCRIPT }, /* event */ - { TidyAttr_OnCLICK, "onclick", CH_SCRIPT }, /* event */ - { TidyAttr_OnDATAAVAILABLE, "ondataavailable", CH_SCRIPT }, /* object, applet */ - { TidyAttr_OnDATASETCHANGED, "ondatasetchanged", CH_SCRIPT }, /* object, applet */ - { TidyAttr_OnDATASETCOMPLETE, "ondatasetcomplete", CH_SCRIPT }, - { TidyAttr_OnDBLCLICK, "ondblclick", CH_SCRIPT }, /* event */ - { TidyAttr_OnERRORUPDATE, "onerrorupdate", CH_SCRIPT }, /* form fields */ - { TidyAttr_OnFOCUS, "onfocus", CH_SCRIPT }, /* event */ - { TidyAttr_OnKEYDOWN, "onkeydown", CH_SCRIPT }, /* event */ - { TidyAttr_OnKEYPRESS, "onkeypress", CH_SCRIPT }, /* event */ - { TidyAttr_OnKEYUP, "onkeyup", CH_SCRIPT }, /* event */ - { TidyAttr_OnLOAD, "onload", CH_SCRIPT }, /* event */ - { TidyAttr_OnMOUSEDOWN, "onmousedown", CH_SCRIPT }, /* event */ - { TidyAttr_OnMOUSEMOVE, "onmousemove", CH_SCRIPT }, /* event */ - { TidyAttr_OnMOUSEOUT, "onmouseout", CH_SCRIPT }, /* event */ - { TidyAttr_OnMOUSEOVER, "onmouseover", CH_SCRIPT }, /* event */ - { TidyAttr_OnMOUSEUP, "onmouseup", CH_SCRIPT }, /* event */ - { TidyAttr_OnRESET, "onreset", CH_SCRIPT }, /* event */ - { TidyAttr_OnROWENTER, "onrowenter", CH_SCRIPT }, /* form fields */ - { TidyAttr_OnROWEXIT, "onrowexit", CH_SCRIPT }, /* form fields */ - { TidyAttr_OnSELECT, "onselect", CH_SCRIPT }, /* event */ - { TidyAttr_OnSUBMIT, "onsubmit", CH_SCRIPT }, /* event */ - { TidyAttr_OnUNLOAD, "onunload", CH_SCRIPT }, /* event */ - { TidyAttr_PROFILE, "profile", CH_URL }, /* HEAD */ - { TidyAttr_PROMPT, "prompt", CH_PCDATA }, /* ISINDEX */ - { TidyAttr_RBSPAN, "rbspan", CH_NUMBER }, /* ruby markup */ - { TidyAttr_READONLY, "readonly", CH_BOOL }, /* form fields */ - { TidyAttr_REL, "rel", CH_LINKTYPES }, - { TidyAttr_REV, "rev", CH_LINKTYPES }, - { TidyAttr_RIGHTMARGIN, "rightmargin", CH_NUMBER }, /* used on BODY */ - { TidyAttr_ROLE, "role", CH_PCDATA }, - { TidyAttr_ROWS, "rows", CH_NUMBER }, /* TEXTAREA */ - { TidyAttr_ROWSPAN, "rowspan", CH_NUMBER }, /* table cells */ - { TidyAttr_RULES, "rules", CH_TRULES }, /* TABLE */ - { TidyAttr_SCHEME, "scheme", CH_PCDATA }, /* META */ - { TidyAttr_SCOPE, "scope", CH_SCOPE }, /* table cells */ - { TidyAttr_SCROLLING, "scrolling", CH_SCROLL }, /* yes, no or auto */ - { TidyAttr_SELECTED, "selected", CH_BOOL }, /* OPTION */ - { TidyAttr_SHAPE, "shape", CH_SHAPE }, /* AREA, A */ - { TidyAttr_SHOWGRID, "showgrid", CH_BOOL }, /* TABLE Adobe golive */ - { TidyAttr_SHOWGRIDX, "showgridx", CH_BOOL }, /* TABLE Adobe golive*/ - { TidyAttr_SHOWGRIDY, "showgridy", CH_BOOL }, /* TABLE Adobe golive*/ - { TidyAttr_SIZE, "size", CH_NUMBER }, /* HR, FONT, BASEFONT, SELECT */ - { TidyAttr_SPAN, "span", CH_NUMBER }, /* COL, COLGROUP */ - { TidyAttr_SRC, "src", CH_URL }, /* IMG, FRAME, IFRAME */ - { TidyAttr_SRCSET, "srcset", CH_PCDATA }, /* IMG (HTML5) */ - { TidyAttr_STANDBY, "standby", CH_PCDATA }, /* OBJECT */ - { TidyAttr_START, "start", CH_NUMBER }, /* OL */ - { TidyAttr_STYLE, "style", CH_PCDATA }, - { TidyAttr_SUMMARY, "summary", CH_PCDATA }, /* TABLE */ - { TidyAttr_TABINDEX, "tabindex", CH_NUMBER }, /* fields, OBJECT and A */ - { TidyAttr_TARGET, "target", CH_TARGET }, /* names a frame/window */ - { TidyAttr_TEXT, "text", CH_COLOR }, /* BODY */ - { TidyAttr_TITLE, "title", CH_PCDATA }, /* text tool tip */ - { TidyAttr_TOPMARGIN, "topmargin", CH_NUMBER }, /* used on BODY */ - { TidyAttr_TYPE, "type", CH_TYPE }, /* also used by SPACER */ - { TidyAttr_USEMAP, "usemap", CH_URL }, /* things with images */ - { TidyAttr_VALIGN, "valign", CH_VALIGN }, - { TidyAttr_VALUE, "value", CH_PCDATA }, - { TidyAttr_VALUETYPE, "valuetype", CH_VTYPE }, /* PARAM: data, ref, object */ - { TidyAttr_VERSION, "version", CH_PCDATA }, /* HTML */ - { TidyAttr_VLINK, "vlink", CH_COLOR }, /* BODY */ - { TidyAttr_VSPACE, "vspace", CH_NUMBER }, /* IMG, OBJECT, APPLET */ - { TidyAttr_WIDTH, "width", CH_LENGTH }, /* pixels only for TD/TH */ - { TidyAttr_WRAP, "wrap", CH_PCDATA }, /* textarea */ - { TidyAttr_XML_LANG, "xml:lang", CH_LANG }, /* XML language */ - { TidyAttr_XML_SPACE, "xml:space", CH_PCDATA }, /* XML white space */ + { TidyAttr_UNKNOWN, "unknown!", NULL }, + { TidyAttr_ABBR, "abbr", CH_PCDATA }, + { TidyAttr_ACCEPT, "accept", CH_XTYPE }, + { TidyAttr_ACCEPT_CHARSET, "accept-charset", CH_CHARSET }, + { TidyAttr_ACCESSKEY, "accesskey", CH_CHARACTER }, + { TidyAttr_ACTION, "action", CH_ACTION }, + { TidyAttr_ADD_DATE, "add_date", CH_PCDATA }, /* A */ + { TidyAttr_ALIGN, "align", CH_ALIGN }, /* varies by element */ + { TidyAttr_ALINK, "alink", CH_COLOR }, + { TidyAttr_ALLOWFULLSCREEN, "allowfullscreen", CH_BOOL }, + { TidyAttr_ALT, "alt", CH_PCDATA }, /* nowrap */ + { TidyAttr_ARCHIVE, "archive", CH_URLS }, /* space or comma separated list */ + { TidyAttr_AXIS, "axis", CH_PCDATA }, + { TidyAttr_BACKGROUND, "background", CH_URL }, + { TidyAttr_BGCOLOR, "bgcolor", CH_COLOR }, + { TidyAttr_BGPROPERTIES, "bgproperties", CH_PCDATA }, /* BODY "fixed" fixes background */ + { TidyAttr_BORDER, "border", CH_BORDER }, /* like LENGTH + "border" */ + { TidyAttr_BORDERCOLOR, "bordercolor", CH_COLOR }, /* used on TABLE */ + { TidyAttr_BOTTOMMARGIN, "bottommargin", CH_NUMBER }, /* used on BODY */ + { TidyAttr_CELLPADDING, "cellpadding", CH_LENGTH }, /* % or pixel values */ + { TidyAttr_CELLSPACING, "cellspacing", CH_LENGTH }, + { TidyAttr_CHAR, "char", CH_CHARACTER }, + { TidyAttr_CHAROFF, "charoff", CH_LENGTH }, + { TidyAttr_CHARSET, "charset", CH_CHARSET }, + { TidyAttr_CHECKED, "checked", CH_BOOL }, /* i.e. "checked" or absent */ + { TidyAttr_CITE, "cite", CH_URL }, + { TidyAttr_CLASS, "class", CH_PCDATA }, + { TidyAttr_CLASSID, "classid", CH_URL }, + { TidyAttr_CLEAR, "clear", CH_CLEAR }, /* BR: left, right, all */ + { TidyAttr_CODE, "code", CH_PCDATA }, /* APPLET */ + { TidyAttr_CODEBASE, "codebase", CH_URL }, /* OBJECT */ + { TidyAttr_CODETYPE, "codetype", CH_XTYPE }, /* OBJECT */ + { TidyAttr_COLOR, "color", CH_COLOR }, /* BASEFONT, FONT */ + { TidyAttr_COLS, "cols", CH_COLS }, /* TABLE & FRAMESET */ + { TidyAttr_COLSPAN, "colspan", CH_NUMBER }, + { TidyAttr_COMPACT, "compact", CH_BOOL }, /* lists */ + { TidyAttr_CONTENT, "content", CH_PCDATA }, + { TidyAttr_COORDS, "coords", CH_COORDS }, /* AREA, A */ + { TidyAttr_DATA, "data", CH_URL }, /* OBJECT */ + { TidyAttr_DATAFLD, "datafld", CH_PCDATA }, /* used on DIV, IMG */ + { TidyAttr_DATAFORMATAS, "dataformatas", CH_PCDATA }, /* used on DIV, IMG */ + { TidyAttr_DATAPAGESIZE, "datapagesize", CH_NUMBER }, /* used on DIV, IMG */ + { TidyAttr_DATASRC, "datasrc", CH_URL }, /* used on TABLE */ + { TidyAttr_DATETIME, "datetime", CH_DATE }, /* INS, DEL */ + { TidyAttr_DECLARE, "declare", CH_BOOL }, /* OBJECT */ + { TidyAttr_DEFER, "defer", CH_BOOL }, /* SCRIPT */ + { TidyAttr_DIR, "dir", CH_TEXTDIR }, /* ltr or rtl */ + { TidyAttr_DISABLED, "disabled", CH_BOOL }, /* form fields */ + { TidyAttr_ENCODING, "encoding", CH_PCDATA }, /* */ + { TidyAttr_ENCTYPE, "enctype", CH_XTYPE }, /* FORM */ + { TidyAttr_FACE, "face", CH_PCDATA }, /* BASEFONT, FONT */ + { TidyAttr_FOR, "for", CH_IDREF }, /* LABEL */ + { TidyAttr_FRAME, "frame", CH_TFRAME }, /* TABLE */ + { TidyAttr_FRAMEBORDER, "frameborder", CH_FBORDER }, /* 0 or 1 */ + { TidyAttr_FRAMESPACING, "framespacing", CH_NUMBER }, + { TidyAttr_GRIDX, "gridx", CH_NUMBER }, /* TABLE Adobe golive*/ + { TidyAttr_GRIDY, "gridy", CH_NUMBER }, /* TABLE Adobe golive */ + { TidyAttr_HEADERS, "headers", CH_IDREFS }, /* table cells */ + { TidyAttr_HEIGHT, "height", CH_LENGTH }, /* pixels only for TH/TD */ + { TidyAttr_HREF, "href", CH_URL }, /* A, AREA, LINK and BASE */ + { TidyAttr_HREFLANG, "hreflang", CH_LANG }, /* A, LINK */ + { TidyAttr_HSPACE, "hspace", CH_NUMBER }, /* APPLET, IMG, OBJECT */ + { TidyAttr_HTTP_EQUIV, "http-equiv", CH_PCDATA }, /* META */ + { TidyAttr_ID, "id", CH_IDDEF }, + { TidyAttr_ISMAP, "ismap", CH_BOOL }, /* IMG */ + { TidyAttr_ITEMID, "itemid", CH_PCDATA }, + { TidyAttr_ITEMPROP, "itemprop", CH_PCDATA }, + { TidyAttr_ITEMREF, "itemref", CH_PCDATA }, + { TidyAttr_ITEMSCOPE, "itemscope", CH_BOOL }, + { TidyAttr_ITEMTYPE, "itemtype", CH_URL }, + { TidyAttr_LABEL, "label", CH_PCDATA }, /* OPT, OPTGROUP */ + { TidyAttr_LANG, "lang", CH_LANG }, + { TidyAttr_LANGUAGE, "language", CH_PCDATA }, /* SCRIPT */ + { TidyAttr_LAST_MODIFIED, "last_modified", CH_PCDATA }, /* A */ + { TidyAttr_LAST_VISIT, "last_visit", CH_PCDATA }, /* A */ + { TidyAttr_LEFTMARGIN, "leftmargin", CH_NUMBER }, /* used on BODY */ + { TidyAttr_LINK, "link", CH_COLOR }, /* BODY */ + { TidyAttr_LONGDESC, "longdesc", CH_URL }, /* IMG */ + { TidyAttr_LOWSRC, "lowsrc", CH_URL }, /* IMG */ + { TidyAttr_MARGINHEIGHT, "marginheight", CH_NUMBER }, /* FRAME, IFRAME, BODY */ + { TidyAttr_MARGINWIDTH, "marginwidth", CH_NUMBER }, /* ditto */ + { TidyAttr_MAXLENGTH, "maxlength", CH_NUMBER }, /* INPUT */ + { TidyAttr_MEDIA, "media", CH_MEDIA }, /* STYLE, LINK */ + { TidyAttr_METHOD, "method", CH_FSUBMIT }, /* FORM: get or post */ + { TidyAttr_MULTIPLE, "multiple", CH_BOOL }, /* SELECT */ + { TidyAttr_NAME, "name", CH_NAME }, + { TidyAttr_NOHREF, "nohref", CH_BOOL }, /* AREA */ + { TidyAttr_NORESIZE, "noresize", CH_BOOL }, /* FRAME */ + { TidyAttr_NOSHADE, "noshade", CH_BOOL }, /* HR */ + { TidyAttr_NOWRAP, "nowrap", CH_BOOL }, /* table cells */ + { TidyAttr_OBJECT, "object", CH_PCDATA }, /* APPLET */ + { TidyAttr_OnAFTERUPDATE, "onafterupdate", CH_SCRIPT }, + { TidyAttr_OnBEFOREUNLOAD, "onbeforeunload", CH_SCRIPT }, + { TidyAttr_OnBEFOREUPDATE, "onbeforeupdate", CH_SCRIPT }, + { TidyAttr_OnBLUR, "onblur", CH_SCRIPT }, /* event */ + { TidyAttr_OnCHANGE, "onchange", CH_SCRIPT }, /* event */ + { TidyAttr_OnCLICK, "onclick", CH_SCRIPT }, /* event */ + { TidyAttr_OnDATAAVAILABLE, "ondataavailable", CH_SCRIPT }, /* object, applet */ + { TidyAttr_OnDATASETCHANGED, "ondatasetchanged", CH_SCRIPT }, /* object, applet */ + { TidyAttr_OnDATASETCOMPLETE, "ondatasetcomplete", CH_SCRIPT }, + { TidyAttr_OnDBLCLICK, "ondblclick", CH_SCRIPT }, /* event */ + { TidyAttr_OnERRORUPDATE, "onerrorupdate", CH_SCRIPT }, /* form fields */ + { TidyAttr_OnFOCUS, "onfocus", CH_SCRIPT }, /* event */ + { TidyAttr_OnKEYDOWN, "onkeydown", CH_SCRIPT }, /* event */ + { TidyAttr_OnKEYPRESS, "onkeypress", CH_SCRIPT }, /* event */ + { TidyAttr_OnKEYUP, "onkeyup", CH_SCRIPT }, /* event */ + { TidyAttr_OnLOAD, "onload", CH_SCRIPT }, /* event */ + { TidyAttr_OnMOUSEDOWN, "onmousedown", CH_SCRIPT }, /* event */ + { TidyAttr_OnMOUSEMOVE, "onmousemove", CH_SCRIPT }, /* event */ + { TidyAttr_OnMOUSEOUT, "onmouseout", CH_SCRIPT }, /* event */ + { TidyAttr_OnMOUSEOVER, "onmouseover", CH_SCRIPT }, /* event */ + { TidyAttr_OnMOUSEUP, "onmouseup", CH_SCRIPT }, /* event */ + { TidyAttr_OnRESET, "onreset", CH_SCRIPT }, /* event */ + { TidyAttr_OnROWENTER, "onrowenter", CH_SCRIPT }, /* form fields */ + { TidyAttr_OnROWEXIT, "onrowexit", CH_SCRIPT }, /* form fields */ + { TidyAttr_OnSELECT, "onselect", CH_SCRIPT }, /* event */ + { TidyAttr_OnSUBMIT, "onsubmit", CH_SCRIPT }, /* event */ + { TidyAttr_OnUNLOAD, "onunload", CH_SCRIPT }, /* event */ + { TidyAttr_PROFILE, "profile", CH_URL }, /* HEAD */ + { TidyAttr_PROMPT, "prompt", CH_PCDATA }, /* ISINDEX */ + { TidyAttr_RBSPAN, "rbspan", CH_NUMBER }, /* ruby markup */ + { TidyAttr_READONLY, "readonly", CH_BOOL }, /* form fields */ + { TidyAttr_REL, "rel", CH_LINKTYPES }, + { TidyAttr_REV, "rev", CH_LINKTYPES }, + { TidyAttr_RIGHTMARGIN, "rightmargin", CH_NUMBER }, /* used on BODY */ + { TidyAttr_ROLE, "role", CH_PCDATA }, + { TidyAttr_ROWS, "rows", CH_NUMBER }, /* TEXTAREA */ + { TidyAttr_ROWSPAN, "rowspan", CH_NUMBER }, /* table cells */ + { TidyAttr_RULES, "rules", CH_TRULES }, /* TABLE */ + { TidyAttr_SCHEME, "scheme", CH_PCDATA }, /* META */ + { TidyAttr_SCOPE, "scope", CH_SCOPE }, /* table cells */ + { TidyAttr_SCROLLING, "scrolling", CH_SCROLL }, /* yes, no or auto */ + { TidyAttr_SELECTED, "selected", CH_BOOL }, /* OPTION */ + { TidyAttr_SHAPE, "shape", CH_SHAPE }, /* AREA, A */ + { TidyAttr_SHOWGRID, "showgrid", CH_BOOL }, /* TABLE Adobe golive */ + { TidyAttr_SHOWGRIDX, "showgridx", CH_BOOL }, /* TABLE Adobe golive*/ + { TidyAttr_SHOWGRIDY, "showgridy", CH_BOOL }, /* TABLE Adobe golive*/ + { TidyAttr_SIZE, "size", CH_NUMBER }, /* HR, FONT, BASEFONT, SELECT */ + { TidyAttr_SPAN, "span", CH_NUMBER }, /* COL, COLGROUP */ + { TidyAttr_SRC, "src", CH_URL }, /* IMG, FRAME, IFRAME */ + { TidyAttr_SRCSET, "srcset", CH_PCDATA }, /* IMG (HTML5) */ + { TidyAttr_STANDBY, "standby", CH_PCDATA }, /* OBJECT */ + { TidyAttr_START, "start", CH_NUMBER }, /* OL */ + { TidyAttr_STYLE, "style", CH_PCDATA }, + { TidyAttr_SUMMARY, "summary", CH_PCDATA }, /* TABLE */ + { TidyAttr_TABINDEX, "tabindex", CH_NUMBER }, /* fields, OBJECT and A */ + { TidyAttr_TARGET, "target", CH_TARGET }, /* names a frame/window */ + { TidyAttr_TEXT, "text", CH_COLOR }, /* BODY */ + { TidyAttr_TITLE, "title", CH_PCDATA }, /* text tool tip */ + { TidyAttr_TOPMARGIN, "topmargin", CH_NUMBER }, /* used on BODY */ + { TidyAttr_TRANSLATE, "translate", CH_BOOL }, /* HTML5 global attribute */ + { TidyAttr_TYPE, "type", CH_TYPE }, /* also used by SPACER */ + { TidyAttr_USEMAP, "usemap", CH_URL }, /* things with images */ + { TidyAttr_VALIGN, "valign", CH_VALIGN }, + { TidyAttr_VALUE, "value", CH_PCDATA }, + { TidyAttr_VALUETYPE, "valuetype", CH_VTYPE }, /* PARAM: data, ref, object */ + { TidyAttr_VERSION, "version", CH_PCDATA }, /* HTML */ + { TidyAttr_VLINK, "vlink", CH_COLOR }, /* BODY */ + { TidyAttr_VSPACE, "vspace", CH_NUMBER }, /* IMG, OBJECT, APPLET */ + { TidyAttr_WIDTH, "width", CH_LENGTH }, /* pixels only for TD/TH */ + { TidyAttr_WRAP, "wrap", CH_PCDATA }, /* textarea */ + { TidyAttr_XML_LANG, "xml:lang", CH_LANG }, /* XML language */ + { TidyAttr_XML_SPACE, "xml:space", CH_PCDATA }, /* XML white space */ /* todo: VERS_ALL is wrong! */ - { TidyAttr_XMLNS, "xmlns", CH_PCDATA }, /* name space */ - { TidyAttr_EVENT, "event", CH_PCDATA }, /* reserved for - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-12-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-12-1.html deleted file mode 100644 index ea7122b0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-12-1.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -aert1.0/1.1.12 - - -
 
-  %   __ __ __ __ __ __ __ __ __ __ __ __ __ __   
-100 |             *                             |
- 90 |                *  *                       |
- 80 |          *           *                    |
- 70 |             @           *                 |
- 60 |          @                 *              |
- 50 |       *        @              *           |
- 40 |                   @              *        |
- 30 |    *  @              @  @           *     |
- 20 |                                           |
- 10 |    @                       @  @  @  @     |
-      0  5 10 15 20 25 30 35 40 45 50 55 60 65 70
-      Flash frequency (Hertz)
-
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-1.html deleted file mode 100644 index da2bfda5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.2 - - -Pie chart of federal expenditures - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-2.html deleted file mode 100644 index 163ae4e9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -bobby/g13 - - -Pie chart of federal expenditures - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-3.html deleted file mode 100644 index eebe3f67..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-2-3.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/1.1.2 - - -Pie chart of federal expenditures -D - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-3-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-3-1.html deleted file mode 100644 index 88586d2b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-3-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/1.1.3 - - -
- -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-4-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-4-1.html deleted file mode 100644 index 6c2d7215..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-4-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.4 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-5-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-5-1.html deleted file mode 100644 index 1634d41d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-5-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.5 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-1.html deleted file mode 100644 index a434a5ce..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (wav) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-2.html deleted file mode 100644 index a2a13ad8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (au) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-3.html deleted file mode 100644 index d8ae1f5b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (aiff) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-4.html deleted file mode 100644 index e05b3ef9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (snd) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-5.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-5.html deleted file mode 100644 index f9f84845..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-5.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (ra) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-6.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-6.html deleted file mode 100644 index 6a05cfe0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-6-6.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (rm) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-8-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-8-1.html deleted file mode 100644 index c97ffa97..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-8-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - -Frame elements missing valid long descriptions - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-9-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-9-1.html deleted file mode 100644 index 3ded0a75..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-1-9-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/1.1.9 - - - -Link a - -Service - - -navigation - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-2-1-1.html deleted file mode 100644 index 9c9295c4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-2-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/1.2.1 - - - -server-side imagemap - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-4-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-4-1-1.html deleted file mode 100644 index 423274d3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-4-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.4.1 - - -Baby Walking - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-5-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/1-5-1-1.html deleted file mode 100644 index 6f6e35c2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/1-5-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/1.5.1 - - - -Link a - -Service - - -navigation - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/10-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/10-1-1-1.html deleted file mode 100644 index 29897ec9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/10-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/10.1.1 - - -Opens in new window. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/10-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/10-1-1-2.html deleted file mode 100644 index 6ebb7bbb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/10-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/10.1.1 - - -Opens in new window. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-1.html deleted file mode 100644 index 9ae7c725..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-10.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-10.html deleted file mode 100644 index fb98f43d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-10.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/11.2.1 - - - -x - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-2.html deleted file mode 100644 index 4d45ed60..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-3.html deleted file mode 100644 index db6a27b5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/11.2.1 - - - -
Hello
- - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-4.html deleted file mode 100644 index 08c4ad5c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-4.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/11.2.1 - - - -Hello - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-5.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-5.html deleted file mode 100644 index 3652983a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-5.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - -Hello - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-6.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-6.html deleted file mode 100644 index d971b222..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-6.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-7.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-7.html deleted file mode 100644 index b3da35d0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-7.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-8.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-8.html deleted file mode 100644 index e5c4d6d0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-8.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - -x - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-9.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-9.html deleted file mode 100644 index ccc98c03..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/11-2-1-9.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - -x - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-1.html deleted file mode 100644 index e2c537f4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/12.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-2.html deleted file mode 100644 index 7585db1d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-2.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/12.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-3.html deleted file mode 100644 index 811c447f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-1-1-3.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/12.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-1.html deleted file mode 100644 index ee8a69e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-1.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/12.4.1 - - -
- - -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-2.html deleted file mode 100644 index 5a9e774c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-2.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/12.4.1 - - -
- - -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-3.html deleted file mode 100644 index 6288d3b3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/12-4-1-3.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/12.4.1 - - -
- - -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-1.html deleted file mode 100644 index 281ca44d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/13.1.1 - - -cats -some text -cats - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-2.html deleted file mode 100644 index b3a98f8f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/13.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-3.html deleted file mode 100644 index 3a63e19a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-3.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/13.1.1 - - -Want to find out more about small furry animals? -Then click here and this link will take you there. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-4.html deleted file mode 100644 index 2f4b333b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/13.1.1 - - -click here - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-10-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-10-1-1.html deleted file mode 100644 index c3382961..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-10-1-1.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -aert1.0/13.10.1 - - -
-  %   __ __ __ __ __ __ __ __ __ __ __ __ __ __
-100 |             *                             |
- 90 |                *  *                       |
- 80 |          *           *                    |
- 70 |             @           *                 |
- 60 |          @                 *              |
- 50 |       *        @              *           |
- 40 |                   @              *        |
- 30 |    *  @              @  @           *     |
- 20 |                                           |
- 10 |    @                       @  @  @  @     |
-      0  5 10 15 20 25 30 35 40 45 50 55 60 65 70
-      Flash frequency (Hertz)
-
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-2-1-1.html deleted file mode 100644 index d8f94a90..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-2-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-2-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/13-2-1-3.html deleted file mode 100644 index e74cdfaa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/13-2-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/13.2.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-1.html deleted file mode 100644 index 45b2304f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - -big cat - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-2.html deleted file mode 100644 index 9ccb40dc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-3.html deleted file mode 100644 index 53886518..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-4.html deleted file mode 100644 index 7888e3cd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-5.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-5.html deleted file mode 100644 index 4602947f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-1-1-5.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/2.1.1 - - -
- -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-1.html deleted file mode 100644 index efe8a876..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-1.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-2.html deleted file mode 100644 index 1263575a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-2.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-3.html deleted file mode 100644 index 1047a70c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-3.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-4.html deleted file mode 100644 index 0342870e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/2-2-1-4.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-2-1-1.html deleted file mode 100644 index dd09a0c7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-2-1-1.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Document missing doctype - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-3-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-3-1-1.html deleted file mode 100644 index 353ef55d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-3-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.3.1 - - -Does not use stylesheets. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-1-1.html deleted file mode 100644 index 8aad8a71..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/3.5.1 - - -

First Heading

-

Next Heading

- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-1.html deleted file mode 100644 index 1007bcdc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.5.2 - - -

This may be a header.

- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-2.html deleted file mode 100644 index f0405140..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.5.2 - - -

This may be a header.

- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-3.html deleted file mode 100644 index 67cf5df3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-5-2-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.5.2 - - -

This may be a header.

- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-1.html deleted file mode 100644 index a80c624c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/3.6.1 - - -
    - This is only for the indent.
    - And this as well. -
      - A further indent. -
    -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-2.html deleted file mode 100644 index 0cdaa6b5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-2.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/3.6.1 - - -
    - This is only for the indent.
    - And this as well. -
      - A further indent. -
    -
- - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-4.html deleted file mode 100644 index 73441d7b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/3-6-1-4.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/3.6.1 - - -
  • Just an li by itself
  • - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/4-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/4-1-1-1.html deleted file mode 100644 index c71c213e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/4-1-1-1.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/4.1.1 - - - -

    In Luis Bunuel's 1967 film, "Belle de Jour", the stunning Catherine Deneuve -portrays a woman leading a double life.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/4-3-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/4-3-1-1.html deleted file mode 100644 index 7c3f9cb5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/4-3-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - -aert1.0/4.3.1 - The HTML element does not contain a lang attribute - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/4-3-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/4-3-1-2.html deleted file mode 100644 index d00d8a08..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/4-3-1-2.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -aert1.0/4.3.1 - The HTML element does not contain a valid lang attribute - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-1.html deleted file mode 100644 index 68692483..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-1.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -aert1.0/5.1.2 - - - - - - - - - - - - - - - - - - -
    This data table is missing row/column headers
    ageheightweight
    101.3 m50 kg.
    151.8 m75 kg.
    202.1 m100 kg.
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-2.html deleted file mode 100644 index 6569e4fa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-2.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -aert1.0/5.1.2 - - - - - - - - - - - - - - - - - - -
    This data table is missing one column headers
    ageheightweight
    101.3 m50 kg.
    151.8 m75 kg.
    202.1 m100 kg.
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-3.html deleted file mode 100644 index b2c0a7b5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-1-2-3.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -aert1.0/5.1.2 - - - - - - - - - - - - - - - -
    This data table is missing one row header
    age101520
    height1.3 m1.8 m2.1 m
    weight50 kg75 kg.100 kg.
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-2-1-1.html deleted file mode 100644 index fa56894d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-2-1-1.html +++ /dev/null @@ -1,35 +0,0 @@ - - - -aert1.0/5.2.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    This data table should use markup to associate multiple levels of row and column headers
    IDSystem
    Color or Name
    Required
    a-1blueyes
    a-2Susanyes
    a-3greenno
    a-4orangeno
    a-5Frankyes
    a-6Haroldno
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-2-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-2-1-2.html deleted file mode 100644 index ee1bb5a6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-2-1-2.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -aert1.0/5.2.1 - - - - - - - - - - - - - - - - - - -
    This data table should use markup to associate multiple levels of row and column headers
    Systema-1SusanMacintosh
    ID
    location or code
    LocalBuilding 1Front Desk
    LocalBuilding 2Back Desk
    Requiredyesyesno
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-3-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-3-1-1.html deleted file mode 100644 index b4615a69..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-3-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.3.1 - - - - - - - - -
    Does this layout table make sense when linearized?
    Here is some text that is in a column.Here is some more text that is also in a column.
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-4-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-4-1-1.html deleted file mode 100644 index aadec713..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-4-1-1.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -aert1.0/5.4.1 - - - - - - - - - - - - -
    This layout table is using TH for formatting.
    Here is some text.More text is this.
    Here is some text that is in a column.Here is some more text that is also in a column.
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-1.html deleted file mode 100644 index 769cc382..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has no summary
    12
    34
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-2.html deleted file mode 100644 index 02eec8b7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-2.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has an invalid summary (NULL)
    12
    34
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-3.html deleted file mode 100644 index 3f2fd85b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-3.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has an invalid summary (all spaces)
    12
    34
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-6.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-6.html deleted file mode 100644 index 6a811916..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-1-6.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has an invalid summary (placeholder 'table summary')
    12
    34
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-2-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-2-1.html deleted file mode 100644 index 49e7df8c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-5-2-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.2 - - - - - - - - -
    12
    34
    - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-1.html deleted file mode 100644 index c8dafa0f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-1.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -aert1.0/5.6.1 - - - - - - - - - - -
    These table headers require abbreviations
    Age Of All Recent Residents Of The GTAIncome Level Specified In English Pounds
    197000
    2919000
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-2.html deleted file mode 100644 index 00b3f09f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-2.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -aert1.0/5.6.1 - - - - - - - - - - -
    These table headers have invalid abbreviations (NULL)
    Age Of All Recent Residents Of The GTAIncome Level Specified In English Pounds
    197000
    2919000
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-3.html deleted file mode 100644 index 5caf1f31..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/5-6-1-3.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -aert1.0/5.6.1 - - - - - - - - - - -
    These table headers have invalid abbreviations (spaces)
    Age Of All Recent Residents Of The GTAIncome Level Specified In English Pounds
    197000
    2919000
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-1.html deleted file mode 100644 index ef96038b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.1.1 - This page uses a stylesheet - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-2.html deleted file mode 100644 index 0569218b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-2.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -aert1.0/6.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-3.html deleted file mode 100644 index 1209d809..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-1-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.1.1 - - - -

    hello

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-1-1.html deleted file mode 100644 index e5714f70..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/6.2.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-1.html deleted file mode 100644 index 447b5111..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.2.2 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-2.html deleted file mode 100644 index 4cb7bd81..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.2.2 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-3.html deleted file mode 100644 index b52f4c87..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-2-2-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.2.2 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-1.html deleted file mode 100644 index 71d9c490..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-2.html deleted file mode 100644 index 4d24b2c2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-3.html deleted file mode 100644 index 8dfe947c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-4.html deleted file mode 100644 index 03b37860..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-3-1-4.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-1.html deleted file mode 100644 index e7e9689e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.5.1 - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-2.html deleted file mode 100644 index 5553a23f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-2.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -aert1.0/6.5.1 - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-3.html deleted file mode 100644 index 9642742b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-3.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/6.5.1 - - - - <p>Upgrade your browser to one that supports frames!</p> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-4.html deleted file mode 100644 index 9682545e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/6-5-1-4.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -aert1.0/6.5.1 - - - hello - - <p>content within noframes</p> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-1.html deleted file mode 100644 index 19df17e5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-2.html deleted file mode 100644 index 30c830e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-2.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-3.html deleted file mode 100644 index 99029269..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-4.html deleted file mode 100644 index 027da745..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-4.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-5.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-5.html deleted file mode 100644 index 51b0440f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-1-1-5.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - -flicker - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-2-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-2-1-1.html deleted file mode 100644 index 74e19b41..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-2-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/7.2.1 - - -

    Here is a word of blinking text.

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-4-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-4-1-1.html deleted file mode 100644 index e073da4c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-4-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test 7.4.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-5-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/7-5-1-1.html deleted file mode 100644 index 6a8839f5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/7-5-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test 7.5.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-1.html deleted file mode 100644 index c86520f7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-2.html deleted file mode 100644 index 31d0e11e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-3.html deleted file mode 100644 index 0764f5b4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-4.html deleted file mode 100644 index d154f98d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/8-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-1-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-1-1-1.html deleted file mode 100644 index 9d6e3455..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-1-1-1.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/9.1.1 - - - -main front page navigation - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-1.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-1.html deleted file mode 100644 index b4f165d0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-2.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-2.html deleted file mode 100644 index 57a2b772..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-3.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-3.html deleted file mode 100644 index 0868aecd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-4.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-4.html deleted file mode 100644 index b6a07cd5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-5.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-5.html deleted file mode 100644 index eba8f9a2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-5.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-6.html b/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-6.html deleted file mode 100644 index 3af0cd4a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/9-3-1-6.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/accessTest/cfg_default.txt b/HTMLTidy/vendor/tidy-html5/test/accessTest/cfg_default.txt deleted file mode 100644 index 63693174..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accessTest/cfg_default.txt +++ /dev/null @@ -1,2 +0,0 @@ -char-encoding: latin1 - diff --git a/HTMLTidy/vendor/tidy-html5/test/accesscases.txt b/HTMLTidy/vendor/tidy-html5/test/accesscases.txt deleted file mode 100644 index cb8cf8e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/accesscases.txt +++ /dev/null @@ -1,119 +0,0 @@ -FILE TEST_EXPECTED LEVEL -1-1-1-1 1.1.1.1 1 -1-1-1-2 1.1.1.2 1 -1-1-1-3 1.1.1.3 1 -1-1-1-4 1.1.1.4 1 -1-1-1-10 1.1.1.10 1 -1-1-2-1 1.1.2.1 1 -1-1-2-2 1.1.2.2 1 -1-1-2-3 1.1.2.3 1 -1-1-3-1 1.1.3.1 1 -1-1-4-1 1.1.4.1 1 -1-1-5-1 1.1.5.1 1 -1-1-6-1 1.1.6.1 1 -1-1-6-2 1.1.6.2 1 -1-1-6-3 1.1.6.3 1 -1-1-6-4 1.1.6.4 1 -1-1-6-5 1.1.6.5 1 -1-1-6-6 1.1.6.6 1 -1-1-8-1 1.1.8.1 1 -1-1-9-1 1.1.9.1 1 -1-1-10-1 1.1.10.1 1 -1-1-12-1 1.1.12.1 2 -1-2-1-1 1.2.1.1 1 -1-4-1-1 1.4.1.1 1 -1-5-1-1 1.5.1.1 3 -2-1-1-1 2.1.1.1 1 -2-1-1-2 2.1.1.2 1 -2-1-1-3 2.1.1.3 1 -2-1-1-4 2.1.1.4 1 -2-1-1-5 2.1.1.5 1 -2-2-1-1 2.2.1.1 3 -2-2-1-2 2.2.1.2 3 -2-2-1-3 2.2.1.3 3 -2-2-1-4 2.2.1.4 3 -3-2-1-1 3.2.1.1 2 -3-3-1-1 3.3.1.1 2 -3-5-1-1 3.5.1.1 2 -3-5-2-1 3.5.2.1 2 -3-5-2-2 3.5.2.2 2 -3-5-2-3 3.5.2.3 2 -3-6-1-1 3.6.1.1 2 -3-6-1-2 3.6.1.2 2 -3-6-1-4 3.6.1.4 2 -4-3-1-1 4.3.1.1 3 -4-3-1-2 4.3.1.2 3 -5-1-2-1 5.1.2.1 1 -5-1-2-2 5.1.2.2 1 -5-1-2-3 5.1.2.3 1 -5-2-1-1 5.2.1.1 1 -5-2-1-2 5.2.1.2 1 -5-3-1-1 5.3.1.1 2 -5-4-1-1 5.4.1.1 2 -5-5-1-1 5.5.1.1 3 -5-5-1-2 5.5.1.2 3 -5-5-1-3 5.5.1.2 3 -5-5-1-6 5.5.1.6 3 -5-5-2-1 5.5.2.1 2 -5-6-1-1 5.6.1.1 3 -5-6-1-2 5.6.1.2 3 -5-6-1-3 5.6.1.2 3 -6-1-1-1 6.1.1.1 1 -6-1-1-2 6.1.1.2 1 -6-1-1-3 6.1.1.3 1 -6-2-1-1 6.2.1.1 1 -6-2-2-1 6.2.2.1 1 -6-2-2-2 6.2.2.2 1 -6-2-2-3 6.2.2.3 1 -6-3-1-1 6.3.1.1 1 -6-3-1-2 6.3.1.2 1 -6-3-1-3 6.3.1.3 1 -6-3-1-4 6.3.1.4 1 -6-5-1-1 6.5.1.1 2 -6-5-1-2 6.5.1.2 2 -6-5-1-3 6.5.1.3 2 -6-5-1-4 6.5.1.4 2 -7-1-1-1 7.1.1.1 1 -7-1-1-2 7.1.1.2 1 -7-1-1-3 7.1.1.3 1 -7-1-1-4 7.1.1.4 1 -7-1-1-5 7.1.1.5 1 -7-2-1-1 7.2.1.1 2 -7-4-1-1 7.4.1.1 2 -7-5-1-1 7.5.1.1 2 -8-1-1-1 8.1.1.1 1 -8-1-1-2 8.1.1.2 1 -8-1-1-3 8.1.1.3 1 -8-1-1-4 8.1.1.4 1 -9-1-1-1 9.1.1.1 1 -9-3-1-1 9.3.1.1 2 -9-3-1-2 9.3.1.2 2 -9-3-1-3 9.3.1.3 2 -9-3-1-4 9.3.1.4 2 -9-3-1-5 9.3.1.5 2 -9-3-1-6 9.3.1.6 2 -10-1-1-1 10.1.1.1 2 -10-1-1-2 10.1.1.2 2 -11-2-1-1 11.2.1.1 2 -11-2-1-2 11.2.1.2 2 -11-2-1-3 11.2.1.3 2 -11-2-1-4 11.2.1.4 2 -11-2-1-5 11.2.1.5 2 -11-2-1-6 11.2.1.6 2 -11-2-1-7 11.2.1.7 2 -11-2-1-8 11.2.1.8 2 -11-2-1-9 11.2.1.9 2 -11-2-1-10 11.2.1.10 2 -12-1-1-1 12.1.1.1 1 -12-1-1-2 12.1.1.2 1 -12-1-1-3 12.1.1.3 1 -12-4-1-1 12.4.1.1 2 -12-4-1-2 12.4.1.2 2 -12-4-1-3 12.4.1.3 2 -13-1-1-1 13.1.1.1 2 -13-1-1-2 13.1.1.2 2 -13-1-1-3 13.1.1.3 2 -13-1-1-4 13.1.1.4 2 -13-2-1-1 13.2.1.1 2 -13-2-1-3 13.2.1.3 2 -13-10-1-1 13.10.1.1 3 diff --git a/HTMLTidy/vendor/tidy-html5/test/acctest.cmd b/HTMLTidy/vendor/tidy-html5/test/acctest.cmd deleted file mode 100755 index 662eae3b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/acctest.cmd +++ /dev/null @@ -1,61 +0,0 @@ -@setlocal -@REM echo off -@REM execute all test cases of the accessibility test suite - -@REM USER VARIABLES -@REM ############## -@REM set executable to be used -@set TIDY=..\build\cmake\Release\tidy.exe -@REM set INPUT folder -@set TIDYINPUT=accessTest -@REM set OUTPUT folder -@set TIDYOUT=temp-acc -@REM set input test list file -@set TIDYIN=accesscases.txt -@set TIDYLOG=tempacc.txt -@REM ############## - -@if NOT EXIST %TIDY% goto ERR1 -@if NOT EXIST %TIDYINPUT%\cfg_default.txt goto ERR2 -@if NOT EXIST %TIDYIN% goto ERR3 -@REM Make sure output directory exists, or WARN of creation ... -@if EXIST %TIDYOUT%\nul goto RUNTEST -@echo NOTE: Folder %TIDYOUT% does not exist. It will be created ... -@echo Ctrl+C to abort ... any other keyin to continue ... -@pause -@md %TIDYOUT% -:RUNTEST -@echo Running ACCESS TEST suite -@echo Executable = %TIDY% -@echo Input Folder = %TIDYINPUT% -@echo Output Folder = %TIDYOUT% - -@echo Running ACCESS TEST suite > %TIDYLOG% -@echo Executable = %TIDY% >> %TIDYLOG% -@echo Input Folder = %TIDYINPUT% >> %TIDYLOG% -@echo Output Folder = %TIDYOUT% >> %TIDYLOG% -@set FAILEDACC= -@for /F "skip=1 tokens=1,2*" %%i in (%TIDYIN%) do @(call onetesta.cmd %%i %%j %%k) -@if "%FAILEDACC%." == "." goto SUCCESS -@echo FAILED [%FAILEDACC%] ... -@goto END - -:SUCCESS -@echo Appears ALL tests ran fine ... -@goto END - - -:ERR1 -@echo ERROR: Unable to locate executable - [%TIDY%] - check name and location ... -@goto END - -:ERR2 -@echo ERROR: Unable to locate input folder - [%TIDYINPUT%]! - check name and location ... -@echo Specifically can not locate the file - [%TIDYINPUT%\cfg_default.txt] ... -@goto END - -:ERR3 -@echo ERROR: Can not locate file - [%TIDYIN%] - check name and location ... -@goto END - -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/alltest.cmd b/HTMLTidy/vendor/tidy-html5/test/alltest.cmd deleted file mode 100755 index 108f2fc9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/alltest.cmd +++ /dev/null @@ -1,39 +0,0 @@ -@setlocal - -@REM alltest.cmd - execute all test cases -@REM It runs 'alltest1.cmd', which uses 'onetest.cmd' -@REM -@REM (c) 1998-2015 (W3C) MIT, ERCIM, Keio University -@REM See include/tidy.h for the copyright notice. -@REM -@REM -@REM - -@REM ######################################################## -@REM ### *** SET LOCATION OF TIDY EXE TO USE FOR TEST *** ### -@REM ### (for MS compiler users) ### -@REM ######################################################## -@REM call alltest1 ..\build\msvc\Release\tidy.exe .\tmp -@REM call alltest1 ..\bin\tidy.exe .\tmp -@REM ######################################################################## -@REM This is the location of the cmake build output using the MSVC Generator -@set TMPEXE=..\build\cmake\Release\tidy.exe -@REM === some other test EXE I can use for compare === -@REM set TMPEXE=C:\Projects\tidy\tidy-cvs\build\msvc\Release\tidy.exe -@REM set TMPEXE=C:\MDOS\tidydev.exe -@REM ######################################################################## -@if NOT EXIST %TMPEXE% goto NOEXE - -@REM Set an output file - used in alltest1.cmd and onetest.cmd -@set TMPTEST=temptest.txt -@if EXIST %TMPTEST% @del %TMPTEST% - -@call alltest1 %TMPEXE% temp-5 - -@goto END - -:NOEXE -@echo. -@echo Error: Can NOT locate %TMPEXE%! Has it been built? -@echo *** FIX ME *** setting the location of the EXE to use for the test -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/alltest1.cmd b/HTMLTidy/vendor/tidy-html5/test/alltest1.cmd deleted file mode 100755 index d5405c8f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/alltest1.cmd +++ /dev/null @@ -1,100 +0,0 @@ -@setlocal -@echo off - -REM alltest1.cmd - execute all test cases -REM -REM (c) 1998-2006 (W3C) MIT, ERCIM, Keio University -REM See tidy.c for the copyright notice. -REM -REM -REM -REM $Author: arnaud02 $ -REM $Date: 2006/12/28 10:01:44 $ -REM $Revision: 1.1 $ - -@if "%1." == "." goto USE -@if "%2." == "." goto USE -@if "%TMPTEST%x" == "x" goto USE - -REM check for input file -@if NOT EXIST testcases.txt goto Err0 -@if NOT EXIST onetest.cmd goto Err3 -@if NOT EXIST input\nul goto Err4 - -REM set the runtime exe file -set TIDY=%1 -@if NOT EXIST %TIDY% goto ERR1 - -REM set the OUTPUT folder -set TIDYOUT=%2 -@if EXIST %TIDYOUT%\nul goto GOTDIR -@echo Folder '%TIDYOUT%' does not exist ... it will be created? ... Ctrl+C to EXIT! -@pause -@md %TIDYOUT% -@if NOT EXIST %TIDYOUT%\nul goto Err2 -:GOTDIR - -@set TMPCNT=0 -@for /F "tokens=1*" %%i in (testcases.txt) do @set /A TMPCNT+=1 -@echo =============================== > %TMPTEST% -@echo Date %DATE% %TIME% >> %TMPTEST% -@echo Tidy EXE %TIDY%, version >> %TMPTEST% -@%TIDY% -v >> %TMPTEST% -@echo Input list of %TMPCNT% tests from 'testcases.txt' file >> %TMPTEST% -@echo Outut will be to the '%TIDYOUT%' folder >> %TMPTEST% -@echo =============================== >> %TMPTEST% - -@echo Doing %TMPCNT% tests from 'testcases.txt' file... -@set ERRTESTS= -@for /F "tokens=1*" %%i in (testcases.txt) do @call onetest.cmd %%i %%j -@echo =============================== >> %TMPTEST% -@if "%ERRTESTS%." == "." goto DONE -@echo ERROR TESTS [%ERRTESTS%] ... -@echo ERROR TESTS [%ERRTESTS%] ... >> %TMPTEST% -:DONE -@echo End %DATE% %TIME% >> %TMPTEST% -@echo =============================== >> %TMPTEST% -@echo. -@echo See %TMPTEST% file for list of tests done... -@echo And compare folders 'diff -u testbase %TIDYOUT% ^> temp.diff' -@echo and check any differences carefully... If acceptable update 'testbase' accordingly... -@echo. -goto END - -:ERR0 -echo ERROR: Can not locate 'testcases.txt' ... check name, and location ... -goto END -:ERR1 -echo ERROR: Can not locate %TIDY% ... check name, and location ... -goto END -:ERR2 -echo ERROR: Can not create %TIDYOUT% folder ... check name, and location ... -goto END -:ERR3 -echo ERROR: Can not locate 'onetest.cmd' ... check name, and location ... -goto END -:ERR4 -echo ERROR: Can not locate 'input' folder ... check name, and location ... -goto END - -:USE -@echo Usage of ALLTEST1.CMD ......................................... -@echo Env TMPTEST must be set to a log file name. -@echo AllTest1 tidy.exe Out_Folder -@echo tidy.exe - This is the Tidy.exe you want to use for the test. -@echo Out_Folder - This is the FOLDER where you want the results put. -@echo This folder will be created if it does not already exist. -@echo ================================== -@echo ALLTEST1.CMD will run a battery of test files in the input folder -@echo Each test name, has an expected result, given in testcases.txt -@echo There will be a warning if any test file fails to give this result. -@echo ================================== -@echo But the main purpose is to compare the 'results' of two version of -@echo any two Tidy runtime exe's. Thus after you have two sets of results, -@echo in separate folders, the idea is to compare these two folders. -@echo Any directory compare utility will do, or you can download, and use -@echo a WIN32 port of GNU diff.exe from http://unxutils.sourceforge.net/ -@echo ................................................................ -@goto END - -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/alltest2.bat b/HTMLTidy/vendor/tidy-html5/test/alltest2.bat deleted file mode 100644 index cc3639d8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/alltest2.bat +++ /dev/null @@ -1,89 +0,0 @@ -@setlocal -@echo off - -REM alltest2.bat - execute all test cases -REM - -@if "%1." == "." goto USE -@if "%2." == "." goto USE - -REM check for input file -@if NOT EXIST testcases.txt goto Err0 -@if NOT EXIST onetest2.bat goto Err3 -@if NOT EXIST input\nul goto Err4 -@if NOT EXIST testbase\nul goto Err5 -@diff --version >nul -@if ERRORLEVEL 1 goto Err6 - -REM set the runtime exe file -set TIDY=%1 -@if NOT EXIST %TIDY% goto ERR1 - -REM set the OUTPUT folder -set TIDYOUT=%2 -@if EXIST %TIDYOUT%\nul goto GOTDIR -@echo Folder '%TIDYOUT%' does not exist ... it will be created? ... Ctrl+C to EXIT! -@pause -@md %TIDYOUT% -@if NOT EXIST %TIDYOUT%\nul goto Err2 -:GOTDIR -@set TMPTEST=temptest.txt -@if EXIST %TMPTEST% @del %TMPTEST% - -@echo Processing input test case list from testcases.txt -@echo Each test will be passed to onetest1.bat for processing... - -@set ERRTESTS= -for /F "tokens=1*" %%i in (testcases.txt) do call onetest2.bat %%i %%j -@if "%ERRTESTS%." == "." goto DONE -@echo ERROR TESTS [%ERRTESTS%] ... -:DONE -@echo Completed all test... full output written to %TMPTEST% -goto END - -:ERR0 -echo ERROR: Can not locate 'testcases.txt' ... check name, and location ... -goto END -:ERR1 -echo ERROR: Can not locate %TIDY% ... check name, and location ... -goto END -:ERR2 -echo ERROR: Can not create %TIDYOUT% folder ... check name, and location ... -goto END -:ERR3 -echo ERROR: Can not locate 'onetest2.bat' ... check name, and location ... -goto END -:ERR4 -echo ERROR: Can not locate 'input' folder ... check name, and location ... -goto END -:ERR5 -echo ERROR: Can not locate 'testbase' folder ... check name, and location ... -goto END -:ERR6 -echo ERROR: Seem unable to run 'diff'! Either intall 'diff' in your path, -@echo or *** FIX ME *** to use a some other file compare untility. -goto END - -:USE -@echo Usage of ALLTEST2.BAT ......................................... -@echo AllTest2 tidy.exe Out_Folder -@echo tidy.exe - This is the Tidy.exe you want to use for the test. -@echo Out_Folder - This is the FOLDER where you want the results put. -@echo This folder will be created if it does not already exist. -@echo ================================== -@echo ALLTEST2.BAT will run a battery of test files in the input folder -@echo Each test name, has an expected result, given in testcases.txt -@echo There will be a warning if any test file fails to give this result. -@echo ================================== -@echo But the main purpose is to compare the 'results' of two version of -@echo any two Tidy runtime exe's. Thus the NEW sets of results, -@echo will be compareed these two folders. -@echo Probably any file compare utility can be used, but here 'diff' -@echo is used. -@echo ================================== -@echo Essentially this batch file should be run using alltestc.bat, -@echo which establishes some of the variable needed. -@echo ................................................................ -@goto END - -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/alltestc.bat b/HTMLTidy/vendor/tidy-html5/test/alltestc.bat deleted file mode 100644 index 9b106a40..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/alltestc.bat +++ /dev/null @@ -1,27 +0,0 @@ -@setlocal - -@REM alltestc.bat - execute all test cases -@REM - -@REM ######################################################## -@REM ### *** SET LOCATION OF TIDY EXE TO USE FOR TEST *** ### -@REM ### (for MS compiler users) ### -@REM ######################################################## -@REM This is the location of the cmake build output using the MSVC Generator -@set TMPEXE=..\build\cmake\Release\tidy.exe -@if NOT EXIST %TMPEXE% goto NOEXE - -@set TMPTEST=temptests.txt -@if EXIST %TMPTEST% @del %TMPTEST% - -@echo Doing: 'alltest2 %TMPEXE% temp-5' - -@call alltest2 %TMPEXE% temp-5 - -@goto END - -:NOEXE -@echo. -@echo Error: Can NOT locate %TMPEXE%! Has it been built? -@echo *** FIX ME *** setting the location of the EXE to use for the test -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/cmp.sh b/HTMLTidy/vendor/tidy-html5/test/cmp.sh deleted file mode 100755 index 86348947..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/cmp.sh +++ /dev/null @@ -1,109 +0,0 @@ -#!/bin/sh -#< cmp.sh - 20140805 -# If you have the tidied HTML output from two version of 'tidy' then -# this can COMPARE the files ONE BY ONE -# -BN=`basename $0` - -TMPDIR1=$1 -TMPDIR2=$2 -OUTLOG="temp.diff" -TMPDOP="-ua" - -usage() -{ - echo "" - echo "Usage: ./$BN directory1 directory2" - echo "" - echo "$BN: If you have the tidied HTML output from two version of 'tidy' then " - echo "$BN: this can COMPARE the output files ONE BY ONE, output to $OUTLOG" - echo "" -} - -d_now() -{ - date +%Y%m%d%H%M%S -} - -if [ -z "$TMPDIR1" ] || [ -z "$TMPDIR2" ] || [ "$TMPDIR1" = "--help" ] || [ "$TMPDIR1" = "-h" ] || [ "$TMPDIR1" = "-?" ]; then - usage - exit 1 -fi - - -if [ ! -d "$TMPDIR1" ]; then - usage - echo "$BN: Can NOT locate directory 1 '$TMPDIR1'!" - exit 1 -fi - -if [ ! -d "$TMPDIR2" ]; then - usage - echo "$BN: Can NOT locate directory 2 '$TMPDIR2'!" - exit 1 -fi - -shift -shift - -TMPCNT1=0 -TMPCNT2=0 -SAMECNT=0 -DIFFCNT=0 -DIFFFILES="" - -# 20150917 - Maybe should be ALL, not just html -TMPMASK="*" -# TMPMASK="*.html" - -for fil in $TMPDIR1/$TMPMASK; do - TMPCNT1=`expr $TMPCNT1 + 1` -done - -for fil in $TMPDIR2/$TMPMASK; do - TMPCNT2=`expr $TMPCNT2 + 1` -done - -echo "$BN: Found $TMPCNT1 files in $TMPDIR1" -echo "$BN: Found $TMPCNT2 files in $TMPDIR2" - -if [ -f "$OUTLOG" ]; then - rm -f $OUTLOG -fi - -TMPNOW=`d_now` -echo "$BN: Compare of '$TMPDIR1' and '$TMPDIR2' on $TMPNOW" >> $OUTLOG -echo "$BN: Found $TMPCNT1 files in $TMPDIR1" >> $OUTLOG -echo "$BN: Found $TMPCNT2 files in $TMPDIR2" >> $OUTLOG - -for fil in $TMPDIR1/$TMPMASK; do - bfil=`basename $fil` - if [ -f "$TMPDIR2/$bfil" ]; then - diff $TMPDOP $TMPDIR1/$bfil $TMPDIR2/$bfil >> $OUTLOG - if [ "$?" = "0" ]; then - echo "diff $TMPDOP $TMPDIR1/$bfil $TMPDIR2/$bfil are the SAME" >> $OUTLOG - SAMECNT=`expr $SAMECNT + 1` - else - echo "diff $TMPDOP $TMPDIR1/$bfil $TMPDIR2/$bfil are DIFFERENT! *** CHECK DIFFERENCE ***" >> $OUTLOG - DIFFCNT=`expr $DIFFCNT + 1` - DIFFFILES="$DIFFFILES $bfil" - fi - else - echo "$BN: File $bfil not found in dir 2 $TMPDIR2" >> $OUTLOG - fi -done -TOTCNT=`expr $SAMECNT + $DIFFCNT` -echo "" >> $OUTLOG -echo "$BN: Of the $TOTCNT compares made, $SAMECNT are the SAME, $DIFFCNT are DIFFERENT" -echo "$BN: Of the $TOTCNT compares made, $SAMECNT are the SAME, $DIFFCNT are DIFFERENT" >> $OUTLOG -if [ ! "$DIFFCNT" = "0" ]; then - echo "$BN: VERIFY $DIFFCNT $DIFFFILES" - echo "$BN: VERIFY $DIFFCNT $DIFFFILES" >> $OUTLOG -fi -echo "" >> $OUTLOG - -echo "$BN: Full results are in $OUTLOG" -echo "" - -# eof - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/README.html5.txt b/HTMLTidy/vendor/tidy-html5/test/html5/README.html5.txt deleted file mode 100644 index 2bd6c799..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/README.html5.txt +++ /dev/null @@ -1,23 +0,0 @@ -README.html5.txt - 20140805 - -This folder contains about 30 HTML5 coded examples, using each of the 'new' tags -added in HTML5. - -Running these files through standard 2009 tidy should produce errors/warnings -like Error:
    is not recognized, and will probably declare - -Info: Document content looks like HTML Proprietary. - -A batch file, testhtml5.cmd is provided to run these tests using the tidy5.exe -built using build/cmake... system, namely expects the EXE to be at - ..\..\build\cmake\Release\tidy5.exe. - -If you have used some 'other' build system, then the batch file may have to be -adjusted to find the correct EXE to use. - -At the end it will report the number of tests taht failed, which should be ZERO -for a successful run. - -Enjoy. - -# eof - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/article.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/article.org.html deleted file mode 100644 index e9d18c48..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/article.org.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - -HTML5 article tag - - - -
    -

    Google Chrome

    -

    Google Chrome is a free, open-source web browser developed by Google, released in 2008.

    -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/aside.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/aside.org.html deleted file mode 100644 index 054ef6fe..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/aside.org.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -Minimum HTML5 document - - - - -

    My family and I visited The Epcot center this summer.

    - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/atemplate.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/atemplate.org.html deleted file mode 100644 index 037bbf0e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/atemplate.org.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - HTML5 template tag - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/bdi.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/bdi.org.html deleted file mode 100644 index 374cc178..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/bdi.org.html +++ /dev/null @@ -1,24 +0,0 @@ - - - -HTML5 bdi element - - - - -

    -In the example below, usernames are shown along with the number of points in a contest. -If the bdi element is not supported in the browser, the username of the Arabic user would confuse the text (the bidirectional algorithm would put the colon and the number "90" next to the word "User" rather than next to the word "points"). -

    - -
      -
    • User hrefs: 60 points
    • -
    • User jdoe: 80 points
    • -
    • User إيان: 90 points
    • -
    - -

    Note: The bdi element is currently supported only in Firefox and Chrome.

    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/cleanup.bat b/HTMLTidy/vendor/tidy-html5/test/html5/cleanup.bat deleted file mode 100644 index 785a3305..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/cleanup.bat +++ /dev/null @@ -1,23 +0,0 @@ -@setlocal -@set TMPCNT1=0 -@if EXIST tempout ( -@echo Cleaning and removing tempout folder... -@cd tempout -@del *.html >nul -@del *.txt >nul -@cd .. -@rd tempout -@set /A TMPCNT1+=1 -) - -@if EXIST temp* ( -@echo Removing temp* file -@del temp* >nul -@set /A TMPCNT1+=1 -) - -@if "%TMPCNT1%x" == "0x" ( -@echo Appears nothing to clean up! -) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/datalist.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/datalist.org.html deleted file mode 100644 index 67524606..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/datalist.org.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -HTML5 datalist tag - - - -
    - - - - -
    - -

    Note: The datalist tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/datalist2.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/datalist2.org.html deleted file mode 100644 index 90676ce7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/datalist2.org.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - HTML5 datalist2 - - - - -
    -

    Select city

    -

    - - - -

    -

    - -

    -
    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/datalist3.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/datalist3.org.html deleted file mode 100644 index ca09acb9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/datalist3.org.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - HTML5 form input datalist 3 - - - - - -
    -

    Select the city 1 - - - -

    - -
    -

    Select the city 2 - - - - -

    - -
    -

    Select browser - - - - -

    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/details.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/details.org.html deleted file mode 100644 index 2bd71b3c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/details.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -HTML5 details - - - - -
    -Copyright 1999-2014. -

    - by Refsnes Data. All Rights Reserved.

    -

    All content and graphics on this web site are the property of the company Refsnes Data.

    -
    - -

    Note: The details tag is currently only supported in Opera, Chrome, and in Safari 6.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/dialog.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/dialog.org.html deleted file mode 100644 index 178b0927..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/dialog.org.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -HTML5 dialog element - - - - -

    Note: The dialog tag is only supported in Chrome Canary and Safari 6.

    - - - - - - - - - - - - -
    January This is an open dialog windowFebruaryMarch
    312831
    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/figure.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/figure.org.html deleted file mode 100644 index 86f7456f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/figure.org.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - -HTML5 figure and figcaption - - - -

    The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.

    - -
    - The Pulpit Rock -
    Fig.1 - A view of the pulpit rock in Norway.
    -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/footer.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/footer.org.html deleted file mode 100644 index 275330e1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/footer.org.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - -HTML5 footer tag - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/formselect.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/formselect.org.html deleted file mode 100644 index 24e6d1fa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/formselect.org.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - HTML form/select/option - - - - -
    -

    Which course would you like to watch today? -

    -

    -

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/formselect2.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/formselect2.org.html deleted file mode 100644 index 4d0c43a0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/formselect2.org.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -HTML form/select/option 2 - - -
    -

    Which course would you like to watch today? -

    - -

    -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/header.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/header.org.html deleted file mode 100644 index a252a5f2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/header.org.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - -HTML5 header for article - - - -
    -
    -

    Internet Explorer 9

    -

    -
    -

    Windows Internet Explorer 9 (abbreviated as IE9) was released to - the public on March 14, 2011 at 21:00 PDT.....

    -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/README.html4.txt b/HTMLTidy/vendor/tidy-html5/test/html5/html4/README.html4.txt deleted file mode 100644 index 2e1a20eb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/README.html4.txt +++ /dev/null @@ -1,58 +0,0 @@ -README.html4.txt - 20140805 - -## Tests 1 - -This folder contains about dozen HTML files, each using a tag or tags REMOVED from HTML5, -all named *4.html - -Running these files through standard 2009 tidy should mostly produce no errors or warnings. - -However if a HTML 5 aware tidy is used, and doctype: html5 is configured, EACH should -have warnings and/or errors... - -A batch file, testhtml4.cmd is provided to run these tests using the tidy5.exe -built using build/cmake... system, namely expects the EXE to be at - - - ..\..\..\build\cmake\Release\tidy5.exe. - -If you have used some 'other' build system, then the batch file may have to be -adjusted to find the correct EXE to use. - -At the end it will report the number of tests that failed, which should be ZERO -for a successful run. Remember here success is when a warning or error is produced, -and a FAILURE if a clean run. - -There is also a cleanup.bat to delete the products produced by this test. - -## Tests 2 - -This folder contains about 14 HTML files, each using a tag or tags REMOVED from HTML5, -all named *5.html. A lot of the tests came from reading - - http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html -A text copy, obsolete.txt is included in this folder. - -These were use to test an develop the CheckHTML5(doc,node) service. And there are -a set of batch file to run these tests, named test*.bat, and some 'special' -batch file like - - -setexe.bat - This is called by all others to set the location of the EXE to use. This - file will need to be ADJUST to point to where the Tidy EXE that you want to use. - -testone.bat - After setting the input file, each test????.bat calls this to conduct - four (4) tests - - Using configure DOCTYPE AND CLEAN - Using configure DOCTYPE but NO CLEAN - Using configure CLEAN but NO DOCTYPE - Using configure NO CLEAN and NO DOCTYPE - -All the output is redirected to tempinfo.html - -The set of test batch files is - -testacro.bat testbig.bat testbody.bat testcent.bat testcent2.bat testdir.bat -testfont.bat testi2.bat teststrike.bat testtt.bat - -The name generally indicates the tag or attribute being tested... - -Enjoy. - -# eof diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/acronym4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/acronym4.html deleted file mode 100644 index cdc891d4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/acronym4.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - acronym - - - -

    An acronym for the World Wide Web is - WWW -

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/acronym5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/acronym5.html deleted file mode 100644 index aa0eccfe..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/acronym5.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - acronym - - - - -

    An acronym for the World Wide Web is - WWW -

    -

    This file contains <acronym title="World Widw Web">WWW</acronym> -

    -

    The 'experimental' Nu Markup Checker flags this as an ERROR with the string - "Error: The acronym element is obsolete. Use the abbr element instead." -

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/align5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/align5.html deleted file mode 100644 index d304b5b4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/align5.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - align5.html - align attribute to css - - - - -

    Using align="center"

    -

    This file contains an element <h1 align="center">, but it also applies - to any element, like <p..., <table, etc... -

    -

    The 'experimental' Nu Markup Checker flags this as an HTML5 ERROR with the string - "Error: The align attribute on the h1 element is obsolete. Use CSS instead." -

    - -

    If 'clean' at present tidy 'silently' replaces this with CSS in TY_(CleanDocument)(doc), - in Style2Rule( TidyDocImpl* doc, Node *node), using TY_(AttrGetById)(node, TidyAttr_STYLE); -

    - -

    Q: Should this behaviour be modified? -

    -

    A: There are various possibilities
    -

      -
    • If the document is configured (or found?) to be HTML5, then -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      • Clean not configured -
          -
        • No fix, with no warning or error, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      -
    • Else if NOT configured (or found?) to be HTML5 -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        -
      • Clean not configured -
          -
        • Flag as a warning -
        • Flag as an error -
        • No warning or error, as now -
        -
      -
    - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/applet4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/applet4.html deleted file mode 100644 index 498bcad1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/applet4.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - applet - - - -

    An applet tag not supported in HTML5

    - - -Java applet that draws animated bubbles. - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/applet5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/applet5.html deleted file mode 100644 index 4f99db79..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/applet5.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - applet - - - -

    An applet tag is not supported in HTML5

    - - -Java applet that draws animated bubbles. - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/basefont4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/basefont4.html deleted file mode 100644 index b68a33da..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/basefont4.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - -HTML Test - - - - - - -

    This line of text is before the basefont tag.

    - -

    This is the first line of text after the basefont tag.

    -

    This is the second line of text after the basefont tag.

    - -

    Note: The basefont tag is not supported by most browsers. This line uses an alternative CSS -which could be associated to the body to effect the whole document. -

    - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/basefont5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/basefont5.html deleted file mode 100644 index bc8e8f11..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/basefont5.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -basefont - - - - - - -

    This line of text is before the basefont tag.

    - -

    This is the first line of text after the basefont tag.

    -

    This is the second line of text after the basefont tag.

    - -

    Note: The basefont tag is not supported by most browsers. This line uses an alternative CSS -which could be associated to the body to effect the whole document. -

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/big4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/big4.html deleted file mode 100644 index 3ab39410..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/big4.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - big tag - - - -

    Normal text Bigger text

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/big5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/big5.html deleted file mode 100644 index e9a4c37a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/big5.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - big tag - - - - -

    Normal text, then some <big> bigger text

    -

    Similar text, using span bigger text

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/blink5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/blink5.html deleted file mode 100644 index fbc0fc0f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/blink5.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - blink tag - - - - -

    Normal text, then some blink

    -

    Similar text, using span blink

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/bodyatts5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/bodyatts5.html deleted file mode 100644 index 0cd81162..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/bodyatts5.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - bodyatts5.html - body attribute to css - - - - -

    This file contains a body element <body background="images/non-existing.jpg"> -

    -

    The 'experimental' Markup Validation Service flags this as an HTML5 ERROR with the string - "The background attribute on the body element is obsolete. Use CSS instead." -

    -

    If 'clean' at present tidy 'silently' replaces this with CSS in CleanBodyAttrs( TidyDocImpl* doc, Node* body ), - called from CreateStyleElement( doc ), in void TY_(CleanDocument)( TidyDocImpl* doc ) -

    -

    Q: Should this behaviour be modified? -

    -

    A: There are various possibilities
    -

      -
    • If the document is configured (or found?) to be HTML5, then -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      • Clean not configured -
          -
        • No fix, with no warning or error, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      -
    • If NOT configured (or found?) to be HTML5 -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        -
      • Clean not configured -
          -
        • Flag as a warning -
        • Flag as an error -
        • No warning or error, as now -
        -
      -
    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/center25.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/center25.html deleted file mode 100644 index 81ae2d51..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/center25.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - center25.html - center tag on table - - - - -
    - - -
    Table centered by <center>
    -
    -

    This file contains <center;> ... </center;> -

    -

    The 'experimental' Nu Markup Checker flags this as an HTML5 ERROR with the string - "Error: The center element is obsolete. Use CSS instead." -

    - -

    If 'clean' at present tidy 'silently' replaces this with a <div class="c1">, and - add the CSS in TY_(CleanDocument)(doc), ... -

    - -

    Q: Should this behaviour be modified? -

    -

    A: There are various possibilities
    -

      -
    • If the document is configured (or found?) to be HTML5, then -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      • Clean not configured -
          -
        • No fix, with no warning or error, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      -
    • Else if NOT configured (or found?) to be HTML5 -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        -
      • Clean not configured -
          -
        • Flag as a warning -
        • Flag as an error -
        • No warning or error, as now -
        -
      -
    - -

    Also perhaps Tidy5 needs another configuration parameter as suggested by the validator.w3.org, - namely "HTML4-specific tokenization errors are enabled." That is being - able to clearly inform tidy that is the document is to be taken as HTML5, then certain - tags are to be an error. -

    - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/center4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/center4.html deleted file mode 100644 index 9195d894..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/center4.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - center tag - - - -
    -

    This text will be center-aligned.

    -
    -

    Nomal left text

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/center5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/center5.html deleted file mode 100644 index aa87b7d5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/center5.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - center tag - - - - -
    -

    This text will be center-aligned.

    -
    - -

    Nomal left text

    - -

    Center aligned by CSS

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/cleanup.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/cleanup.bat deleted file mode 100644 index 7d50bdc6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/cleanup.bat +++ /dev/null @@ -1,23 +0,0 @@ -@setlocal -@set TMPCNT1=0 -@if EXIST tempout ( -@echo Cleaning and removing tempout folder... -@cd tempout -@del *.html >nul -@del *.txt >nul -@cd .. -@rd tempout -@set /A TMPCNT1+=1 -) - -@if EXIST temphtml4.cfg ( -@echo Removing temphtml4.cfg file -@del temphtml4.cfg >nul -@set /A TMPCNT1+=1 -) - -@if "%TMPCNT1%x" == "0x" ( -@echo Appears nothing to clean up! -) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/dir4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/dir4.html deleted file mode 100644 index 4fb802f0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/dir4.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - dir tag - - - -

    dir tag for a list...

    - -
  • html
  • -
  • xhtml
  • -
  • css
  • -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/dir5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/dir5.html deleted file mode 100644 index 437e1cb8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/dir5.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - dir tag - - - -

    dir tag for a list...

    - -
  • html
  • -
  • xhtml
  • -
  • css
  • -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/font4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/font4.html deleted file mode 100644 index 135e4ea8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/font4.html +++ /dev/null @@ -1,17 +0,0 @@ - - -font tag - - - - -

    Some text, size=3, color=red!

    - -

    Some text, size=2, color=blue!

    - -

    Some text, face=verdana, color=green!

    - -

    Note: The font element is not supported in HTML5. Use CSS instead.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/font5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/font5.html deleted file mode 100644 index 62de3d3e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/font5.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -font tag - - - -

    Some text, size=3, color=red!

    - -

    Some text, size=2, color=blue!

    - -

    Some text, face=verdana, color=green!

    - -

    Note: The font element is not supported in HTML5. Use CSS instead.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_a.htm b/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_a.htm deleted file mode 100644 index 5a55ae77..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_a.htm +++ /dev/null @@ -1,6 +0,0 @@ - - -

    Frame A

    -

    Note: The frameset, frame, and noframes elements are not supported in HTML5.

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_b.htm b/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_b.htm deleted file mode 100644 index 3c6ad17f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_b.htm +++ /dev/null @@ -1,5 +0,0 @@ - - -

    Frame B

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_c.htm b/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_c.htm deleted file mode 100644 index 2decbb5e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frame_c.htm +++ /dev/null @@ -1,5 +0,0 @@ - - -

    Frame C

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frameset4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/frameset4.html deleted file mode 100644 index 95da75a0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frameset4.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - frameset, frame, noframes tags - - - - - - - - -frameset, frame not supported - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frameset5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/frameset5.html deleted file mode 100644 index dd6f14d0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/frameset5.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - frameset, frame, noframes tags - - - - - - - - -<p>frameset, frame not supported</p> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/index2.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/index2.html deleted file mode 100644 index e226a4fc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/index2.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Geoff McLane Wanadoo Home Page - - - - -

    - Geoff McLane Wanadoo Home Page -

    - -

    - Go To Geoff McLane Home Page -

    - -

    - To go to my main site, click on the above link, or the image below! -

    - -
    - - - - -
    - image of me -
    -
    - -

    - checked by tidy  Valid HTML 5 -

    - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/marquee5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/marquee5.html deleted file mode 100644 index 861e7ae4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/marquee5.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - marquee - - - - Marquee scrolling text across the page - -

    A marquee tag is not supported in HTML5

    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/obsolete.txt b/HTMLTidy/vendor/tidy-html5/test/html5/html4/obsolete.txt deleted file mode 100644 index 6a11530d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/obsolete.txt +++ /dev/null @@ -1,1099 +0,0 @@ -Processing file obsolete.html ... - -HTML Living Standard — Last Updated 6 August 2014 - -14 Rendering — Table of Contents — 16 IANA considerations → 15 Obsolete features 15.1 Obsolete but conforming features 15.1.1 Warnings for obsolete but conforming features 15.2 Non-conforming features 15.3 Requirements for implementations 15.3.1 The applet element 15.3.2 The marquee element 15.3.3 Frames 15.3.4 Other elements, attributes and APIs 15 Obsolete features - -15.1 Obsolete but conforming features - -Features listed in this section will trigger warnings in conformance checkers. - -Authors should not specify a border attribute on an img element. -If the attribute is present, its value must be the string " 0". CSS should be used instead. - -Authors should not specify a language attribute on a script element. If the attribute is present, its value must be an ASCII -case-insensitive match for the string " JavaScript " and either the -type attribute must be omitted or its value must be an -ASCII case-insensitive match for the string " text/javascript ". -The attribute should be entirely omitted instead (with the value " JavaScript ", it has no effect), -or replaced with use of the type attribute. - -Authors should not specify the name attribute on a elements. If the attribute is present, its value must not be the empty string and -must neither be equal to the value of any of the IDs in the element's home subtree other than the element's own ID , -if any, nor be equal to the value of any of the other name attributes on a elements in the element's home -subtree . If this attribute is present and the element has an ID , then the attribute's value must be equal to the -element's ID . In earlier versions of the language, this attribute was intended as -a way to specify possible targets for fragment identifiers in URLs . The id attribute should be used instead. - -Authors should not, but may despite requirements to the contrary elsewhere in this specification, specify the -maxlength and size attributes on input elements whose type attributes are in the Number state. One valid reason for -using these attributes regardless is to help legacy user agents that do not support input elements with -type="number" to still render the text field with a useful width. - -In the HTML syntax , specifying a DOCTYPE that is an obsolete permitted DOCTYPE will also -trigger a warning. - -15.1.1 Warnings for obsolete but conforming features - -To ease the transition from HTML4 Transitional documents to the language defined in -this specification, and to discourage certain features that are only allowed in very few -circumstances, conformance checkers must warn the user when the following features are used in a -document. These are generally old obsolete features that have no effect, and are allowed only to -distinguish between likely mistakes (regular conformance errors) and mere vestigial markup or -unusual and discouraged practices (these warnings). - -The following features must be categorised as described -above: - -The presence of an obsolete permitted DOCTYPE in an HTML document. -The presence of a border attribute on an img element if its value is the string " 0". -The presence of a language attribute on a script element if its value is an ASCII case-insensitive match for the -string " JavaScript " and if there is no type attribute or there is and its value is an ASCII -case-insensitive match for the string " text/javascript ". -The presence of a name attribute on an a element, if its value is not the empty string. -The presence of a maxlength attribute on an input element whose type attribute is in the -Number state. The presence of a size attribute on an input element whose type attribute is in the Number state. - -Conformance checkers must distinguish between pages that have no conformance errors and have -none of these obsolete features, and pages that have no conformance errors but do have some of -these obsolete features. - -For example, a validator could report some pages as "Valid HTML" and others as -"Valid HTML with warnings". - -15.2 Non-conforming features - -Elements in the following list are entirely obsolete, and must not be used by authors: - -applet Use embed or object instead. -acronym Use abbr instead. -bgsound Use audio instead. -dir Use ul instead. -frame frameset noframes Either use iframe and CSS instead, or use server-side includes to generate -complete pages with the various invariant parts merged in. isindex Use an explicit form and text field -combination instead. listing Use pre and code instead. nextid Use GUIDs instead. noembed Use object instead of -embed when fallback is necessary. plaintext Use the " text/plain " MIME type instead. -rb Providing the ruby base directly inside the ruby element is sufficient; the rb element is unnecessary. Omit it altogether. -strike Use del instead if the element is marking an edit, otherwise use s instead. -xmp Use pre and code instead, and escape " < " and " & " characters as " < " and " & " respectively. -basefont big blink center font marquee multicol nobr spacer tt - -Use appropriate elements or CSS instead. - -Where the tt element would have been used for marking up keyboard input, -consider the kbd element; for variables, consider the var element; for -computer code, consider the code element; and for computer output, consider the -samp element. - -Similarly, if the big element is being used to denote a heading, consider using -the h1 element; if it is being used for marking up important passages, consider the -strong element; and if it is being used for highlighting text for reference -purposes, consider the mark element. - -See also the text-level semantics usage summary for more -suggestions with examples. - -The following attributes are obsolete (though the elements are still part of the language), and -must not be used by authors: - -charset on a elements -charset on link elements Use an HTTP Content-Type header on the linked resource instead. -coords on a elements -shape on a elements Use area instead of a for image maps. -methods on a elements -methods on link elements Use the HTTP OPTIONS feature instead. -name on a elements (except as noted in the previous section) -name on embed elements -name on img elements -name on option elements Use the id attribute instead. -rev on a elements -rev on link elements Use the rel attribute instead, with an opposite term. (For example, instead of -rev="made" , use rel="author" .) urn on a elements urn on link elements Specify the preferred persistent -identifier using the href attribute instead. accept on form elements Use the accept attribute directly -on the input elements instead. nohref on area elements Omitting the href -attribute is sufficient; the nohref attribute is -unnecessary. Omit it altogether. profile on head elements When used for declaring which meta terms are -used in the document, unnecessary; omit it altogether, and register the names .When used for triggering -specific user agent behaviors: use a link element instead. -version on html elements Unnecessary. Omit it altogether. -ismap on input elements Unnecessary. Omit it altogether. All input elements with a type attribute in the Image -Button state are processed as server-side image maps. -usemap on input elements Use img instead of input for image maps. -longdesc on iframe elements -longdesc on img elements Use a regular a element to link to the -description, or (in the case of images) use an image -map to provide a link from the image to the image's -description. -lowsrc on img elements Use a progressive JPEG image (given in the src attribute), -instead of using two separate images. -target on link elements Unnecessary. Omit it altogether. scheme on meta elements Use only one scheme per field, or -make the scheme declaration part of the value. -archive on object elements -classid on object elements -code on object elements -codebase on object elements -codetype on object elements Use the data and type attributes to invoke plugins . To set parameters with these names -in particular, the param element can be used. -declare on object elements Repeat the object element completely each time the resource is to be reused. -standby on object elements Optimise the linked resource so that it loads quickly or, at least, incrementally. -type on param elements -valuetype on param elements Use the name and value attributes without declaring value types. -language on script elements (except as noted in the previous section) Use the type attribute instead. -event on script elements -for on script elements Use DOM Events mechanisms to register event listeners. [DOM] -media on source elements Use script to select the media resource(s) to use. -datapagesize on table elements Unnecessary. Omit it altogether. -summary on table elements Use one of the techniques for describing tables given in the table section instead. -abbr on td elements Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. -The title attribute can also be useful in including more detailed text, so that the cell's contents can be made terse. -If it's a heading, use th (which has an abbr attribute). - -axis on td and th elements Use the scope attribute on the relevant th . - -scope on td elements Use th elements for heading cells. - -datasrc on a , applet , button , div , frame , iframe , img , input , label , legend , marquee , object , option , select , span , table , and textarea elements datafld on a , applet , button , div , fieldset , frame , iframe , img , input , label , legend , marquee , object , param , select , span , and textarea elements dataformatas on button , div , input , label , legend , marquee , object , option , select , span , and table elements -Use script and a mechanism such as XMLHttpRequest to populate the page dynamically. [XHR] -alink on body elements -bgcolor on body elements -bottommargin on body elements -leftmargin on body elements -link on body elements -marginheight on body elements -marginwidth on body elements -rightmargin on body elements -text on body elements -margintop on body elements -vlink on body elements -clear on br elements -align on caption elements -align on col elements -char on col elements -charoff on col elements -valign on col elements -width on col elements -align on div elements -compact on dl elements -align on embed elements -hspace on embed elements -vspace on embed elements -align on hr elements -color on hr elements -noshade on hr elements -size on hr elements -width on hr elements -align on h1 — h6 elements -align on iframe elements -allowtransparency on iframe elements -frameborder on iframe elements -hspace on iframe elements -marginheight on iframe elements -marginwidth on iframe elements -scrolling on iframe elements -vspace on iframe elements -align on input elements -border on input elements -hspace on input elements -vspace on input elements -align on img elements -border on img elements (except as noted in the previous section) -hspace on img elements -vspace on img elements -align on legend elements -type on li elements -compact on menu elements -align on object elements -border on object elements -hspace on object elements -vspace on object elements -compact on ol elements -align on p elements -width on pre elements -align on table elements -bgcolor on table elements -border on table elements -bordercolor on table elements -cellpadding on table elements -cellspacing on table elements -frame on table elements -height on table elements -hspace on table elements -rules on table elements -vspace on table elements -width on table elements -align on tbody , thead , and tfoot elements -char on tbody , thead , and tfoot elements -charoff on tbody , thead , and tfoot elements -valign on tbody , thead , and tfoot elements -align on td and th elements -bgcolor on td and th elements -char on td and th elements -charoff on td and th elements -height on td and th elements -nowrap on td and th elements -valign on td and th elements -width on td and th elements -align on tr elements -bgcolor on tr elements -char on tr elements -charoff on tr elements -height on tr elements -valign on tr elements -compact on ul elements -type on ul elements -background on body , table , thead , tbody , tfoot , tr , td , and th elements Use CSS instead. - -15.3 Requirements for implementations - -15.3.1 The applet element - -The applet element is a Java-specific variant of the embed element. -The applet element is now obsoleted so that all extension frameworks (Java, .NET, Flash, etc) are handled in a consistent manner. - -When the element matches any of the following conditions, it represents its contents: - -The element is still in the stack of open elements of an HTML parser or XML parser. -The element is not in a Document. The element's Document is not fully active. -The element's Document's active sandboxing flag -set has its sandboxed plugins browsing context flag set. -The element has an ancestor media element. -The element has an ancestor object element that is not showing its fallback content. -No Java Language runtime plugin is available. A Java runtime plugin is available but it is disabled. - -Otherwise, the user agent should instantiate a Java Language runtime plugin , and -should pass the names and values of all the attributes on the element, in the order they were -added to the element, with the attributes added by the parser being ordered in source order, and -then a parameter named "PARAM" whose value is null, and then all the names and values of parameters given by param elements that are -children of the applet element, in tree order , to the plugin used. If the plugin supports a scriptable interface, the -HTMLAppletElement object representing the element should expose that interface. The applet element represents the plugin. - -The applet element is unaffected by the CSS 'display' property. The -Java Language runtime is instantiated even if the element is hidden with a 'display:none' CSS style. - -The applet element must implement the HTMLAppletElement interface. - -interface HTMLAppletElement : HTMLElement { -attribute DOMString align ; -attribute DOMString alt ; -attribute DOMString archive ; -attribute DOMString code ; -attribute DOMString codeBase ; -attribute DOMString height ; -attribute unsigned long hspace ; -attribute DOMString name ; -attribute DOMString _ object ; // the underscore is not part of the identifier -attribute unsigned long vspace ; -attribute DOMString width ; -}; - -The align , alt , archive , code , height , hspace , name , object , vspace , and width IDL attributes must reflect the -respective content attributes of the same name. For the purposes of reflection, the applet element's object content -attribute is defined as containing a URL. - -The codeBase IDL attribute must reflect the codebase content -attribute, which for the purposes of reflection is defined as containing a URL. - -15.3.2 The marquee element - -The marquee element is a presentational element that animates content. CSS -transitions and animations are a more appropriate mechanism. [CSSANIMATIONS] [CSSTRANSITIONS] - -The task source for tasks mentioned in this section is the DOM manipulation -task source . - -The marquee element must implement the HTMLMarqueeElement interface. - -interface HTMLMarqueeElement : HTMLElement { -attribute DOMString behavior ; -attribute DOMString bgColor ; -attribute DOMString direction ; -attribute DOMString height ; -attribute unsigned long hspace ; -attribute long loop ; -attribute unsigned long scrollAmount ; -attribute unsigned long scrollDelay ; -attribute boolean trueSpeed ; -attribute unsigned long vspace ; -attribute DOMString width ; -attribute EventHandler onbounce ; -attribute EventHandler onfinish ; -attribute EventHandler onstart ; -void start (); -void stop (); -}; - -A marquee element can be turned on or turned off . When it is created, it is turned on . - -When the start() method is called, the marquee element must be turned on . - -When the stop() method is called, the marquee element must be turned off . - -When a marquee element is created, the user agent must queue a task -to fire a simple event named start at the element. - -The behavior content attribute on -marquee elements is an enumerated attribute with the following keywords -(all non-conforming): - -Keyword -State -scroll -scroll -slide -slide -alternate -alternate - -The missing value default is the scroll state. - -The direction content attribute on -marquee elements is an enumerated attribute with the following keywords -(all non-conforming): - -Keyword -State -left -right -up -down - -The missing value default is the left state. - -The truespeed content attribute on marquee elements is a boolean attribute . - -A marquee element has a marquee scroll interval , which is obtained as follows: - -If the element has a scrolldelay attribute, -and parsing its value using the rules for parsing non-negative integers does not -return an error, then let delay be the parsed value. Otherwise, let delay -be 85. If the element does not have a truespeed -attribute, and the delay value is less than 60, then let delay be 60 -instead. The marquee scroll interval is delay , interpreted in milliseconds. - -A marquee element has a marquee scroll distance , which, if the element -has a scrollamount attribute, and -parsing its value using the rules for parsing non-negative integers does not return -an error, is the parsed value interpreted in CSS pixels, and otherwise is 6 CSS pixels. - -A marquee element has a marquee loop count , which, if the element has a -loop attribute, and parsing its value using the rules -for parsing integers does not return an error or a number less than 1, is the parsed value, -and otherwise is −1. - -The loop IDL attribute, on getting, must -return the element's marquee loop count ; and on setting, if the new value is -different than the element's marquee loop count and either greater than zero or equal -to −1, must set the element's loop content attribute -(adding it if necessary) to the valid integer that represents the new value. (Other -values are ignored.) - -A marquee element also has a marquee current loop index , which is zero -when the element is created. - -The rendering layer will occasionally increment the marquee current loop index , -which must cause the following steps to be run: - -If the marquee loop count is −1, then abort these steps. - -Increment the marquee current loop index by one. - -If the marquee current loop index is now equal to or greater than the element's -marquee loop count , turn off the -marquee element and queue a task to fire a simple event -named finish at the marquee element. - -Otherwise, if the behavior attribute is in the alternate state, then queue a -task to fire a simple event named bounce at the marquee element. - -Otherwise, queue a task to fire a simple event named start at the marquee element. - -The following are the event handlers (and their corresponding event handler event types ) that must be supported, -as event handler content attributes and event handler IDL attributes , by marquee elements: - -Event handler Event handler event type -onbounce bounce -onfinish finish -onstart start - -The behavior , direction , height , hspace , vspace , and width IDL attributes must reflect the -respective content attributes of the same name. - -The bgColor IDL attribute must reflect the bgcolor content attribute. - -The scrollAmount IDL attribute must reflect the scrollamount content attribute. The default value is 6. - -The scrollDelay IDL attribute must reflect the scrolldelay content attribute. The default value is 85. - -The trueSpeed IDL attribute must reflect the truespeed content attribute. - -15.3.3 Frames - -The frameset element acts as the body element in documents that use frames. - -The frameset element must implement the HTMLFrameSetElement interface. - -interface HTMLFrameSetElement : HTMLElement { -attribute DOMString cols ; -attribute DOMString rows ; -}; -HTMLFrameSetElement implements WindowEventHandlers ; - -The cols and rows IDL attributes of the frameset -element must reflect the respective content attributes of the same name. - -The frameset element exposes as event handler content attributes a -number of the event handlers of the Window object. It also mirrors their -event handler IDL attributes . - -The onblur , onerror , onfocus , onload , onresize , and onscroll -event handlers of the Window object, exposed on the -frameset element, replace the generic event handlers with the same names -normally supported by HTML elements . - -The frame element defines a nested browsing context -similar to the iframe element, but rendered within a frameset element. - -A frame element is said to be an active frame element when it is in a Document . - -When a frame element is created as an active frame -element , or becomes an active frame element after not having been -one, the user agent must create a nested browsing context , and then process the -frame attributes for the first time. - -When a frame element stops being an active frame element , the user agent must discard -the nested browsing context . - -Whenever a frame element with a nested browsing context has its src attribute set, changed, or removed, the user agent must -process the frame attributes . - -When the user agent is to process the frame attributes , it must run the -first appropriate steps from the following list: - -If the element has no src attribute specified, and the -user agent is processing the frame 's attributes for the first time - -Queue a task to fire a simple event named load at the frame element. - -Otherwise - -If the value of the src attribute is the empty string, let url be the string " about:blank ". - -Otherwise, resolve the value of the src attribute, relative to the frame element. - -If that is not successful, then let url be the string -" about:blank ". Otherwise, let url be the resulting -absolute URL . - -Navigate the element's child browsing context to url . - -Any navigation required of the user agent in the process -the frame attributes algorithm must be completed as an explicit -self-navigation override and with the frame element's document's -browsing context as the source browsing context . - -Furthermore, if the active document of the element's child browsing -context before such a navigation was not completely -loaded at the time of the new navigation , then the navigation must be completed with replacement enabled . - -Similarly, if the child browsing context 's session history contained -only one Document when the process the frame attributes -algorithm was invoked, and that was the about:blank Document created -when the child browsing context was created, then any navigation required of the user agent in that algorithm must be completed -with replacement enabled . - -When a Document in a frame is marked as completely -loaded , the user agent must queue a task to fire a simple event -named load at the frame element. - -The task source for the tasks above is the -DOM manipulation task source . - -When a frame element's nested browsing context 's active -document is not ready for post-load tasks , and when anything is delaying the load event of the frame element's -browsing context 's active document , and when the frame -element's browsing context is in the delaying load events mode , the frame must delay the -load event of its document. - -When the browsing context is created, if a name attribute -is present, the browsing context name must be set to the value of this attribute; -otherwise, the browsing context name must be set to the empty string. - -Whenever the name attribute is set, the nested -browsing context 's name must be changed to -the new value. If the attribute is removed, the browsing context name must be set to -the empty string. - -The frame element must implement the HTMLFrameElement interface. - -interface HTMLFrameElement : HTMLElement { -attribute DOMString name ; -attribute DOMString scrolling ; -attribute DOMString src ; -attribute DOMString frameBorder ; -attribute DOMString longDesc ; -attribute boolean noResize ; -readonly attribute Document ? contentDocument ; -readonly attribute WindowProxy ? contentWindow ; - -[TreatNullAs=EmptyString] attribute DOMString marginHeight ; -[TreatNullAs=EmptyString] attribute DOMString marginWidth ; -}; - -The name , scrolling , and src IDL attributes of the frame element must -reflect the respective content attributes of the same name. For the purposes of -reflection, the frame element's src content attribute is defined as containing a URL . - -The frameBorder IDL attribute of the frame element must reflect the element's frameborder content attribute. - -The longDesc IDL attribute of the -frame element must reflect the element's longdesc content attribute, which for the purposes -of reflection is defined as containing a URL . - -The noResize IDL attribute of the frame element must reflect the element's noresize content attribute. - -The contentDocument IDL attribute of -the frame element must return the Document object of the active -document of the frame element's nested browsing context , if any -and if its effective script origin is the same origin as the -effective script origin specified by the incumbent settings object , or -null otherwise. - -The contentWindow IDL attribute must -return the WindowProxy object of the frame element's nested -browsing context . - -The marginHeight IDL attribute of the -frame element must reflect the element's marginheight content attribute. - -The marginWidth IDL attribute of the -frame element must reflect the element's marginwidth content attribute. - -15.3.4 Other elements, attributes and APIs - -User agents must treat acronym elements in a manner -equivalent to abbr elements in terms of semantics and -for purposes of rendering. - -partial interface HTMLAnchorElement { -attribute DOMString coords ; -attribute DOMString charset ; -attribute DOMString name ; -attribute DOMString rev ; -attribute DOMString shape ; -}; - -The coords , charset , name , rev , and shape IDL attributes of the a element must reflect the respective -content attributes of the same name. - - - -partial interface HTMLAreaElement { -attribute boolean noHref ; -}; - -The noHref IDL attribute of the -area element must reflect the element's nohref content attribute. - -partial interface HTMLBodyElement { -[TreatNullAs=EmptyString] attribute DOMString text ; -[TreatNullAs=EmptyString] attribute DOMString link ; -[TreatNullAs=EmptyString] attribute DOMString vLink ; -[TreatNullAs=EmptyString] attribute DOMString aLink ; -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -attribute DOMString background ; -}; - -The text IDL attribute of the body element must reflect the element's text content attribute. - -The link IDL attribute of the body element must reflect the element's link content attribute. - -The aLink IDL attribute of the body element must reflect the element's alink content attribute. - -The vLink IDL attribute of the body element must reflect the element's vlink content attribute. - -The bgColor IDL attribute of the body element must reflect the element's bgcolor content attribute. - -The background IDL attribute of the body element must reflect the element's background content attribute. -(The background content is not defined to contain a URL , despite rules regarding its handling in the -rendering section above.) - -partial interface HTMLBRElement { -attribute DOMString clear ; -}; - -The clear IDL attribute of the br element must reflect the content attribute of the same name. - -partial interface HTMLTableCaptionElement { -attribute DOMString align ; -}; - -The align IDL attribute of the caption element must reflect the content attribute of the same name. - -partial interface HTMLTableColElement { -attribute DOMString align ; -attribute DOMString ch ; -attribute DOMString chOff ; -attribute DOMString vAlign ; -attribute DOMString width ; -}; - -The align and width IDL attributes of the col element must -reflect the respective content attributes of the same name. - -The ch IDL attribute of the col element must reflect the element's char content attribute. - -The chOff IDL attribute of the col element must reflect the element's charoff content attribute. - -The vAlign IDL attribute of the col element must reflect the element's valign content attribute. - -User agents must treat dir elements in a manner equivalent to ul -elements in terms of semantics and for purposes of rendering. - -The dir element must implement the HTMLDirectoryElement interface. - -interface HTMLDirectoryElement : HTMLElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the dir element must reflect the content attribute of the same name. - -partial interface HTMLDivElement { -attribute DOMString align ; -}; - -The align IDL attribute of the div element must reflect the content attribute of the same name. - -partial interface HTMLDListElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the dl element must reflect the content attribute of the same name. - -partial interface HTMLEmbedElement { -attribute DOMString align ; -attribute DOMString name ; -}; - -The name and align IDL attributes of the embed element -must reflect the respective content attributes of the same name. - -The font element must implement the HTMLFontElement interface. - -interface HTMLFontElement : HTMLElement { -[TreatNullAs=EmptyString] attribute DOMString color ; -attribute DOMString face ; -attribute DOMString size ; -}; - -The color , face , and size IDL attributes of the font element must -reflect the respective content attributes of the same name. - -partial interface HTMLHeadingElement { -attribute DOMString align ; -}; - -The align IDL attribute of the h1 – h6 elements must reflect the content attribute of the same name. - -The profile IDL attribute on head elements (with the HTMLHeadElement interface) is intentionally -omitted. Unless so required by another applicable -specification , implementations would therefore not support this attribute. (It is mentioned -here as it was defined in a previous version of the DOM specifications.) - -partial interface HTMLHRElement { -attribute DOMString align ; -attribute DOMString color ; -attribute boolean noShade ; -attribute DOMString size ; -attribute DOMString width ; -}; - -The align , color , size , -and width IDL attributes of the hr -element must reflect the respective content attributes of the same name. - -The noShade IDL attribute of the hr element must reflect the element's noshade content attribute. - -partial interface HTMLHtmlElement { -attribute DOMString version ; -}; - -The version IDL attribute of the html element must reflect the content attribute of the same name. - -partial interface HTMLIFrameElement { -attribute DOMString align ; -attribute DOMString scrolling ; -attribute DOMString frameBorder ; -attribute DOMString longDesc ; - -[TreatNullAs=EmptyString] attribute DOMString marginHeight ; -[TreatNullAs=EmptyString] attribute DOMString marginWidth ; -}; - -The align and scrolling IDL attributes of the -iframe element must reflect the respective content attributes of the -same name. - -The frameBorder IDL attribute of the iframe element must reflect the element's frameborder content attribute. - -The longDesc IDL attribute of the -iframe element must reflect the element's longdesc content attribute, which for the purposes of -reflection is defined as containing a URL . - -The marginHeight IDL attribute of the iframe element must reflect the element's marginheight content attribute. - -The marginWidth IDL attribute of the iframe element must reflect the element's marginwidth content attribute. - -partial interface HTMLImageElement { -attribute DOMString name ; -attribute DOMString lowsrc ; -attribute DOMString align ; -attribute unsigned long hspace ; -attribute unsigned long vspace ; -attribute DOMString longDesc ; - -[TreatNullAs=EmptyString] attribute DOMString border ; -}; - -The name , align , border , hspace , and vspace IDL attributes of the img element -must reflect the respective content attributes of the same name. - -The longDesc IDL attribute of the -img element must reflect the element's longdesc content attribute, which for the purposes of reflection -is defined as containing a URL . - -The lowsrc IDL attribute of the img -element must reflect the element's lowsrc -content attribute, which for the purposes of reflection is defined as containing a -URL . - -partial interface HTMLInputElement { -attribute DOMString align ; -attribute DOMString useMap ; -}; - -The align IDL attribute of the -input element must reflect the content attribute of the same name. - -The useMap IDL attribute of the -input element must reflect the element's usemap content attribute. - -partial interface HTMLLegendElement { -attribute DOMString align ; -}; - -The align IDL attribute of the -legend element must reflect the content attribute of the same name. - -partial interface HTMLLIElement { -attribute DOMString type ; -}; - -The type IDL attribute of the li -element must reflect the content attribute of the same name. - -partial interface HTMLLinkElement { -attribute DOMString charset ; -attribute DOMString rev ; -attribute DOMString target ; -}; - -The charset , rev , and target IDL attributes of the link element -must reflect the respective content attributes of the same name. - -User agents must treat listing elements in a manner equivalent to pre -elements in terms of semantics and for purposes of rendering. - -partial interface HTMLMenuElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the menu element must reflect the content attribute of the same name. - -partial interface HTMLMetaElement { -attribute DOMString scheme ; -}; - -User agents may treat the scheme content attribute on the -meta element as an extension of the element's name content attribute when processing a meta element -with a name attribute whose value is one that the user agent -recognizes as supporting the scheme attribute. - -User agents are encouraged to ignore the scheme attribute -and instead process the value given to the metadata name as if it had been specified for each -expected value of the scheme attribute. - -For example, if the user agent acts on meta elements with name attributes having the value "eGMS.subject.keyword", and knows -that the scheme attribute is used with this metadata name, -then it could take the scheme attribute into account, -acting as if it was an extension of the name attribute. Thus -the following two meta elements could be treated as two elements giving values for -two different metadata names, one consisting of a combination of "eGMS.subject.keyword" and -"LGCL", and the other consisting of a combination of "eGMS.subject.keyword" and "ORLY": - - - - - -The suggested processing of this markup, however, would be equivalent to the following: - - - - -The scheme IDL attribute of the meta element must reflect the content attribute of the same name. - -partial interface HTMLObjectElement { -attribute DOMString align ; -attribute DOMString archive ; -attribute DOMString code ; -attribute boolean declare ; -attribute unsigned long hspace ; -attribute DOMString standby ; -attribute unsigned long vspace ; -attribute DOMString codeBase ; -attribute DOMString codeType ; - -[TreatNullAs=EmptyString] attribute DOMString border ; -}; - -The align , archive , border , code , declare , hspace , standby , and vspace IDL attributes of the object -element must reflect the respective content attributes of the same name. - -The codeBase IDL attribute of the -object element must reflect the element's codebase content attribute, which for the purposes of -reflection is defined as containing a URL . - -The codeType IDL attribute of the object element must reflect the element's codetype content attribute. - -partial interface HTMLOListElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the ol element must reflect the content attribute of the same name. - -partial interface HTMLParagraphElement { -attribute DOMString align ; -}; - -The align IDL attribute of the p element must reflect the content attribute of the same name. - -partial interface HTMLParamElement { -attribute DOMString type ; -attribute DOMString valueType ; -}; - -The type IDL attribute of the param element must reflect the content attribute of the same name. - -The valueType IDL attribute of the param element must reflect the element's valuetype content attribute. - -User agents must treat plaintext elements in a manner equivalent to -pre elements in terms of semantics and for purposes of rendering. (The parser has -special behavior for this element, though.) - -partial interface HTMLPreElement { -attribute long width ; -}; - -The width IDL attribute of the pre -element must reflect the content attribute of the same name. - -partial interface HTMLScriptElement { -attribute DOMString event ; -attribute DOMString htmlFor ; -}; - -The event and htmlFor IDL attributes of the script -element must return the empty string on getting, and do nothing on setting. - -partial interface HTMLTableElement { -attribute DOMString align ; -attribute DOMString border ; -attribute DOMString frame ; -attribute DOMString rules ; -attribute DOMString summary ; -attribute DOMString width ; - -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -[TreatNullAs=EmptyString] attribute DOMString cellPadding ; -[TreatNullAs=EmptyString] attribute DOMString cellSpacing ; -}; - -The align , border , frame , summary , rules , and width , IDL attributes of the table element -must reflect the respective content attributes of the same name. - -The bgColor IDL attribute of the -table element must reflect the element's bgcolor content attribute. - -The cellPadding IDL attribute of the -table element must reflect the element's cellpadding content attribute. - -The cellSpacing IDL attribute of the -table element must reflect the element's cellspacing content attribute. - -partial interface HTMLTableSectionElement { -attribute DOMString align ; -attribute DOMString ch ; -attribute DOMString chOff ; -attribute DOMString vAlign ; -}; - -The align IDL attribute of the -tbody , thead , and tfoot elements must reflect -the content attribute of the same name. - -The ch IDL attribute of the tbody , -thead , and tfoot elements must reflect the elements' char content attributes. - -The chOff IDL attribute of the -tbody , thead , and tfoot elements must reflect -the elements' charoff content attributes. - -The vAlign IDL attribute of the -tbody , thead , and tfoot element must reflect -the elements' valign content attributes. - -partial interface HTMLTableCellElement { -attribute DOMString align ; -attribute DOMString axis ; -attribute DOMString height ; -attribute DOMString width ; - -attribute DOMString ch ; -attribute DOMString chOff ; -attribute boolean noWrap ; -attribute DOMString vAlign ; - -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -}; - -The align , axis , height , and width IDL attributes of the td and -th elements must reflect the respective content attributes of the same -name. - -The ch IDL attribute of the td and th elements must reflect the elements' char content attributes. - -The chOff IDL attribute of the td and th elements must reflect the elements' charoff content attributes. - -The noWrap IDL attribute of the td and th elements must reflect the elements' nowrap content attributes. - -The vAlign IDL attribute of the td and th element must reflect the elements' valign content attributes. - -The bgColor IDL attribute of the td and th elements must reflect the elements' bgcolor content attributes. - -partial interface HTMLTableDataCellElement { -attribute DOMString abbr ; -}; - -The abbr IDL attribute of the td element must reflect the respective content attributes of the same name. - -partial interface HTMLTableRowElement { -attribute DOMString align ; -attribute DOMString ch ; -attribute DOMString chOff ; -attribute DOMString vAlign ; -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -}; - -The align IDL attribute of the tr element must reflect the content attribute of the same name. - -The ch IDL attribute of the tr element must reflect the element's char content attribute. - -The chOff IDL attribute of the tr element must reflect the element's charoff content attribute. - -The vAlign IDL attribute of the tr element must reflect the element's valign content attribute. - -The bgColor IDL attribute of the tr element must reflect the element's bgcolor content attribute. - -partial interface HTMLUListElement { -attribute boolean compact ; -attribute DOMString type ; -}; - -The compact and type IDL attributes of the ul element must -reflect the respective content attributes of the same name. - -User agents must treat xmp elements in a manner equivalent to pre -elements in terms of semantics and for purposes of rendering. (The parser has special behavior for -this element though.) - -The blink , bgsound , isindex , multicol , nextid , rb , and spacer elements must use the HTMLUnknownElement interface. - -partial interface Document { -[TreatNullAs=EmptyString] attribute DOMString fgColor ; -[TreatNullAs=EmptyString] attribute DOMString linkColor ; -[TreatNullAs=EmptyString] attribute DOMString vlinkColor ; -[TreatNullAs=EmptyString] attribute DOMString alinkColor ; -[TreatNullAs=EmptyString] attribute DOMString bgColor ; - -readonly attribute HTMLCollection anchors ; -readonly attribute HTMLCollection applets ; - -void clear (); -void captureEvents (); -void releaseEvents (); - -readonly attribute HTMLAllCollection all ; -}; - -The attributes of the Document object listed in the first column of the following -table must reflect the content attribute on the body element with the -name given in the corresponding cell in the second column on the same row, if the body -element is a body element (as opposed to a frameset element). -When there is no body element or if it is a -frameset element, the attributes must instead return the empty string on getting and -do nothing on setting. - -IDL attribute -Content attribute -fgColor -text -linkColor -link -vlinkColor -vlink -alinkColor -alink -bgColor -bgcolor - -The anchors attribute must return an -HTMLCollection rooted at the Document node, whose filter matches only -a elements with name attributes. - -The applets attribute must return an -HTMLCollection rooted at the Document node, whose filter matches only -applet elements. - -The clear() , captureEvents() , and releaseEvents() methods must do nothing. - -The all attribute must return an -HTMLAllCollection rooted at the Document node, whose filter matches all -elements. - -The object returned for all has several unusual -behaviors: - -The user agent must act as if the ToBoolean() operator in JavaScript converts the object -returned for all to the false value. The user agent must act as if, for the purposes of the == and != operators in JavaScript, the object returned for all compares as equal to the undefined and -null values. (Comparisons using the === operator, and -comparisons to other values such as strings or objects, are unaffected.) The user agent must act such that the typeof operator in JavaScript -returns the string undefined when applied to the object returned for all . - -These requirements are a willful violation of the JavaScript -specification current at the time of writing (ECMAScript edition 5). The JavaScript specification -requires that the ToBoolean() operator convert all objects to the true value, and does not have -provisions for objects acting as if they were undefined for the purposes of -certain operators. This violation is motivated by a desire for compatibility with two classes of -legacy content: one that uses the presence of document.all -as a way to detect legacy user agents, and one that only supports those legacy user agents and -uses the document.all object without testing for its -presence first. [ECMA262] - -partial interface Window { -void captureEvents (); -void releaseEvents (); -}; - -The captureEvents() and releaseEvents() methods must do nothing. - -14 Rendering — Table of Contents — 16 IANA considerations → -C:\GTools\perl\striphtml03.pl processing took 0.008527 seconds ... diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/setexe.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/setexe.bat deleted file mode 100644 index 57e63ed5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/setexe.bat +++ /dev/null @@ -1,20 +0,0 @@ - -@REM ############################################################## -@REM ### To be adjusted to suit your location of the EXE to use ### -@REM ############################################################## - -@set TMPEXE=C:\Projects\tidy\tidy-fork\build\win64\Release\tidy5.exe -@REM set TMPEXE=C:\MDOS\tidygh.exe -@REM set TMPEXE=C:\MDOS\tidy5.exe -@if NOT EXIST %TMPEXE% ( -:RPT -@echo Can NOT locate EXE %TMPEXE%! -@echo *** FIX ME %0 *** to point to the EXE to use... -@echo Use Ctrl+C to abort -@pause -@goto RPT -) -@set TMPINFO=tempinfo.html -@set TMPSHOW= -@REM set TMPSHOW=--show-info no - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/strike4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/strike4.html deleted file mode 100644 index 9b5f3182..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/strike4.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -strike tag - - - -

    Version 2.0 is not yet available! now available!

    - -

    The strike element is not supported in HTML5. Use CSS instead.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/strike5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/strike5.html deleted file mode 100644 index 538a3367..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/strike5.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - -strike tag - - - - -

    Version 2.0 is not yet available! now available!

    - -

    The strike element is not supported in HTML5. Use CSS instead.

    - -

    Version 2.0 is not yet available! now available!

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testacro.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testacro.bat deleted file mode 100644 index 20f811d9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testacro.bat +++ /dev/null @@ -1,13 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=acronym5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testbig.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testbig.bat deleted file mode 100644 index 1617408a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testbig.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=big5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testbody.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testbody.bat deleted file mode 100644 index 4b01133f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testbody.bat +++ /dev/null @@ -1,16 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=bodyatts5.html -@if NOT EXIST %TMPEXE% ( -@echo Unable to locate EXE %TMPEXE% -@exit /b 1 -) -@if NOT EXIST %TMPFIL% ( -@echo Can NOT locate %TMPFIL%! *** FIX ME *** -@exit /b 1 -) - -@call testone - -@echo see %TMPINFO% - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testcent.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testcent.bat deleted file mode 100644 index a3c53ffe..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testcent.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=center5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testcent2.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testcent2.bat deleted file mode 100644 index 4ee932d3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testcent2.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=center25.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testdir.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testdir.bat deleted file mode 100644 index 5963a3a5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testdir.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=dir5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% -@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testfont.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testfont.bat deleted file mode 100644 index 7c50af1d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testfont.bat +++ /dev/null @@ -1,12 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=font5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone - -@echo See %TMPINFO% - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testhtml4.cmd b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testhtml4.cmd deleted file mode 100644 index bc9499f5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testhtml4.cmd +++ /dev/null @@ -1,114 +0,0 @@ -@setlocal - -@set TMPEXE=..\..\..\build\cmake\Release\tidy5.exe -@if NOT EXIST %TMPEXE% goto NOEXE -@set TMPINP=temphtml4.cfg -@set TMPDIR=tempout - -@%TMPEXE% -h > nul -@if ERRORLEVEL 1 goto NOEXE - -@if EXIST %TMPDIR%\nul goto GOTOUT -@echo Will create the folder %TMPDIR% for output... -@pause -@md %TMPDIR% -@if ERRORLEVEL 1 goto NOOUT -@if NOT EXIST %TMPDIR%\nul goto NODIR -:GOTOUT - -@REM This option would be nice, but at present it is FARRRR TOOOOO agressive, -@REM dropping , , etc... because they are marked CM_OPT -@REM which causes WARNINGS when tidy is run on the tidied file!!! -@REM echo omit-optional-tags: yes >> %TMPINP% - -@if EXIST %TMPINP% goto GOTINP -@echo Creating a CONFIG file %TMPINP% -@pause -@echo wrap: 99 > %TMPINP% -@echo tidy-mark: no >> %TMPINP% -@echo indent: yes >> %TMPINP% -@echo break-before-br: yes >> %TMPINP% -@echo indent-attributes: yes >> %TMPINP% -@echo vertical-space: yes >> %TMPINP% -@echo indent-spaces: 1 >> %TMPINP% -@echo indent-cdata: no >> %TMPINP% -@echo wrap-asp: no >> %TMPINP% -@echo wrap-attributes: no >> %TMPINP% -@echo wrap-jste: no >> %TMPINP% -@echo wrap-php: no >> %TMPINP% -@echo wrap-script-literals: no >> %TMPINP% -@echo wrap-sections: no >> %TMPINP% -@echo tab-size: 4 >> %TMPINP% -@echo show-info: no >> %TMPINP% -@echo doctype: html5 >> %TMPINP% -@if NOT EXIST %TMPINP% goto NOINP -:GOTINP -@set TMPCNT1=0 -@set TMPCNT2=0 -@set TMPCNT3=0 - -@for %%i in (*4.html) do @(call :CNTIT %%i) -@echo. -@echo Will process %TMPCNT1% files found, using the config file %TMPINP%, which contains a directive doctype: html5, -@echo forcing tidy5 to assume they are HTML5 files. All output is to %TMPDIR% folder... -@echo. -@echo *** ALL *** should exit with WARNINGS and/or ERRORS, since they contain tags no longer used in HTML5 -@echo. -@echo *** CONTINUE? *** Only Ctlr+C aborts... all other keys continue... -@echo. -@pause -@echo. - -@for %%i in (*4.html) do @(call :DOONE %%i) - -@echo. -@echo Done %TMPCNT2% files. See message and tidied output in the %TMPDIR% folder... -@echo. -@if "%TMPCNT3%x" == "0x" ( -@echo ALL exited With WARNINGS and/or ERRORS! This is a *** SUCCESS *** -) ELSE ( -@echo However have %TMPCNT3% with NO WARNINGS or ERRORS! This is a *** FAILURE *** -) -@echo. -@goto END - -:CNTIT -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT1+=1 -@goto :EOF - -:DOONE -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT2+=1 -@echo %TMPCNT2% of %TMPCNT1%: %1 -@set TMPOUT=%TMPDIR%\%~nx1 -@set TMPMSG=%TMPOUT%.txt - -@if EXIST %TMPOUT% @del %TMPOUT% > nul -@if EXIST %TMPMSG% @del %TMPMSG% > nul - -@%TMPEXE% -f %TMPMSG% -config %TMPINP% -o %TMPOUT% %1 -@if ERRORLEVEL 1 goto :EOF -:FAILED -@echo The test of %1 FAILED! -@set /A TMPCNT3+=1 -@pause -@goto :EOF - -:NODIR -:NOOUT -@echo Error: Unable to create %TMPDIR%! -@goto END - - -:NOEXE -@echo Unable to find/run exe %TMPEXE%! *** FIX ME *** -@echo Set the name of the 'tidy' executable to use... -@goto END - -:NOINP -@echo Error: Unable to create config file %TMPINP%! -@goto END - - -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testi2.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testi2.bat deleted file mode 100644 index 6ef5716e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testi2.bat +++ /dev/null @@ -1,8 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=index2.html - -@call testone - -@REM tidy5 -c -i --doctype html5 -o temptidy5.html --tidy-mark no index2.html - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testmarq.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testmarq.bat deleted file mode 100644 index c09f68e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testmarq.bat +++ /dev/null @@ -1,12 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=marquee5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone - -@echo See %TMPINFO% - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testone.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testone.bat deleted file mode 100644 index 8f5cbe95..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testone.bat +++ /dev/null @@ -1,51 +0,0 @@ -@if NOT EXIST %TMPEXE% goto NOEXE -@if NOT EXIST %TMPFIL% goto NOFIL - -@echo Tests on %TMPFIL% using %TMPEXE%, output to %TMPINFO% -@echo Tests on %TMPFIL% using %TMPEXE% > %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure DOCTYPE AND CLEAN >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -c -i --doctype html5 -o temp1c.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -c -i --doctype html5 -o temp1c.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1c.html >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure DOCTYPE but NO CLEAN >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -i --doctype html5 -o temp1nc.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -i --doctype html5 -o temp1nc.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1nc.html >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure CLEAN but NO DOCTYPE >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -c -i -o temp1cndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -c -i -o temp1cndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1cndt.html >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure NO CLEAN and NO DOCTYPE >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -i -o temp1ncndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -i -o temp1ncndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1ncndt.html >> %TMPINFO% - -@REM call ff -d -n %TMPINFo% -o-tempinf2.html - -@goto END - -:NOEXE -@echo Error: Can NOT locate the EXE '%TMPEXE%' *** Fix setexe.bat accordingly -@goto FAILED -:NOFIL -@echo Error: Can NOT locate the input file '%TMPFIL%' *** Fix test*.bat accordingly -@goto FAILED - -:FAILED -@echo Use Ctrl+C to abort and fix this situation -@pause -@goto FAILED - -:END - - - -@REM eof diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/teststrike.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/teststrike.bat deleted file mode 100644 index 85ad617f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/teststrike.bat +++ /dev/null @@ -1,13 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=strike5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone -@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL% -@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL% - -@echo See %TMPINFO% diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testtt.bat b/HTMLTidy/vendor/tidy-html5/test/html5/html4/testtt.bat deleted file mode 100644 index 70610001..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/testtt.bat +++ /dev/null @@ -1,13 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=tt5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone -@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL% -@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL% - -@echo See %TMPINFO% diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/tt4.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/tt4.html deleted file mode 100644 index f5b7f703..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/tt4.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -tt tag - - - -

    This text is normal.

    -

    This text is teletype text.

    - -

    Note: The tt element is not supported in HTML5.

    - -

    Similar effect using css

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/html4/tt5.html b/HTMLTidy/vendor/tidy-html5/test/html5/html4/tt5.html deleted file mode 100644 index afbdedc1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/html4/tt5.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - -tt tag - - - -

    This text is normal.

    -

    This text is teletype text.

    - -

    Note: The tt element is not supported in HTML5.

    - -

    Similar effect using css

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/keygen.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/keygen.org.html deleted file mode 100644 index a5cc933d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/keygen.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - -HTML5 keygen tag - - - -
    - Username: - Encryption: - -
    - -

    Note: The keygen tag is not supported in Internet Explorer.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/main.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/main.org.html deleted file mode 100644 index 2a1f612b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/main.org.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - HTML5 main tag - - - - - -
    -

    Web Browsers

    -

    Google Chrome, Firefox, and Internet Explorer are the most used browsers today.

    - -
    -

    Google Chrome

    -

    Google Chrome is a free, open-source web browser developed by Google, released in 2008.

    -
    - -
    -

    Internet Explorer

    -

    Internet Explorer is a free web browser from Microsoft, released in 1995.

    -
    - -
    -

    Mozilla Firefox

    -

    Firefox is a free, open-source web browser from Mozilla, released in 2004.

    -
    -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/mark.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/mark.org.html deleted file mode 100644 index 13ffdbbc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/mark.org.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - -HTML5 mark tag - - - -

    Do not forget to buy milk today.

    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/mav.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/mav.org.html deleted file mode 100644 index aebbcfe6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/mav.org.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - HTML5 nav tag - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/menuitem.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/menuitem.org.html deleted file mode 100644 index 4e0bb6f2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/menuitem.org.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - HTML5 menu item - - - - -
    -

    Right-click inside this box to see the context menu! - -

    - - - - - - - - -
    - -

    This example currently only works in Firefox!

    - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/meter.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/meter.org.html deleted file mode 100644 index 4852f7b4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/meter.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - HTML5 meter tag - - - - -

    Display a gauge:

    -2 out of 10
    -60% - -

    Note: The meter tag is not supported in Internet Explorer or Safari 5 (and earlier versions).

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/min.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/min.org.html deleted file mode 100644 index 5930f568..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/min.org.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -Minimum HTML5 document - - -Content of the document...... - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/output.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/output.org.html deleted file mode 100644 index d5682ac2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/output.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - -HTML5 ouput tag - - - -
    0 -100 -+ -= -
    - -

    Note: The output tag is not supported in Internet Explorer.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/progress.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/progress.org.html deleted file mode 100644 index 017a493d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/progress.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - HTML5 progress tag - - - - -Downloading progress: - - - -

    Note: The progress tag is not supported in Internet Explorer 9 and earlier versions.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/removed.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/removed.org.html deleted file mode 100644 index c40ff8b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/removed.org.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - HTML5 removed elements - - - -

    Removed Elements

    - -

    The following HTML 4.01 elements has been removed from HTML5: - -

      -
    • <acronym> -
    • <applet> -
    • <basefont> -
    • <big> -
    • <center> -
    • <dir> -
    • <font> -
    • <frame> -
    • <frameset> -
    • <noframes> -
    • <strike> -
    • <tt> -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/rp.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/rp.org.html deleted file mode 100644 index 0c5c2c70..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/rp.org.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - HTML5 ruby rt rp tags - - - - - -漢 (ㄏㄢˋ) - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/section.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/section.org.html deleted file mode 100644 index 2734c7e0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/section.org.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - HTML5 section tag - - - - -
    -

    WWF

    -

    The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.

    -
    - -
    -

    WWF's Panda symbol

    -

    The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.

    -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/select2.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/select2.org.html deleted file mode 100644 index 5ee194e0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/select2.org.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -HTML5 select 2 - - -
    -

    Select city -

    - - -

    -

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/summary.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/summary.org.html deleted file mode 100644 index d388b403..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/summary.org.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - Minimum HTML5 document - - - - -
    -Copyright 1999-2011. -

    - by Refsnes Data. All Rights Reserved.

    -

    All content and graphics on this web site are the property of the company Refsnes Data.

    -
    - -

    Note: The summary element is currently supported only in Opera, Chrome and Safari -6.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/testhtml5.cmd b/HTMLTidy/vendor/tidy-html5/test/html5/testhtml5.cmd deleted file mode 100644 index 95a1efbd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/testhtml5.cmd +++ /dev/null @@ -1,105 +0,0 @@ -@setlocal - -@set TMPEXE=..\..\build\cmake\Release\tidy.exe -@if NOT EXIST %TMPEXE% goto NOEXE -@set TMPINP=temphtml5.cfg -@set TMPDIR=tempout - -@%TMPEXE% -h > nul -@if ERRORLEVEL 1 goto NOEXE - -@if EXIST %TMPDIR%\nul goto GOTOUT -@echo Will create the folder %TMPDIR% for output... -@pause -@md %TMPDIR% -@if ERRORLEVEL 1 goto NOOUT -@if NOT EXIST %TMPDIR%\nul goto NODIR -:GOTOUT - -@REM This option would be nice, but at present it is FARRRR TOOOOO agressive, -@REM dropping , , etc... because they are marked CM_OPT -@REM which causes WARNINGS when tidy is run on the tidied file!!! -@REM echo omit-optional-tags: yes >> %TMPINP% - -@if EXIST %TMPINP% goto GOTINP -@echo Creating a CONFIG file %TMPINP% -@pause -@echo wrap: 99 > %TMPINP% -@echo tidy-mark: no >> %TMPINP% -@echo indent: yes >> %TMPINP% -@echo break-before-br: yes >> %TMPINP% -@echo indent-attributes: yes >> %TMPINP% -@echo vertical-space: yes >> %TMPINP% -@echo indent-spaces: 1 >> %TMPINP% -@echo indent-cdata: no >> %TMPINP% -@echo wrap-asp: no >> %TMPINP% -@echo wrap-attributes: no >> %TMPINP% -@echo wrap-jste: no >> %TMPINP% -@echo wrap-php: no >> %TMPINP% -@echo wrap-script-literals: no >> %TMPINP% -@echo wrap-sections: no >> %TMPINP% -@echo tab-size: 4 >> %TMPINP% -@echo show-info: no >> %TMPINP% -@if NOT EXIST %TMPINP% goto NOINP -:GOTINP -@set TMPCNT1=0 -@set TMPCNT2=0 -@set TMPCNT3=0 - -@for %%i in (*.org.html) do @(call :CNTIT %%i) -@echo. -@echo Will process %TMPCNT1% files found... -@echo All should exit with NO WARNINGS or ERRORS -@echo *** CONTINUE? *** Only Ctlr+C aborts... all other keys continue... -@pause - -@for %%i in (*.org.html) do @(call :DOONE %%i) - -@echo. -@echo Done %TMPCNT2% files. See tidied output in %TMPDIR%... -@if "%TMPCNT3%x" == "0x" ( -@echo With NO WARNINGS or ERRORS! This is a *** SUCCESS ***. -) ELSE ( -@echo However have %TMPCNT3% WARNINGS or ERRORS! This is a *** FAILURE *** -) -@echo. - -@goto END - -:CNTIT -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT1+=1 -@goto :EOF - -:DOONE -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT2+=1 -@echo %TMPCNT2% of %TMPCNT1%: %1 -@set TMPOUT=%TMPDIR%\%~nx1 -@%TMPEXE% -config %TMPINP% -o %TMPOUT% %1 -@if ERRORLEVEL 1 goto FAILED -@goto :EOF - -:FAILED -@echo The test of %1 FAILED! -@set /A TMPCNT3+=1 -@pause -@goto :EOF - -:NODIR -:NOOUT -@echo Error: Unable to create %TMPDIR%! -@goto END - - -:NOEXE -@echo Unable to find/run exe %TMPEXE%! *** FIX ME *** -@echo Set the name of the 'tidy' executable to use... -@goto END - -:NOINP -@echo Error: Unable to create config file %TMPINP%! -@goto END - - -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/testhtml5.sh b/HTMLTidy/vendor/tidy-html5/test/html5/testhtml5.sh deleted file mode 100755 index 71eab3eb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/testhtml5.sh +++ /dev/null @@ -1,97 +0,0 @@ -set -eu - -noexe() -{ - echo "Unable to find/run exe ${TMPEXE}! *** FIX ME ***" - echo "Set the name of the 'tidy' executable to use..." - exit 1 -} - -noout() -{ - echo "Unable to creat ${TMPDIR}" - exit 1 -} - -failed() -{ - echo "The test of ${f} FAILED!"; - TMPCNT3=$((${TMPCNT3} + 1)); -} - -TMPEXE="../../build/cmake/tidy" -[ -e ${TMPEXE} ] || noexe - -TMPINP=temphtml5.cfg -TMPDIR=tempout - -${TMPEXE} -h > /dev/null || noexe - -if [ ! -e "${TMPDIR}" ]; then - echo "Will create the folder ${TMPDIR} for output" - read - - mkdir ${TMPDIR} || noout -fi - -# This option would be nice, but at present it is FARRRR TOOOOO agressive, -# dropping , , etc... because they are marked CM_OPT -# which causes WARNINGS when tidy is run on the tidied file!!! -# echo omit-optional-tags: yes >> ${TMPINP} - -if [ ! -e "${TMPINP}" ]; then - echo "Creating a CONFIG file ${TMPINP}" - read - - cat < ${TMPINP} -wrap: 99 -tidy-mark: no -indent: yes -break-before-br: yes -indent-attributes: yes -vertical-space: yes -indent-spaces: 1 -indent-cdata: no -wrap-asp: no -wrap-attributes: no -wrap-jste: no -wrap-php: no -wrap-script-literals: no -wrap-sections: no -tab-size: 4 -show-info: no -EOF -fi - -TMPCNT1=0 -TMPCNT2=0 -TMPCNT3=0 - -for f in *.org.html; do - TMPCNT1=$((${TMPCNT1} + 1)) -done - -echo -echo "Will process ${TMPCNT1} files found..." -echo "All should exit with NO WARNINGS or ERRORS" -echo "*** CONTINUE? *** Only Ctlr+C aborts... all other keys continue..." - -read - -for f in *.org.html ; do - TMPCNT2=$((${TMPCNT2} + 1)) - - echo "${TMPCNT2} of ${TMPCNT1}" - - TMPOUT="${TMPDIR}/${f}" - ${TMPEXE} -config ${TMPINP} -o ${TMPOUT} ${f} || failed -done - -echo -echo Done ${TMPCNT2} files. See tidied output in ${TMPDIR} -if [ "${TMPCNT3}" = 0 ]; then - echo "With NO WARNINGS or ERRORS! This is a *** SUCCESS ***" -else - echo "However have ${TMPCNT3} WARNINGS or ERRORS! This is a *** FAILURE ***" -fi -echo diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/testone.cmd b/HTMLTidy/vendor/tidy-html5/test/html5/testone.cmd deleted file mode 100644 index a1de67da..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/testone.cmd +++ /dev/null @@ -1,41 +0,0 @@ -@setlocal - -@set TMPEXE=..\..\build\cmake\Release\tidy5.exe -@if NOT EXIST %TMPEXE% goto NOEXE -@set TMPINP=temphtml5.cfg -@if NOT EXIST %TMPINP% goto NOINP -@set TMPDIR=tempout -@if NOT EXIST %TMPDIR%\nul goto NODIR -@if "%~1x" == "x" goto HELP -@if NOT EXIST %1 goto NOFIL - -@set TMPOUT=%TMPDIR%\%~nx1 -@%TMPEXE% -config %TMPINP% -o %TMPOUT% %1 -@if ERRORLEVEL 1 goto FAILED -@echo Output to %TMPOUT% -@goto END - -:FAILED -@echo The test of %1 FAILED! -@echo Output to %TMPOUT% -@pause - -@goto END - -:NOEXE -@echo Can NOT locate EXE %TMPEXE%! *** FIX ME *** -@goto END - -:NOINP -@echo Can NOT locate config %TMPINP%! *** FIX ME *** -@goto END - -:NODIR -@echo Can NOT locate output directory %TMPDIR%! *** FIX ME *** -@goto END - -:NOFIL -@echo Can NOT locate input file %1 -:HELP -@echo Give the name of a HTML5 file to tidy -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/time.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/time.org.html deleted file mode 100644 index 99394ac8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/time.org.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - -HTML5 time tag - - - -

    We open at every morning.

    - -

    I have a date on .

    - -

    Note: The time element does not render as anything special in any of the major browsers.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/video.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/video.org.html deleted file mode 100644 index df187feb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/video.org.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -video tag - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/html5/wbr.org.html b/HTMLTidy/vendor/tidy-html5/test/html5/wbr.org.html deleted file mode 100644 index 1722dfd9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/html5/wbr.org.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - HTML5 wbr tag - - - - - -

    Try to shrink the browser window, to view how the very long word in -the paragraph below will break:

    - -

    This is a veryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryverylongwordthatwillbreakatspecificplaceswhenthebrowserwindowisresized.

    - -

    Note: The wbr element is not supported in IE.

    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1003994.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1003994.txt deleted file mode 100644 index 926bb5e6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1003994.txt +++ /dev/null @@ -1 +0,0 @@ -input-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1004008.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1004008.txt deleted file mode 100644 index 926bb5e6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1004008.txt +++ /dev/null @@ -1 +0,0 @@ -input-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1004512.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1004512.txt deleted file mode 100644 index 584484d5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1004512.txt +++ /dev/null @@ -1,8 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: no -logical-emphasis: yes -indent-attributes: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1030944.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1030944.txt deleted file mode 100644 index 3a7459d8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1030944.txt +++ /dev/null @@ -1,4 +0,0 @@ -// add-xml-decl: yes -input-xml: yes -output-xml: yes -char-encoding: latin1 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1055398.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1055398.txt deleted file mode 100644 index 573e6ac5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1055398.txt +++ /dev/null @@ -1,2 +0,0 @@ -clean: yes -drop-font-tags: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1067112.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1067112.txt deleted file mode 100644 index f458aea1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1067112.txt +++ /dev/null @@ -1,25 +0,0 @@ -wrap: 68 -tab-size: 4 -repeated-attributes: keep-last -alt-text: None, says tidy -show-warnings: no -quiet: yes -indent: auto -indent-attributes: yes -output-xml: yes -output-xhtml: yes -add-xml-decl: yes -bare: yes -logical-emphasis: yes -drop-proprietary-attributes: yes -break-before-br: yes -quote-nbsp: no -assume-xml-procins: yes -keep-time: no -word-2000: yes -tidy-mark: no -literal-attributes: yes -hide-comments: yes -ascii-chars: no -join-styles: no -output-bom: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1068087.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1068087.txt deleted file mode 100644 index 35eaf037..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1068087.txt +++ /dev/null @@ -1,7 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: no -logical-emphasis: yes -indent-attributes: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1078345.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1078345.txt deleted file mode 100644 index 88ee5cd3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1078345.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #540045 -enclose-block-text: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1207443.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1207443.txt deleted file mode 100755 index 1662fde3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1207443.txt +++ /dev/null @@ -1,2 +0,0 @@ -output-xhtml: yes -tidy-mark: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1210752.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1210752.txt deleted file mode 100755 index dd8cc718..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1210752.txt +++ /dev/null @@ -1,2 +0,0 @@ -output-encoding: raw -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1241723.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1241723.txt deleted file mode 100755 index 91e26833..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1241723.txt +++ /dev/null @@ -1,6 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -indent-attributes: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1266647.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1266647.txt deleted file mode 100755 index e2959e6f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1266647.txt +++ /dev/null @@ -1,3 +0,0 @@ -char-encoding: utf8 -tidy-mark: no - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1286278.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1286278.txt deleted file mode 100755 index 7652256f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1286278.txt +++ /dev/null @@ -1,3 +0,0 @@ -tidy-mark: no -drop-empty-paras: no - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1359292.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1359292.txt deleted file mode 100755 index fb55655b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1359292.txt +++ /dev/null @@ -1,25 +0,0 @@ -wrap: 68 -tab-size: 4 -repeated-attributes: keep-last -alt-text: None, says tidy -show-warnings: no -indent: auto -indent-attributes: yes -output-xml: yes -output-xhtml: yes -add-xml-decl: yes -bare: yes -logical-emphasis: yes -drop-proprietary-attributes: yes -break-before-br: yes -quote-nbsp: no -assume-xml-procins: yes -keep-time: no -word-2000: yes -tidy-mark: no -literal-attributes: yes -hide-comments: yes -ascii-chars: no -join-styles: no -output-bom: no -drop-empty-paras: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1365706.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1365706.txt deleted file mode 100755 index bcd9a57f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1365706.txt +++ /dev/null @@ -1,4 +0,0 @@ -input-xml: yes -output-xml: yes -indent: auto -wrap: 0 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1407266.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1407266.txt deleted file mode 100755 index 2372c5d5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1407266.txt +++ /dev/null @@ -1 +0,0 @@ -#Ÿ diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1408034.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1408034.txt deleted file mode 100755 index 1853abcb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1408034.txt +++ /dev/null @@ -1 +0,0 @@ -tab-size:0 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061-1.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061-1.txt deleted file mode 100755 index 8611844f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061-1.txt +++ /dev/null @@ -1,2 +0,0 @@ -decorate-inferred-ul: yes -clean: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061-2.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061-2.txt deleted file mode 100755 index fd6e4e44..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061-2.txt +++ /dev/null @@ -1 +0,0 @@ -clean: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061.txt deleted file mode 100755 index 900ace82..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1410061.txt +++ /dev/null @@ -1,2 +0,0 @@ -decorate-inferred-ul: yes -clean: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1423252.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1423252.txt deleted file mode 100755 index 0c61e786..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1423252.txt +++ /dev/null @@ -1 +0,0 @@ -tidy-mark: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1448730.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1448730.txt deleted file mode 100755 index b9f36a20..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1448730.txt +++ /dev/null @@ -1,2 +0,0 @@ -input-xml: yes -output-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1452744.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1452744.txt deleted file mode 100755 index 914fce45..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1452744.txt +++ /dev/null @@ -1,2 +0,0 @@ -accessibility-check: 3 -doctype: strict diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1510101.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1510101.txt deleted file mode 100755 index bcd9a57f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1510101.txt +++ /dev/null @@ -1,4 +0,0 @@ -input-xml: yes -output-xml: yes -indent: auto -wrap: 0 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1573338.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1573338.txt deleted file mode 100755 index 6e953057..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1573338.txt +++ /dev/null @@ -1,6 +0,0 @@ -input-xml: yes -output-xml: yes -indent: auto -literal-attributes: yes -indent-attributes: yes -wrap: 78 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1590220-1.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1590220-1.txt deleted file mode 100644 index 0c61e786..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1590220-1.txt +++ /dev/null @@ -1 +0,0 @@ -tidy-mark: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1590220-2.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1590220-2.txt deleted file mode 100644 index 0c61e786..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1590220-2.txt +++ /dev/null @@ -1 +0,0 @@ -tidy-mark: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1642186-1.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1642186-1.txt deleted file mode 100644 index 0cd0e04b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1642186-1.txt +++ /dev/null @@ -1,8 +0,0 @@ -// not really required since this is defaul -skip-nested: yes -indent: auto -tidy-mark: no -clean: yes -logical-emphasis: yes -indent-attributes: yes -show-info: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1642186.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1642186.txt deleted file mode 100644 index 08617984..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1642186.txt +++ /dev/null @@ -1 +0,0 @@ -skip-quotes: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1652223.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1652223.txt deleted file mode 100755 index ba713cb5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1652223.txt +++ /dev/null @@ -1,2 +0,0 @@ -show-warnings: no - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1720953.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1720953.txt deleted file mode 100755 index 171dfbaf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1720953.txt +++ /dev/null @@ -1 +0,0 @@ -sort-attributes: alpha diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-1.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-1.txt deleted file mode 100755 index 3f1777c6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-1.txt +++ /dev/null @@ -1,2 +0,0 @@ -tidy-mark: no -anchor-as-name: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-2.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-2.txt deleted file mode 100755 index cfa0fa36..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-2.txt +++ /dev/null @@ -1,2 +0,0 @@ -tidy-mark: no -anchor-as-name: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-3.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-3.txt deleted file mode 100755 index 3f1777c6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_1986717-3.txt +++ /dev/null @@ -1,2 +0,0 @@ -tidy-mark: no -anchor-as-name: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2046048.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_2046048.txt deleted file mode 100755 index 43d8d3be..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2046048.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 2 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2085175.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_2085175.txt deleted file mode 100755 index 517c4839..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2085175.txt +++ /dev/null @@ -1,6 +0,0 @@ -// Oct.2008 HTML Tidy configuration file for test 2085175 -indent: auto -tidy-mark: no -clean: yes -bare: yes -word-2000: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2705873-1.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_2705873-1.txt deleted file mode 100755 index 43d8d3be..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2705873-1.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 2 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2705873-2.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_2705873-2.txt deleted file mode 100755 index 43d8d3be..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2705873-2.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 2 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2709860.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_2709860.txt deleted file mode 100755 index 7b4a5131..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_2709860.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 1 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427812.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427812.txt deleted file mode 100644 index 3670e37c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427812.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427812 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427821.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427821.txt deleted file mode 100644 index c17f0b27..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427821.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427821 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427825.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427825.txt deleted file mode 100644 index 045aa062..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427825.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #427825 -new-inline-tags: lm:xcode - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427826.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427826.txt deleted file mode 100644 index 0fc9caee..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427826.txt +++ /dev/null @@ -1,10 +0,0 @@ -// Tidy configuration file for bug #427826 -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes -output-xhtml: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427835.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427835.txt deleted file mode 100644 index 547e5244..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427835.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427835 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427837.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427837.txt deleted file mode 100644 index d0a3ff97..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427837.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Tidy configuration file for bug #427837 -// add-xml-decl: yes -input-xml: yes -output-xml: yes -char-encoding: latin1 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427839.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427839.txt deleted file mode 100644 index e5ec6e5e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427839.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #427839 -output-xhtml: yes -doctype: omit \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427845.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_427845.txt deleted file mode 100644 index 2169624d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_427845.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427845 -wrap: 60 \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431716.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431716.txt deleted file mode 100644 index afc3a5ad..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431716.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #431716 -split: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431721.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431721.txt deleted file mode 100644 index ab04c701..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431721.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #431721 -indent: auto -new-inline-tags: o:p -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -word-2000: yes -indent-attributes: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431736.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431736.txt deleted file mode 100644 index e7643211..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431736.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #431736 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431889.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431889.txt deleted file mode 100644 index 3dc21a66..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431889.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Config file for bug [ #431889 ] Config file options w/"param" don't work -doctype: "-//ACME//DTD HTML 3.14159//EN" -alt-text: "Alternate" \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431895.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431895.txt deleted file mode 100644 index 41584939..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431895.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #431895 -quiet: yes -markup: no -gnu-emacs: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431956.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431956.txt deleted file mode 100644 index 15c73145..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431956.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #431956 -input-xml: yes -output-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431958.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_431958.txt deleted file mode 100644 index 990c0130..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_431958.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #431958 -// Warning - this will modify the INPUT file (each time it is run) -indent: auto -write-back: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_432677.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_432677.txt deleted file mode 100644 index 4e73e6dd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_432677.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #432677 -output-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433012.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_433012.txt deleted file mode 100644 index 176ee9a3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433012.txt +++ /dev/null @@ -1,4 +0,0 @@ -indent: auto -indent-attributes: yes -tidy-mark: no -clean: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433604.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_433604.txt deleted file mode 100644 index 2a03e4c9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433604.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433604 -input-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433607.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_433607.txt deleted file mode 100644 index e4478c3f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433607.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433607 -input-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433670.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_433670.txt deleted file mode 100644 index 9cc682f5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433670.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433670 -input-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433856.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_433856.txt deleted file mode 100644 index c61c8293..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_433856.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433856 -drop-font-tags: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_434100.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_434100.txt deleted file mode 100644 index 713d5d5d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_434100.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #434100 -input-xml: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_434940.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_434940.txt deleted file mode 100644 index 1e174070..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_434940.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #434940 -show-body-only: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_438954.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_438954.txt deleted file mode 100644 index bb4e33b0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_438954.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #438954 -hide-endtags: yes \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_443576.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_443576.txt deleted file mode 100644 index 2db0343f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_443576.txt +++ /dev/null @@ -1,9 +0,0 @@ -// now that skip-nested defaults to 'on', need it off for this test -skip-nested: no -// plus default HTML Tidy configuration - 20150219 -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -logical-emphasis: yes -indent-attributes: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_444394.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_444394.txt deleted file mode 100644 index 0048a266..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_444394.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #444394 -indent: auto -new-inline-tags: o:p -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -word-2000: yes -indent-attributes: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_449348.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_449348.txt deleted file mode 100644 index 8717b2cf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_449348.txt +++ /dev/null @@ -1 +0,0 @@ -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_463066.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_463066.txt deleted file mode 100644 index 682eb3f8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_463066.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #463066 -word-2000: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_470663.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_470663.txt deleted file mode 100644 index f00aace1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_470663.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #470663 -word-2000: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_473490.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_473490.txt deleted file mode 100644 index 55679514..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_473490.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #473490 -tidy-mark: no -wrap: 0 -output-xhtml: yes -doctype: auto -quote-nbsp: yes -uppercase-tags: yes -quote-ampersand: yes -add-xml-space: no -show-warnings:no -quiet: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_480406.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_480406.txt deleted file mode 100644 index 50bc5f57..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_480406.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #480406 -input-xml: yes -output-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_480701.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_480701.txt deleted file mode 100644 index 9d95a808..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_480701.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #480701 -input-xml: yes -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_480843.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_480843.txt deleted file mode 100644 index b49a0b45..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_480843.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #480843 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_500236.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_500236.txt deleted file mode 100644 index 410fadfb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_500236.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Tidy configuration file for bug #500236 -word-2000: yes -input-xml: yes -output-xml: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_503436.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_503436.txt deleted file mode 100644 index 8a380d20..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_503436.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #503436 -input-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_508936.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_508936.txt deleted file mode 100644 index ba9c0e97..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_508936.txt +++ /dev/null @@ -1,19 +0,0 @@ -clean: yes - -# Error 1: escaped number too long. Max 4 hex digits -# css-prefix: \77777abc - -# Error 2: class prefix starts with digit -# css-prefix: 77abc - -# Error 3: Unescaped invalid character -# css-prefix: abc - -# OK 1: Plain old name -# css-prefix: abc123 - -# OK 2: Begin w/ escaped number -# css-prefix: \77abc - -# OK 3: escaped number -css-prefix: abc\8 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_511243.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_511243.txt deleted file mode 100644 index c305be86..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_511243.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #511243 -char-encoding: utf8 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_514348.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_514348.txt deleted file mode 100644 index a0afb0c6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_514348.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #514348 -uppercase-tags: true -indent: auto -indent-spaces: 2 \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_517550.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_517550.txt deleted file mode 100644 index b94453ec..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_517550.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #517550 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_531964.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_531964.txt deleted file mode 100644 index 2d18ab5f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_531964.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug 531964 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_532535.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_532535.txt deleted file mode 100644 index 27188213..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_532535.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #532535 -word-2000: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_533233.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_533233.txt deleted file mode 100644 index 1de4c82c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_533233.txt +++ /dev/null @@ -1,2 +0,0 @@ -output-xhtml: yes -indent: auto diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_537604.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_537604.txt deleted file mode 100644 index c41660fb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_537604.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #537604 -input-xml: yes -clean: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_540045.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_540045.txt deleted file mode 100644 index d0a1e859..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_540045.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #540045 -wrap: 64 -indent: no -indent-spaces: 4 -add-xml-decl: yes -#output-xhtml: yes -break-before-br: yes -clean: yes -logical-emphasis: yes -enclose-text: yes -enclose-block-text: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_540571.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_540571.txt deleted file mode 100644 index 4a4248d3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_540571.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Config for bug #540571 Inconsistent behaviour with span inline element -output-xhtml: yes -wrap: 255 -clean: no -indent: auto diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_542029.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_542029.txt deleted file mode 100644 index 5b27d6f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_542029.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #542029 -add-xml-decl: yes -output-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_543262.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_543262.txt deleted file mode 100644 index 02ead1fa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_543262.txt +++ /dev/null @@ -1,5 +0,0 @@ -doctype: omit -output-xhtml: yes -char-encoding: latin1 -numeric-entities: yes -quiet: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_545772.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_545772.txt deleted file mode 100644 index dcbc2ade..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_545772.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #547057 -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_570027.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_570027.txt deleted file mode 100644 index 82c04c95..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_570027.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug 570027 -clean: yes -word-2000: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_578216.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_578216.txt deleted file mode 100644 index eea6cdab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_578216.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug 578216 -indent: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_586555.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_586555.txt deleted file mode 100644 index f458aea1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_586555.txt +++ /dev/null @@ -1,25 +0,0 @@ -wrap: 68 -tab-size: 4 -repeated-attributes: keep-last -alt-text: None, says tidy -show-warnings: no -quiet: yes -indent: auto -indent-attributes: yes -output-xml: yes -output-xhtml: yes -add-xml-decl: yes -bare: yes -logical-emphasis: yes -drop-proprietary-attributes: yes -break-before-br: yes -quote-nbsp: no -assume-xml-procins: yes -keep-time: no -word-2000: yes -tidy-mark: no -literal-attributes: yes -hide-comments: yes -ascii-chars: no -join-styles: no -output-bom: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_590716.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_590716.txt deleted file mode 100755 index cbac395b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_590716.txt +++ /dev/null @@ -1,2 +0,0 @@ -preserve-entities: yes -tidy-mark: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_616744.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_616744.txt deleted file mode 100644 index 39115810..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_616744.txt +++ /dev/null @@ -1,6 +0,0 @@ -input-xml: yes -new-pre-tags: programlisting -new-inline-tags: literal -indent: no -indent-spaces: 0 -wrap: 999999 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_634889.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_634889.txt deleted file mode 100644 index 6ca6d8d6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_634889.txt +++ /dev/null @@ -1,10 +0,0 @@ -tidy-mark: no -output-xml: yes -drop-proprietary-attributes: no -new-inline-tags: o:lock, o:p, v-f, v-formula, v-formulas, - v-imagedata, v-path, v-shape, v-shapetype, v-stroke -new-empty-tags: -new-blocklevel-tags: -new-pre-tags: -wrap-sections: no -drop-empty-paras: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_640473.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_640473.txt deleted file mode 100644 index 2c5a08c4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_640473.txt +++ /dev/null @@ -1,14 +0,0 @@ -# [640743] same as default config ... -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes - -# + declared tags -new-blocklevel-tags: foo -new-inline-tags: bar -new-empty-tags: zippo -new-pre-tags: baz diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_640474.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_640474.txt deleted file mode 100644 index c0b1c2b1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_640474.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Tidy configuration file for bug #640474 -// add-xml-decl: yes -input-xml: yes -output-xml: yes -char-encoding: latin1 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_646946.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_646946.txt deleted file mode 100644 index 36074d84..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_646946.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #640474 -// add-xml-decl: yes -input-xml: yes -output-xml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_647255.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_647255.txt deleted file mode 100644 index e9f45933..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_647255.txt +++ /dev/null @@ -1,5 +0,0 @@ -char-encoding: utf16le -newline: LF -output-xhtml: yes -indent: auto -indent-attributes: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_647900.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_647900.txt deleted file mode 100644 index 3b88e40b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_647900.txt +++ /dev/null @@ -1,9 +0,0 @@ -// HTML Tidy configuration file created by TidyGUI -indent: auto -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes -force-output: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_649812.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_649812.txt deleted file mode 100644 index 3af52373..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_649812.txt +++ /dev/null @@ -1,5 +0,0 @@ -char-encoding: utf16le -newline: CR -output-xhtml: yes -indent: auto -indent-attributes: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_656889.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_656889.txt deleted file mode 100644 index 6d187ec1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_656889.txt +++ /dev/null @@ -1,5 +0,0 @@ -indent: auto -wrap: 55555 -alt-text: pic -tidy-mark: no -clean: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_658230.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_658230.txt deleted file mode 100644 index 2ab8ade4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_658230.txt +++ /dev/null @@ -1,3 +0,0 @@ -char-encoding: big5 -doctype: strict -tidy-mark: no diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_660397.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_660397.txt deleted file mode 100644 index faa48ad5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_660397.txt +++ /dev/null @@ -1,4 +0,0 @@ -char-encoding: ibm858 -indent: auto -tidy-mark: no -output-xhtml: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_661606.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_661606.txt deleted file mode 100644 index 7c6a6d5b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_661606.txt +++ /dev/null @@ -1,7 +0,0 @@ -char-encoding: shiftjis -ncr: yes -tidy-mark: no -output-xhtml: yes -clean: yes -indent: auto -logical-emphasis: yes diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_676156.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_676156.txt deleted file mode 100644 index 7f3bf9e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_676156.txt +++ /dev/null @@ -1 +0,0 @@ -char-encoding: utf8 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_678268.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_678268.txt deleted file mode 100644 index d3f63029..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_678268.txt +++ /dev/null @@ -1,9 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes -output-xhtml: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_688746.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_688746.txt deleted file mode 100644 index 7f3bf9e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_688746.txt +++ /dev/null @@ -1 +0,0 @@ -char-encoding: utf8 diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_695408.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_695408.txt deleted file mode 100644 index 92f5f274..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_695408.txt +++ /dev/null @@ -1,7 +0,0 @@ -indent: auto -indent-attributes: yes -tidy-mark: no -clean: yes -drop-font-tags: yes -drop-proprietary-attributes: no - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_795643-1.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_795643-1.txt deleted file mode 100755 index e50dcf4d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_795643-1.txt +++ /dev/null @@ -1 +0,0 @@ -show-body-only: auto diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_795643-2.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_795643-2.txt deleted file mode 100755 index e50dcf4d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_795643-2.txt +++ /dev/null @@ -1 +0,0 @@ -show-body-only: auto diff --git a/HTMLTidy/vendor/tidy-html5/test/input/cfg_default.txt b/HTMLTidy/vendor/tidy-html5/test/input/cfg_default.txt deleted file mode 100644 index c54bcc28..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/cfg_default.txt +++ /dev/null @@ -1,10 +0,0 @@ -// HTML Tidy configuration - 20150219 -// remove this drop-font-tags: yes -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -logical-emphasis: yes -indent-attributes: yes -// output-xhtml: yes - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1002509.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1002509.html deleted file mode 100644 index e1bc0560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1002509.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -multiple frameset - - - - - - - - - <body></body> - - - - - - - <body></body> - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1003361.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1003361.html deleted file mode 100755 index 1e881ad8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1003361.html +++ /dev/null @@ -1,12 +0,0 @@ - - -1003361 - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1003994.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1003994.xml deleted file mode 100644 index f51e5db0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1003994.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1004008.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1004008.xml deleted file mode 100644 index 2b34bbf0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1004008.xml +++ /dev/null @@ -1,3 +0,0 @@ - - -" diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1004051.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1004051.html deleted file mode 100644 index db68c937..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1004051.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -font - - -yy - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1004512.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1004512.html deleted file mode 100644 index 4d14fb47..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1004512.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -font tag with -clean - - -
    • y2
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1014993.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1014993.html deleted file mode 100644 index 59d00dd7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1014993.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -php-like tag - - - - - -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1015959.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1015959.html deleted file mode 100755 index 504454e0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1015959.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #1015959 ] inline propagation - - - -

    1

    -

    2

    -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1027888.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1027888.html deleted file mode 100644 index 3ab79890..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1027888.html +++ /dev/null @@ -1,42 +0,0 @@ - - -div merging tests - -
    -

    1

    -
    - -
    -
    -

    2

    -
    -
    - -
    -
    -

    3

    -
    -
    - -
    -
    -

    4

    -
    -
    - -
    -
    -

    5

    -
    -
    - -
    -
    -
    -

    6

    -
    -
    -
    - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1030944.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1030944.xml deleted file mode 100644 index 2d6e1226..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1030944.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1050673.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1050673.html deleted file mode 100644 index fa4d8147..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1050673.html +++ /dev/null @@ -1,3 +0,0 @@ - -
      - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1052758.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1052758.html deleted file mode 100644 index 57b106bb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1052758.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> -<head> -<title>Jean Racine</title> -</head> -<body> -<blockquote> -<p><cite>Pour qui sont ces serpents qui sifflent sur vos -t&ecirc;tes ?</cite><br /> -&mdash; Jean Racine, <cite>Andromaque</cite></p> -</blockquote> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1053626.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1053626.html deleted file mode 100644 index 9a5ad9e4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1053626.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head></head> -<body> -<UL><LI> -<COLGROUP> -<NOFRAMES> -<HR> -</LI> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1055304.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1055304.html deleted file mode 100755 index d18f97db..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1055304.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>1055304</title> -</head> -<body> -<img src="xx.png" alt="" ismap> -<a href="aa"><img src="xx.png" alt="" ismap></a> -</body> -</html> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1055398.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1055398.html deleted file mode 100644 index 20da289a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1055398.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>test whether repairing duplicate attributes works</title> -</head> -<body> -<br> -<font onLoad=L1 style=S1 style=S2 onLoad=L2> -<br> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1056023.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1056023.html deleted file mode 100644 index 94aae512..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1056023.html +++ /dev/null @@ -1,2 +0,0 @@ -<TFOOT> -</TBODY> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1056910.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1056910.html deleted file mode 100644 index 2734db84..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1056910.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>list fusion should not happen</title> -</head> -<body> -<ul> - <li> - <ul id="a1"></ul> - <table id="a2" summary=""></table> - </li> -</ul> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1062345.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1062345.html deleted file mode 100644 index ac99915c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1062345.html +++ /dev/null @@ -1,7 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<HTML> -<HEAD><title></title></HEAD> -<BODY> -<br STYLE="&#TA;" STYLE="2"> -</BODY> -</HTML> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1062511.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1062511.html deleted file mode 100644 index c6da3e01..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1062511.html +++ /dev/null @@ -1,8 +0,0 @@ -<HEAD> -<TITLE> -<MARQUEE> -</BASEFONT> -</BODY> -<B> -<BASE> -<HR> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1062661.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1062661.html deleted file mode 100755 index 69cd45f2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1062661.html +++ /dev/null @@ -1,7 +0,0 @@ -<html><head> -<title>Google</title> -</head> -<body> -<script> -</script><a id=1a href="/imghp?hl=en&tab=wi">Images</a> -</body></html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1063256.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1063256.html deleted file mode 100644 index 38e0c346..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1063256.html +++ /dev/null @@ -1,9 +0,0 @@ -<HEAD> -<FRAMESET> -</FRAMESET> -<FRAME> -<OVERLAY> -<BGSOUND> -</BODY> -<TR> -<SPACER> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1067112.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1067112.html deleted file mode 100755 index fc09ee09..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1067112.html +++ /dev/null @@ -1,471 +0,0 @@ -<html xmlns:o="urn:schemas-microsoft-com:office:office" -xmlns:w="urn:schemas-microsoft-com:office:word" -xmlns="http://www.w3.org/TR/REC-html40"> - -<head> -<meta http-equiv=Content-Type content="text/html; charset=windows-1252"> -<meta name=ProgId content=Word.Document> -<meta name=Generator content="Microsoft Word 9"> -<meta name=Originator content="Microsoft Word 9"> -<link rel=File-List href="./test2ka_files/filelist.xml"> -<title>Word 2000</title> -<!--[if gte mso 9]><xml> - <o:DocumentProperties> - <o:Author>AusAID</o:Author> - <o:LastAuthor>AusAID</o:LastAuthor> - <o:Revision>2</o:Revision> - <o:TotalTime>6</o:TotalTime> - <o:Created>2004-11-16T02:41:00Z</o:Created> - <o:LastSaved>2004-11-16T02:41:00Z</o:LastSaved> - <o:Pages>1</o:Pages> - <o:Words>46</o:Words> - <o:Characters>263</o:Characters> - <o:Company>Australian Agency for International Development</o:Company> - <o:Lines>2</o:Lines> - <o:Paragraphs>1</o:Paragraphs> - <o:CharactersWithSpaces>322</o:CharactersWithSpaces> - <o:Version>9.2720</o:Version> - </o:DocumentProperties> -</xml><![endif]--><!--[if gte mso 9]><xml> - <w:WordDocument> - <w:DrawingGridHorizontalSpacing>6 pt</w:DrawingGridHorizontalSpacing> - <w:DrawingGridVerticalSpacing>8.15 pt</w:DrawingGridVerticalSpacing> - <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery> - <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery> - <w:Compatibility> - <w:FootnoteLayoutLikeWW8/> - <w:ShapeLayoutLikeWW8/> - <w:AlignTablesRowByRow/> - <w:ForgetLastTabAlignment/> - <w:LayoutRawTableWidth/> - <w:LayoutTableRowsApart/> - </w:Compatibility> - </w:WordDocument> -</xml><![endif]--> -<style> -<!-- - /* Font Definitions */ -@font-face - {font-family:Wingdings; - panose-1:5 0 0 0 0 0 0 0 0 0; - mso-font-charset:2; - mso-generic-font-family:auto; - mso-font-pitch:variable; - mso-font-signature:0 268435456 0 0 -2147483648 0;} - /* Style Definitions */ -p.MsoNormal, li.MsoNormal, div.MsoNormal - {mso-style-parent:""; - margin:0cm; - margin-bottom:.0001pt; - mso-pagination:widow-orphan; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -h1 - {mso-style-next:"Heading 2"; - margin-top:30.0pt; - margin-right:0cm; - margin-bottom:3.0pt; - margin-left:1.0cm; - text-indent:-1.0cm; - mso-pagination:widow-orphan; - page-break-after:avoid; - mso-outline-level:1; - mso-list:l0 level1 lfo14; - tab-stops:list 0cm; - font-size:12.0pt; - font-family:"Times New Roman"; - text-transform:uppercase; - mso-font-kerning:14.0pt;} -h2 - {margin-top:18.0pt; - margin-right:0cm; - margin-bottom:3.0pt; - margin-left:2.0cm; - text-indent:-1.0cm; - mso-pagination:widow-orphan; - mso-outline-level:2; - mso-list:l0 level2 lfo14; - tab-stops:list 2.0cm; - font-size:12.0pt; - font-family:"Times New Roman"; - font-weight:normal;} -h3 - {margin-top:15.0pt; - margin-right:0cm; - margin-bottom:0cm; - margin-left:3.0cm; - margin-bottom:.0001pt; - text-indent:-1.0cm; - mso-pagination:widow-orphan; - mso-outline-level:3; - mso-list:l0 level3 lfo14; - font-size:12.0pt; - font-family:"Times New Roman"; - font-weight:normal;} -h4 - {margin-top:15.0pt; - margin-right:0cm; - margin-bottom:0cm; - margin-left:113.75pt; - margin-bottom:.0001pt; - text-indent:-28.8pt; - mso-pagination:widow-orphan; - mso-outline-level:4; - mso-list:l0 level4 lfo14; - font-size:12.0pt; - font-family:"Times New Roman"; - color:black; - font-weight:normal;} -h5 - {mso-style-next:Normal; - margin:0cm; - margin-bottom:.0001pt; - mso-pagination:widow-orphan; - page-break-after:avoid; - mso-outline-level:5; - font-size:12.0pt; - font-family:"Times New Roman"; - font-weight:normal; - font-style:italic;} -h6 - {mso-style-next:Normal; - margin:0cm; - margin-bottom:.0001pt; - mso-pagination:widow-orphan; - page-break-after:avoid; - mso-outline-level:6; - font-size:12.0pt; - font-family:"Times New Roman";} -p.NormColon, li.NormColon, div.NormColon - {mso-style-name:Norm_Colon; - margin-top:0cm; - margin-right:0cm; - margin-bottom:0cm; - margin-left:59.55pt; - margin-bottom:.0001pt; - text-indent:-19.85pt; - mso-pagination:widow-orphan; - mso-list:l1 level1 lfo20; - tab-stops:list 59.55pt; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -p.NormDash, li.NormDash, div.NormDash - {mso-style-name:Norm_Dash; - margin-top:0cm; - margin-right:0cm; - margin-bottom:0cm; - margin-left:39.7pt; - margin-bottom:.0001pt; - text-indent:-19.85pt; - mso-pagination:widow-orphan; - mso-list:l5 level1 lfo21; - tab-stops:list 39.7pt; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -p.NormDot, li.NormDot, div.NormDot - {mso-style-name:Norm_Dot; - margin-top:0cm; - margin-right:0cm; - margin-bottom:0cm; - margin-left:19.85pt; - margin-bottom:.0001pt; - text-indent:-19.85pt; - mso-pagination:widow-orphan; - mso-list:l2 level1 lfo22; - tab-stops:list 19.85pt; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -@page Section1 - {size:595.3pt 841.9pt; - margin:72.0pt 89.85pt 72.0pt 89.85pt; - mso-header-margin:36.0pt; - mso-footer-margin:36.0pt; - mso-paper-source:0;} -div.Section1 - {page:Section1;} - /* List Definitions */ -@list l0 - {mso-list-id:-5; - mso-list-template-ids:650954760;} -@list l0:level1 - {mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:1.0cm; - text-indent:-1.0cm;} -@list l0:level2 - {mso-level-text:"%1\.%2"; - mso-level-tab-stop:2.0cm; - mso-level-number-position:left; - margin-left:2.0cm; - text-indent:-1.0cm; - mso-ansi-font-size:12.0pt; - font-family:"Times New Roman";} -@list l0:level3 - {mso-level-number-format:alpha-lower; - mso-level-suffix:space; - mso-level-text:"\(%3\)"; - mso-level-tab-stop:none; - mso-level-number-position:left; - margin-left:3.0cm; - text-indent:-1.0cm;} -@list l0:level4 - {mso-level-number-format:roman-lower; - mso-level-suffix:space; - mso-level-text:"\(%4\)"; - mso-level-tab-stop:none; - mso-level-number-position:left; - margin-left:113.75pt; - text-indent:-28.8pt;} -@list l0:level5 - {mso-level-text:"\(%5\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:120.45pt; - text-indent:-35.4pt;} -@list l0:level6 - {mso-level-number-format:alpha-lower; - mso-level-text:"\(%6\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:155.85pt; - text-indent:-35.4pt;} -@list l0:level7 - {mso-level-number-format:roman-lower; - mso-level-text:"\(%7\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:191.25pt; - text-indent:-35.4pt;} -@list l0:level8 - {mso-level-number-format:alpha-lower; - mso-level-text:"\(%8\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:226.65pt; - text-indent:-35.4pt;} -@list l0:level9 - {mso-level-number-format:roman-lower; - mso-level-text:"\(%9\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:262.05pt; - text-indent:-35.4pt;} -@list l1 - {mso-list-id:348988445; - mso-list-type:simple; - mso-list-template-ids:920835982;} -@list l1:level1 - {mso-level-number-format:bullet; - mso-level-style-link:Norm_Colon; - mso-level-text:\F03A; - mso-level-tab-stop:59.55pt; - mso-level-number-position:left; - margin-left:59.55pt; - text-indent:-19.85pt; - font-family:Symbol; - color:windowtext;} -@list l2 - {mso-list-id:450515972; - mso-list-type:simple; - mso-list-template-ids:-527939016;} -@list l2:level1 - {mso-level-number-format:bullet; - mso-level-style-link:Norm_Dot; - mso-level-text:\F0B7; - mso-level-tab-stop:19.85pt; - mso-level-number-position:left; - margin-left:19.85pt; - text-indent:-19.85pt; - font-family:Symbol;} -@list l3 - {mso-list-id:497622821; - mso-list-type:hybrid; - mso-list-template-ids:232045978 67698689 67698703 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} -@list l3:level1 - {mso-level-number-format:bullet; - mso-level-text:\F0B7; - mso-level-tab-stop:36.0pt; - mso-level-number-position:left; - text-indent:-18.0pt; - font-family:Symbol;} -@list l3:level2 - {mso-level-tab-stop:72.0pt; - mso-level-number-position:left; - text-indent:-18.0pt;} -@list l4 - {mso-list-id:513231410; - mso-list-type:hybrid; - mso-list-template-ids:801512924 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} -@list l5 - {mso-list-id:704450732; - mso-list-type:simple; - mso-list-template-ids:-258342314;} -@list l5:level1 - {mso-level-number-format:bullet; - mso-level-style-link:Norm_Dash; - mso-level-text:\F02D; - mso-level-tab-stop:39.7pt; - mso-level-number-position:left; - margin-left:39.7pt; - text-indent:-19.85pt; - font-family:Symbol; - color:windowtext;} -@list l6 - {mso-list-id:805392087; - mso-list-type:simple; - mso-list-template-ids:-1711390644;} -@list l6:level1 - {mso-level-number-format:bullet; - mso-level-text:\F03A; - mso-level-tab-stop:59.55pt; - mso-level-number-position:left; - margin-left:59.55pt; - text-indent:-19.85pt; - font-family:Symbol; - color:windowtext;} -@list l7 - {mso-list-id:1624577111; - mso-list-type:hybrid; - mso-list-template-ids:171313514 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} -@list l7:level1 - {mso-level-number-format:bullet; - mso-level-text:\F0B7; - mso-level-tab-stop:36.0pt; - mso-level-number-position:left; - text-indent:-18.0pt; - font-family:Symbol;} -ol - {margin-bottom:0cm;} -ul - {margin-bottom:0cm;} ---> -</style> -</head> - -<body lang=EN-AU style='tab-interval:36.0pt'> - -<div class=Section1> - -<p class=MsoNormal>Word 2000</p> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<h1 style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left: -0cm;text-indent:0cm;mso-list:none;tab-stops:36.0pt'><span style='font-size: -18.0pt;mso-bidi-font-size:12.0pt'>Heading 1<o:p></o:p></span></h1> - -<h2 style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left: -0cm;text-indent:0cm;mso-list:none;tab-stops:36.0pt'><b><span style='font-size: -16.0pt;mso-bidi-font-size:12.0pt'>Heading 2<o:p></o:p></span></b></h2> - -<h3 style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left: -0cm;text-indent:0cm;mso-list:none'><b><span style='font-size:14.0pt;mso-bidi-font-size: -12.0pt'>Heading 3<o:p></o:p></span></b></h3> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<p class=MsoNormal>Some ordinary text to see how it handles paragraphs</p> - -<p class=MsoNormal>A second paragraph</p> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<ul style='margin-top:0cm' type=disc> - <li class=MsoNormal style='mso-list:l7 level1 lfo25;tab-stops:list 36.0pt'>One - dot point</li> - <li class=MsoNormal style='mso-list:l7 level1 lfo25;tab-stops:list 36.0pt'>Two - dot points</li> - <li class=MsoNormal style='mso-list:l7 level1 lfo25;tab-stops:list 36.0pt'>Three - dot points</li> -</ul> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<ol style='margin-top:0cm' start=1 type=1> - <li class=MsoNormal style='mso-list:l4 level1 lfo24;tab-stops:list 36.0pt'>One - numbered point</li> - <li class=MsoNormal style='mso-list:l4 level1 lfo24;tab-stops:list 36.0pt'>Two - numbered points</li> - <li class=MsoNormal style='mso-list:l4 level1 lfo24;tab-stops:list 36.0pt'>Three - numbered points</li> -</ol> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<table border=1 cellspacing=0 cellpadding=0 style='border-collapse:collapse; - border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'> - <tr> - <td width=111 valign=top style='width:83.4pt;border:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>One</p> - </td> - <td width=112 valign=top style='width:84.0pt;border:solid windowtext .5pt; - border-left:none;mso-border-left-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>two</p> - </td> - <td width=128 valign=top style='width:96.0pt;border:solid windowtext .5pt; - border-left:none;mso-border-left-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>three</p> - </td> - </tr> - <tr> - <td width=111 valign=top style='width:83.4pt;border:solid windowtext .5pt; - border-top:none;mso-border-top-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>Four</p> - </td> - <td width=112 valign=top style='width:84.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>five</p> - </td> - <td width=128 valign=top style='width:96.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>six</p> - </td> - </tr> - <tr> - <td width=111 valign=top style='width:83.4pt;border:solid windowtext .5pt; - border-top:none;mso-border-top-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>Seven</p> - </td> - <td width=112 valign=top style='width:84.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>eight</p> - </td> - <td width=128 valign=top style='width:96.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>nine</p> - </td> - </tr> -</table> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<h5>Some italic text</h5> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<h6>Some bold text</h6> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<p class=MsoNormal>End of text</p> - -</div> - -</body> - -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1068087.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1068087.html deleted file mode 100644 index 9fc2c86d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1068087.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>bad font size</title></head> -<body> -<font SIZE="&#;" >b -<p>a</p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1069549.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1069549.html deleted file mode 100644 index 5614c622..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1069549.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>test NestedList()</title></head> -<body> -<ul> -<li><p>q</p></li> -</ul> -<ol> -<li><ol id="b"></ol></li> -</ol> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1069553.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1069553.html deleted file mode 100644 index ecca318c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1069553.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>test NestedList()</title></head> -<body> -<ol id="a"></ol> -<ul> -<li> -<ul id="b"></ul> -</li> -</ul> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1072528.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1072528.html deleted file mode 100644 index b8195624..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1072528.html +++ /dev/null @@ -1 +0,0 @@ -<!D y="" x=''''''''' > diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1078345.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1078345.html deleted file mode 100644 index 45bbd051..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1078345.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> -Some text. -<noscript> -<div> -<p>Some other text.</p> -</div> -</noscript> -<div> -<blockquote> -Text -<noscript> -<p>Text</p> -</noscript> -</blockquote> -</div> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1079820.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1079820.html deleted file mode 100644 index 3b1af022..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1079820.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> - -<p>text <span lang="en">more text <span lang="la">latin -text</span> text -</span> text.</p> - -<p>text <span lang="en">more text <span>latin -text</span> text -</span> text.</p> - -<p>text <span lang="en"><span>latin -text</span> text -</span> text.</p> - -<p>text <span>more text <span lang="la">latin -text</span> text -</span> text.</p> - -<p><span class="helplink"><span>blah blah ... long -description</span>short text</span></p> - - -<p>text <u lang="en">more text <u lang="la">latin -text</u> text -</u> text.</p> - -<p>text <u lang="en">more text <u>latin -text</u> text -</u> text.</p> - -<p>text <u lang="en"><u>latin -text</u> text -</u> text.</p> - -<p>text <u>more text <u lang="la">latin -text</u> text -</u> text.</p> - -<u class="helplink"><u>blah blah ... long -description</u>short text</u> - -</body> -</html> - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1086083.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1086083.html deleted file mode 100644 index bffdc3ae..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1086083.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> - -<table summary=""> -<tr> -<td> -<li>Huh?</li> -</td> -</tr> -</table> - -<li>Huh?</li> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1090318.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1090318.html deleted file mode 100644 index 04e24d67..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1090318.html +++ /dev/null @@ -1,13 +0,0 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> -<HTML> -<HEAD><title></title></HEAD> -<FRAMESET> -<FRAMESET> -<NOFRAMES> -<BODY> -</BODY> -<P> - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1098012.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1098012.html deleted file mode 100644 index 1decbcb8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1098012.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - -
      - - -<HR> -</DD> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1107622.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1107622.html deleted file mode 100644 index 4478e378..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1107622.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html><head> -<title>name to id</title> -</head> -<body> -<p> -<a id="a1" name="a2">a -</a> -</p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1115094.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1115094.html deleted file mode 100644 index 8eabd771..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1115094.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title></title> -</head> -<body> -<p>xx<b><span> </span></b>yy</p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1117013.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1117013.html deleted file mode 100644 index a620f38c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1117013.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<HTML> -<HEAD> - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> - <META HTTP-EQUIV="Content-Type" CONTENT=""> - <TITLE>test 1117013</TITLE> -</HEAD> -<BODY> -<P>a</P> -</BODY> -</HTML> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1145571.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1145571.html deleted file mode 100644 index 872b3e93..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1145571.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>invalid name to id</title> -</head> -<body> -<p> -<a name="a b">a</a> -</p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1145572.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1145572.html deleted file mode 100644 index d92bf4d2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1145572.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html> -<head> -<title>name vs id in anchor elements</title> -</head> -<body> -<p><a id="ab">a</a></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1168193.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1168193.html deleted file mode 100755 index 0a5f7ebb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1168193.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>span merging tests</title></head> - -<p> -<span><span id="id1">1</span></span> -</p> - -<p> -<span id="id2_1"> -<span id="id2_2"> -2 -</span> -</span> -</p> - -<p> -<span title="span1"> -<span title="span2"> -3 -</span> -</span> -</p> - -<p> -<span title="span1" class="cl1"> -<span title="span2" class="cl2"> -4 -</span> -</span> -</p> - -<p> -<span title="span1" onclick="g()"> -<span title="span2" onclick="f()" id="id5"> -5 -</span> -</span> -</p> - -<p> -<span title="span1" onclick="g()"> -<span> -<span title="span2" onclick="f()" id="id6"> -6 -</span> -</span> -</span> -</p> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1183751.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1183751.html deleted file mode 100644 index 59b7c51d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1183751.html +++ /dev/null @@ -1,104 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>char attribute in table</title> -</head> -<body> - -<table summary=""> -<colgroup> -<col align="char" char="."> -<col align="char" char="."> -</colgroup> -<tr> -<td>55.00</td> -<td>55555.00</td> -</tr> -<tr> -<td>1234.56</td> -<td>123.45</td> -</tr> -</table> - -<table summary=""> -<tbody align="char" char="."> -<tr> -<td>55.00</td> -<td>55555.00</td> -</tr> -<tr> -<td>1234.56</td> -<td>123.45</td> -</tr> -</tbody> -</table> - -<table summary=""> -<tr> -<td align="char" char=".">55.00</td> -<td align="char" char=".">55555.00</td> -</tr> -<tr> -<td align="char" char=".">1234.56</td> -<td align="char" char=".">123.45</td> -</tr> -</table> - -<table summary=""> -<thead> -<tr> -<td>THEAD</td> -<td>THEAD</td> -<td>THEAD</td> -</tr> -<tr> -<td>THEAD</td> -<td>THEAD</td> -<td>THEAD</td> -</tr> -</thead> -<tfoot align="char" char="."> -<tr> -<td>TFOOT 55.00</td> -<td>TFOOT 55555.00</td> -<td>TFOOT 555.00</td> -</tr> -<tr> -<td>TFOOT 1234.56</td> -<td>TFOOT 123.45</td> -<td>TFOOT 12345.67</td> -</tr> -</tfoot> -<tbody> -<tr> -<td>TBODY</td> -<td>TBODY</td> -<td>TBODY</td> -</tr> -<tr> -<td>TBODY</td> -<td>TBODY</td> -<td>TBODY</td> -</tr> -</tbody> -</table> - -<table summary=""> -<tr> -<th align="char" char=".">55.00</th> -<th align="char" char=".">55555.00</th> -<th align="char" char=".">555.00</th> -</tr> -<tr> -<th align="char" char=".">1234.56</th> -<th align="char" char=".">123.45</th> -<th align="char" char=".">12345.67</th> -</tr> -</table> - - -</body> -</html> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1198501.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1198501.html deleted file mode 100755 index 3e41493a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1198501.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/REC-html401/loose.dtd"> -<html> -<head> -<meta name="generator" content= -"HTML Tidy for Cygwin (vers 27 December 2006), see www.w3.org"> -<title>1198501</title> -</head> -<body> -<table bgcolor="yellow" summary=""> -<tr bgcolor="red"> -<th bgcolor="aqua">1</th> -<th>2</th> -</tr> -<tr> -<td>3</td> -<td>4</td> -</tr> -</table> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1207443.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1207443.html deleted file mode 100755 index 634f36ec..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1207443.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title></title> -</head> -<body> -<form action="post"> -<p>A test input box</p> -<p><input type="TEXT" align="left"></p> -<p>&nbsp;</p> -<p>Radio buttons <input type="RADIO"></p> -<p>A check box <input type="CHECKBOX"></p> -<p><br clear="all"></p> -</form> - -<ul type="DISC"> -<li>item 1 -<li>item 2 -</ul> - -<ol type="I"> -<li>item 1 -<li>item 2 -</ol> - -<ul> -<li type="a">item 1 -<li type="A">item 2 -</ul> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1210752.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1210752.html deleted file mode 100755 index 380c4c1b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1210752.html +++ /dev/null @@ -1 +0,0 @@ -<p> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1231279.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1231279.html deleted file mode 100755 index c20f7169..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1231279.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>1231279</title> -</head> -<body> -<div id="aBcDeF">x</div> -<div id="aBcDeF">y</div> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1235296.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1235296.html deleted file mode 100755 index 347584ce..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1235296.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>1235296</title> -</head> -<body> -<p>x<sub>a<sub>1</sub></sub></p> -<p>x<sup>a<sup>1</sup></sup></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1241723.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1241723.html deleted file mode 100755 index a4a99db7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1241723.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title>1241723</title> -</head> -<body> -<p><font size="-0">hi</font></p> -<p><font size="-1">hi</font></p> -<p><font size="-2">hi</font></p> -<p><font size="-3">hi</font></p> -<p><font size="-4">hi</font></p> -<p><font size="-5">hi</font></p> -<p><font size="-6">hi</font></p> -<p><font size="+0">hi</font></p> -<p><font size="+1">hi</font></p> -<p><font size="+2">hi</font></p> -<p><font size="+3">hi</font></p> -<p><font size="+4">hi</font></p> -<p><font size="+5">hi</font></p> -<p><font size="+6">hi</font></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1263391.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1263391.html deleted file mode 100755 index 450d6c5a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1263391.html +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> - <head> - <title>My page</title> - </head> - <body id="cv"> - This should return 2 HTML errors. But there is none<br/> - DIV or UL are not allowed in address<br/> - <address id="contact_postal"> - <div id="identite">toto titi</div> - <div id="adresse"> - 1st street<br /> - 23X52 - NY <br /> - </div> - </address> - <hr /> - <address id="contact_autre"> - <ul id="contact_tel"> - <li id="portable">...</li> - <li id="fixe">...</li> - </ul> - </address> - <hr /> - <p>p is allowed within address only in html transitional.</p> - <address id="contact_autre"> - <p><a id="adresse_mail" href="/path/to/contact/page">contact name</a></p> - </address> -</body> -</html> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1266647.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1266647.html deleted file mode 100755 index 8ba756f3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1266647.html +++ /dev/null @@ -1,2 +0,0 @@ -<!----【----> -<!-- This is just padding: SourceForge dislikes files under 20 bytes long --> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1282835.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1282835.html deleted file mode 100644 index dbeef1c7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1282835.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> -<HTML> -<HEAD> -<TITLE>HTML NOHREF - HTML Code Tutorial</TITLE> -</HEAD> -<BODY> - -<DIV ALIGN=CENTER> - -<MAP NAME="map1"> - -<!-- this area is missing a 'alt' --> -<!-- href is also not mandatory --> -<AREA - NOHREF - SHAPE=CIRCLE COORDS="79,79, 56" - alt="ohoh" -> -<AREA - HREF="thecircle.html" - ALT="The Circle" TITLE="The Circle" - SHAPE=CIRCLE COORDS="79,79, 78"> -</MAP> - -<IMG SRC="circleincircle.gif" - HEIGHT=158 WIDTH=158 ALT="Click the O!" BORDER=0 - USEMAP="#map1"><BR> - -[ <A HREF="thecircle.html">The O</A> ] - -</DIV> - -</HTML> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1286029.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1286029.html deleted file mode 100755 index 550d92a2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1286029.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> - <head> - <title> - HTML NOHREF - HTML Code Tutorial - </title> - </head> - <body> - <form action=""> - <input type="text" value="toto"> - </form> - - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1286278.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1286278.html deleted file mode 100755 index 81695d63..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1286278.html +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>1286278</title> -</head> -<body> - -<div> -hello -<p></p> -hello -<p></p> -<p></p> -hello -<p></p> -<p></p> -<p></p> -hello -</div> - -<hr> - -<div> -hello -<p></p> -hello -<p></p> -hello -<p></p> -hello -</div> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1316258.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1316258.html deleted file mode 100755 index 0fd54074..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1316258.html +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD><title>1316258</title></HEAD> -<BODY> -<P> - This is text that should appear BEFORE the table. -</P> -<CENTER> -<TABLE CELLSPACING="0" BORDER="1" CELLPADDING="2" WIDTH="662" summary=""> - <TR> - <TD>Row 1 - Col 1</TD> -</CENTER> - <TD>Row 1 - Col 2</TD> - <TD>Row 1 - Col 3</TD> - <TD>Row 1 - Col 4</TD> - <TD>Row 1 - Col 5</TD> - </TR> - <TR> - <TD>Row 2 - Col 1</TD> - <TD>Row 2 - Col 2</TD> - <TD>Row 2 - Col 3</TD> - <TD>Row 2 - Col 4</TD> - <TD>Row 2 - Col 5</TD> - </TR> -</TABLE> -</CENTER> -<P> - This is text that should appear AFTER the table. -</P> -</BODY> -</HTML> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1316307-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1316307-2.html deleted file mode 100755 index 57f81bd6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1316307-2.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head><title>1316307-2</title></head> -<body> -<table> -<tr> -<ul> -<td> -Cell Data -</td> -</ul> -</tr> -</table> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1316307.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1316307.html deleted file mode 100755 index 494410db..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1316307.html +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD><TITLE>1316307</TITLE></HEAD> -<BODY> -<P> - This is text that should appear BEFORE the table. -</P> -<CENTER> -<TABLE CELLSPACING=0 BORDER=1 CELLPADDING=2 WIDTH=662 SUMMARY=""> - <TR> - <TD>Row 1 - Col 1</TD> - <TD>Row 1 - Col 2</TD> -<CENTER> - <TD>Row 1 - Col 3</TD> - <TD>Row 1 - Col 4</TD> - <TD>Row 1 - Col 5</TD> - </TR> - <TR> - <TD>Row 2 - Col 1</TD> - <TD>Row 2 - Col 2</TD> - <TD>Row 2 - Col 3</TD> - <TD>Row 2 - Col 4</TD> - <TD>Row 2 - Col 5</TD> - </TR> -</TABLE> -</CENTER> -<P> - This is text that should appear AFTER the table. HTML Tidy output however shows it BEFORE the table. -</P> -</BODY> -</HTML> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1326520.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1326520.html deleted file mode 100755 index 06976aca..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1326520.html +++ /dev/null @@ -1,26 +0,0 @@ -<html> -<head><title>1326520</title></head> -<frameset> - <noframes> - <body> - -<dl> - <dd> - <div> - <table summary=""> - <tr> - <center> - <td></td> - </tr> - </table> - </div> - <dd> - </dd> -</dl> - - </body> - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1331849.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1331849.html deleted file mode 100755 index b3787f17..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1331849.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -1331849 - - -Text BEFORE [implied] table - - - - - - - - - -
      -Implied table cell. - -Implied because there is no opening table tag - just an opening table row tag. -
      -2nd Row of implied table - -More text -
      - -Text AFTER [implied] table but BEFORE the correctly specified table - - - - - - - - - - -
      - Row 1 - Cell 1 - - Row 1 - Cell 2 -
      - Row 2 - Cell 1 - - Row 2 - Cell 2 -
      - -Text that appears AFTER table the end! - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1333579.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1333579.html deleted file mode 100755 index fd534370..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1333579.html +++ /dev/null @@ -1,9 +0,0 @@ - -1333579 - -inferred table -
      -

      Paragraph Text nested in a DIV

      -
      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1359292.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1359292.html deleted file mode 100755 index ac875ed0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1359292.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - -1359292 - Word 2000 - - - - -

      - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1365706.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1365706.xml deleted file mode 100755 index 7bf7aa23..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1365706.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -There is no space after tagged -words. - - - -There is space after tagged -words. - - - -
      -There is space after tagged words.
      - -
      -
      -
      diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1398397.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1398397.html deleted file mode 100755 index ab7b1349..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1398397.html +++ /dev/null @@ -1,4 +0,0 @@ - - -
        -
      diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1407266.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1407266.html deleted file mode 100755 index 45ea1250..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1407266.html +++ /dev/null @@ -1,4 +0,0 @@ - -1407266 - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1408034.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1408034.html deleted file mode 100644 index 8ef42ee2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1408034.html +++ /dev/null @@ -1 +0,0 @@ -x xxx xx \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1410061-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1410061-1.html deleted file mode 100755 index 3cbb35b1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1410061-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - -1410061 - issue 1 inferred ul - - -In bold -
    • Not in bold
    • -
    • With font size 6
    • -
    • But should NOT be indented
    • - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1410061-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1410061-2.html deleted file mode 100755 index ef7d4df8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1410061-2.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -1410061 - issue 2 - inline propagation - - -In bold -
        -
      • Not in bold
      • -
      - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1410061.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1410061.html deleted file mode 100755 index f1df3c5b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1410061.html +++ /dev/null @@ -1,8 +0,0 @@ - - -1410061 - - -The Compact E.O.S. is composed of two integrated modules: the well known Agfa daylight system and the Agfa Classic E.O.S. film processor. The small footprint enables it to be installed even in restricted spaces. The Compact E.O.S. can be extended at the back with a table for film processing from a darkroom.

    • capacity: up to 240 films per hour (medium format)
    • cassette cycle time: 15 s
    • film formats: 18 x24cm to 35 x 43cm
    • film storage magazines that can be used: Curix, Scopix
    • loading and unloading module with 7 dispensers
    • integrated time switch for automatically switching on and off at preselected times
    • stand-by circuit
    • water economy circuit for the integrated film processor
    • film surface scanning for optimum regeneration depending on the film throughput
    • infrared cold air drier offers reduced power consumption with lower heat dissipation
    • interactive operating display that shows operating state and possible service messages

    • - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1415137.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1415137.html deleted file mode 100755 index 38ec0be1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1415137.html +++ /dev/null @@ -1,4 +0,0 @@ - - -</frameset> -abc diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1423252.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1423252.html deleted file mode 100755 index 2e776411..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1423252.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>[1423252] missing text node, and font propagation</title> -</head> -<body> -<font color="red">a -<dl>b</dl> -<dt>c -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1426419.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1426419.html deleted file mode 100644 index 4c705ff5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1426419.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>[1426419] mal-formed inline elements</title> -</head> -<body> -<p><b>Bold <i>Bold and Italics</b> Italics Only</i></p> -<p><tt>Mono <b>Mono and Bold</tt> Bold Only</b></p> -<p><i>Italics <b>Italics and Bold</i> Bold Only</b></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1436578.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1436578.html deleted file mode 100755 index ed4bc54d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1436578.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>1436578</title> -</head> -<body> - -<p class='MsoSignature' style='margin-top:5.0pt'></p> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1445570.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1445570.html deleted file mode 100755 index 00000776..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1445570.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title>1445570</title> -</head> -<body> -<a href="Water lilies.jpg">This is a picture of 'Water Lilly'</a> -<img src="Water lillies.jpg" alt=""> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1448730.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1448730.xml deleted file mode 100755 index 56eca368..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1448730.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0"?> -<doc> -<blah>here is some <b>bold</b> text and here's a <customtag>customtag -content</customtag> who's preceding space will be stripped.</blah> -</doc> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1452744.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1452744.html deleted file mode 100755 index 1f6cfd8f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1452744.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> -<html lang="en"> -<head> -<title>1452744</title> -</head> -<body> -<h1>Test</h1> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1503897.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1503897.html deleted file mode 100755 index 08ddff25..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1503897.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title>1503897</title> -</head> -<body> -<pre> - PrintString("</TD><TR>\n"); -</pre> -<pre> - PrintString("</TD><TR>\n"); -</pre> -</body> -</html> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1510101.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1510101.xml deleted file mode 100755 index c203001e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1510101.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?> -<entities init=""> - -<entity> - <pattern><re><![CDATA[.pt/200[6789]]]> </re></pattern> - <outputs> - <output unique="yes"><attribute>hostname</attribute><separator>; </separator><format eval="no"><![CDATA[Jornal de Notícias]]></format></output> - </outputs> -</entity> - -</entities> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1573338.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_1573338.xml deleted file mode 100755 index 45ae1783..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1573338.xml +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0"?> -<pdu xx=" ww" comment=" -Byte 1:BAP" /> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1586158.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1586158.html deleted file mode 100755 index 4cf82499..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1586158.html +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>1586158</title> -</head> -<body onload="func();"> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1590220-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1590220-1.html deleted file mode 100644 index cf40b4a1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1590220-1.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> - -<HTML> -<HEAD> -<TITLE>1590220 - Example 1</TITLE> -</HEAD> -<BODY> -<TABLE border="2" summary="First table"> -<PRE> -Text of first PRE block -</TABLE> -</PRE> -<TABLE border="3" summary="Second table"> -<PRE> -Text of second PRE block -</TABLE> -</PRE> -<!-- Some Comment --> -</BODY> -</HTML> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1590220-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1590220-2.html deleted file mode 100644 index 81051e75..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1590220-2.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> - -<HTML> -<HEAD> -<TITLE>1590220 - Example 2</TITLE> -</HEAD> -<BODY> -<TABLE border="2" summary="table with errant content"> -<PRE> -Text of first PRE block -<TR><TD> This is a test cell </td></tr> -More errant table content - this should not be PRE'd -</PRE> -</TABLE> -</BODY> -</HTML> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1603538-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1603538-1.html deleted file mode 100755 index 8d1b9ad3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1603538-1.html +++ /dev/null @@ -1,8 +0,0 @@ -<html xmlns="http://www.w3.org/1999/xhtml"> -<body> -<ul> -<li> -<a href="/oldcrap/013747.html">1111</li> -<hr> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1603538-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1603538-2.html deleted file mode 100755 index c4eca5ca..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1603538-2.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> -<table> -<tr> - <td>Norway</th> -</tr> -<tr> - <td>Sweden</th> -</tr> -<tr> - <td>Switzerland</th> -</tr> -<tr> - <td>Turkey</th> -</tr> -</table> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1610888-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1610888-1.html deleted file mode 100755 index 116705f7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1610888-1.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<title>1610888</title> -<style type="text/css"> -body { - color: #000; - background-color: #fff; -} -.container { - background-color: #ff0; - border: solid 5px #f00; - font-size: 500%; -} -</style> -</head> - -<body> - -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1610888-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1610888-2.html deleted file mode 100755 index 4e75ccbd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1610888-2.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<title>1610888</title> -<style type="text/css"> -body { - color: #000; - background-color: #fff; -} -.container { - background-color: #ff0; - border: solid 5px #f00; - font-size: 500%; -} -</style> -</head> - -<body> - -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1632218.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1632218.html deleted file mode 100755 index 45b63ee5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1632218.html +++ /dev/null @@ -1,11 +0,0 @@ -<html> -<head> -<title>1632218 - entity parsing</title> -</head> - -<body> -<a href="file://&#128:/foo">link</a> -<a href="file://&#x128:/foo">link</a> -<a href="file://&#X128:/foo">link</a> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1632470.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1632470.html deleted file mode 100755 index e21957f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1632470.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<hr> -<title>1632470</title> -</head> -<body> -</body> -</html> - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1638062.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1638062.html deleted file mode 100755 index 1272b86f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1638062.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> - <head> - <title>16380628: nested emphasis</title> - </head> - <body> - <p>now <b>how about <b>this</b></b> - <p>this is an <b>error<b> and this is <b>not</b></p> - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1642186-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1642186-1.html deleted file mode 100644 index 6d28cce0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1642186-1.html +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<meta charset="utf-8"> -<title>Issue #65 - Parser too greedy over script blocks</title> -<script> -/* the <script */ -var m1 = "\"<script \""; -var m2 = '<script '; // <script -</script> -<script> - document.write('<style>body{font-family:"'+XCOOKIE.gui_font+'",Verdana, Arial;}<\/style>'); -</script> -</head> -<body> -<p>para 1</p> - <script type="text/javascript">//<![CDATA[ - var request_uri = "http://www.cubrid.org/"; - var waiting_message = "Requesting to the server, please wait"; - var ssl_actions = new Array(); - //]]></script> -<p>para 2</p> -<script> -// We don't like single quotes. -</script> -<p>para 3</p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1642186.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1642186.html deleted file mode 100644 index 7acc7e57..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1642186.html +++ /dev/null @@ -1,5 +0,0 @@ -<script type="text/javascript"> -/* the <script */ -var m1 = "\"<script \""; -var m2 = '<script '; // <script -</script> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1652223.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1652223.html deleted file mode 100755 index e21957f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1652223.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<hr> -<title>1632470</title> -</head> -<body> -</body> -</html> - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1674502.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1674502.html deleted file mode 100755 index a02cd79c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1674502.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<title></title> -</head> -<body> -<?xml ?> -<?xml ?> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1707836.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1707836.html deleted file mode 100755 index 150ee278..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1707836.html +++ /dev/null @@ -1,14 +0,0 @@ -<html> -<head /> -<body> - -<ol> - <p /> - <li /> - <p /> - <li /> - <p /> -</ol> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1715153.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1715153.html deleted file mode 100755 index cf84eaae..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1715153.html +++ /dev/null @@ -1,12 +0,0 @@ -<embed -allowScriptAccess="never" -src="qqq" -quality="high" -mode="transparent" -bgcolor="FFFFFF" -width="330" -height="220" -lign="middle" -allowScriptAccess="sameDomain" -type="application/x-shockwave-flash" -pluginspage="http://www.macromedia.com/go/getflashplayer" /> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1720953.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1720953.html deleted file mode 100755 index c0a6e371..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1720953.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>1720853</title> -</head> -<body> -<img src="y" alt="x" /> -</body> -</html> - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1773932.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1773932.html deleted file mode 100755 index 89323b76..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1773932.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title></title> -</head> -<body> - -<font color="black"> -<ol><li>Foo -</li><li>Bar -</li><li>Xyzzy</li></ol> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-1.html deleted file mode 100755 index f600142f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-1.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> -<title>1986717</title> -</head> - <body> - <a id="a1"></a> - <a name="a2"></a> - <a id="a3" name="a3"></a> - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-2.html deleted file mode 100755 index f600142f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-2.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> -<title>1986717</title> -</head> - <body> - <a id="a1"></a> - <a name="a2"></a> - <a id="a3" name="a3"></a> - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-3.html b/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-3.html deleted file mode 100755 index bf3d7a73..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_1986717-3.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title>1986717</title> -</head> - <body> - <a name="a2"></a> - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_2046048.html b/HTMLTidy/vendor/tidy-html5/test/input/in_2046048.html deleted file mode 100755 index 158a7693..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_2046048.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<title>2046048</title> -</head> -<body> - -<div> -<Asset> -<ThumbNailImage> -<Caption></Caption> -<Width>90</Width> -<Height>60</Height> -</ThumbNailImage> -</Asset> -</div> - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_2085175.html b/HTMLTidy/vendor/tidy-html5/test/input/in_2085175.html deleted file mode 100755 index 7d6c165b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_2085175.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<meta name=Generator content="Microsoft Word 10 (filtered)"> -<title>2085175</title> -</head> -<body> -<p class=MsoNormal>some text <a style='mso-footnote-id:ftn2' href="#_ftn2"><span class=MsoFootnoteReference><span style='mso-special-character:footnote'><![if !supportFootnotes]>[2]<![endif]></span></span></a></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_2359929.html b/HTMLTidy/vendor/tidy-html5/test/input/in_2359929.html deleted file mode 100755 index b4e08273..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_2359929.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> - <head> - <title>A test</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - </head> - <body> - <a href="javascript:alert('\x48ello');">Say hello</a><br /> - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_2705873-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_2705873-1.html deleted file mode 100755 index 4f357b79..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_2705873-1.html +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <title>Virtual Library</title> - </head> - <body> - <p>Moved to <a href="http://example.org/">example.org</a>.</p> - - </body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_2705873-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_2705873-2.html deleted file mode 100755 index 7450903d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_2705873-2.html +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <meta http-equiv="Content-type" content="text/html; charset=EUC-JP" /> - <title>Virtual Library</title> - </head> - <body> - <p>Moved to <a href="http://example.org/">example.org</a>.</p> - </body> -</html> - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_2709860.html b/HTMLTidy/vendor/tidy-html5/test/input/in_2709860.html deleted file mode 100755 index ae62b7e7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_2709860.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> -<table summary=""> -<tr> -<th> Topic </th> -<th rowspan=2> version </th> -<th abbr="Type"> Plugins/standalone&nbsp;?</th> -<th> Foobar </th> -</tr> -</table> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_426885.html b/HTMLTidy/vendor/tidy-html5/test/input/in_426885.html deleted file mode 100644 index be3296b9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_426885.html +++ /dev/null @@ -1,15 +0,0 @@ -<HTML> -<HEAD> -<TITLE>[ #426885 ] Definition list w/Center crashes</TITLE> -</HEAD> -<BODY> -<CENTER><H1>Heading 1</H1></CENTER> -<DT><IMG src="redball.gif"><B>Term 1</B></DT> -<DT><IMG src="redball.gif"><B>Term 2</B><HR></DT> -<CENTER><H1>Heading 2</H1></CENTER> -<UL> -<DT><IMG src="redball.gif"><B>Term 3</B></DT> -<DT><IMG src="redball.gif"><B>Term 4</B><HR></DT> -</UL> -</BODY> -</HTML> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427633.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427633.html deleted file mode 100644 index 2837705d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427633.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> - <title>[#427663] Line endings not supported correctly</title> -</head> -<body> -<p>This is a carriage return This is a Unix line-ending -This is a DOS line ending - -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427662.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427662.html deleted file mode 100644 index cbaebe97..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427662.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title>[#427662] BLOCK/INLINE before TABLE parsed wrong</title> -</head> -<body> -<table border="1" summary=""> -<a href="111"><font size="+3"><b>Big and bold</b> Big</font></a> -</table> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427664.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427664.html deleted file mode 100644 index 3c7b22da..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427664.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> - <title>[#427664] Missing attr values cause NULL segfault</title> -</head> -<body 1/2="xx" width= align=""> -<!-- attribute name is 2 bytes hex c3 87 --> -text -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427671.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427671.html deleted file mode 100644 index 879970b8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427671.html +++ /dev/null @@ -1,15 +0,0 @@ -<html> -<head> - <title>[#427671] &lt;LI&gt; w/FRAME/FRAMESET/OPTGROUP/OPTION loop</title> -</head> -<body> -<ul> -<li>first item</li> -<li><frame>frame item</frame></li> -<li><frameset>frameset item</frameset></li> -<li><optgroup>optgroup item</optgroup></li> -<li><option>option item</option></li> -<li>last item</li> -</ul> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427672.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427672.html deleted file mode 100644 index 1b08d21d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427672.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> - <title>[#427672] Non-std attrs w/multibyte names segfault</title> -</head> -<body 1/2="xx"> -<!-- attribute name is 2 bytes hex c3 87 --> -text -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427675.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427675.html deleted file mode 100644 index 2cc55974..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427675.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title></title> -</head> -<frameset> - <frame name="name" src="one.html"> -</frameset> -<frame name="ignored-by-browsers" src="two.html"> -This text belongs in a noframes element. -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427676.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427676.html deleted file mode 100644 index d47f42c0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427676.html +++ /dev/null @@ -1,8 +0,0 @@ -<html> -<head> - <title></title> -</head> -<body> -<p>This is a <spanstyle="color:#FF0000">Red</span> <a href-"foo">link</a></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427677.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427677.html deleted file mode 100644 index 2a7c241e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427677.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title>[ #427677 ] TrimInitialSpace() can trim too much</title> -</head> -<body> -<p>This is a <span style="color:#FF0000"> Red</span> - <a href="foo"> - link </a></p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427810.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427810.html deleted file mode 100644 index 997d320e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427810.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title>[ #427810 ] Proprietary elements not reported as err</title> -</head> -<body> -<!-- use "-clean" or not to test both cases --> -<p>Test inline element</p> -<blink>Proprietary inline element (blink)</blink> -<wbr>Proprietary inline element (wbr) - note starts on new line, doesn't need end tag -<nobr>Proprietary inline element (nobr)</nobr> -<p>Test inline element</p> -</body> -</html> diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427811.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427811.html deleted file mode 100644 index b5f94496..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427811.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> -<head> - <title>[#427811] FRAME inside NOFRAME infinite loop</title> -</head> -<!-- -<frameset rows="25%,*"> - <frame src="title.html" name="p1" scrolling=no> -</frameset> ---> -<noframes> - <body bgcolor="#000000" text="#ffffff"> - <h1>Need a Frame Capable Browser!</h1> - <frame src="body.html" name="p2"> - </body> - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427812.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_427812.xhtml deleted file mode 100644 index 69575186..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427812.xhtml +++ /dev/null @@ -1,15 +0,0 @@ - - - - -[ #427812 ] Reprocessing OBJECT removes PARAM - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427813.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427813.html deleted file mode 100644 index 26c3d5a9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427813.html +++ /dev/null @@ -1,8 +0,0 @@ - - - [#427813] Missing = from attr value segfaults - - -text - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427816.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427816.html deleted file mode 100644 index 7fbe57ce..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427816.html +++ /dev/null @@ -1,8 +0,0 @@ - - - [ #427816 ] Mismatched quotes for attr segfaults - - -blah - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427818.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427818.html deleted file mode 100644 index 6bfcd64e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427818.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #427818 ] Missing quotes cause segfaults - - -link - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427819.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427819.html deleted file mode 100644 index efc4c0ba..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427819.html +++ /dev/null @@ -1,17 +0,0 @@ - - -[ #427819 ] OPTION w/illegal FONT eats whitespace - - -
      - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427820.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427820.html deleted file mode 100644 index e3e76808..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427820.html +++ /dev/null @@ -1,14 +0,0 @@ - - - Test Input For Bug #427820 - - -
      - - - -

      -
      - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427821.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427821.html deleted file mode 100644 index bf794b61..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427821.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #427821 ] XHTML TRANSITIONAL doctype set wrongly - - - -<body> -This is a test - use "-asxml" on the command line. -</body> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427822.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427822.html deleted file mode 100644 index 074f2787..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427822.html +++ /dev/null @@ -1,10 +0,0 @@ - - -[ #427822 ] PopInLine() doesn't check stack - - -
      -
      abc
      -
      - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427823.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427823.html deleted file mode 100644 index 7c386c0c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427823.html +++ /dev/null @@ -1,18 +0,0 @@ - - -[ #427823 ] Multiple <BODY>'s in <NOFRAMES> allowed - - - - -<body> -Text in body 1. -</body> -<body> -Text in illegal body 2. -</body> -Text in inferred illegal body 3. - - - -Text in inferred illegal body 4. diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427825.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427825.html deleted file mode 100644 index e272db63..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427825.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - Test user defined tags - bug #427825 - - - Test-1Test-3 - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427826.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427826.html deleted file mode 100644 index c223b343..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427826.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -[#427826] Script source needs escaping/CDATA section - - - - - - -

      If converted to XML/XHTML, the < in the javascript source -above causes problems for XML tools.

      - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427827.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427827.html deleted file mode 100644 index f01e66a7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427827.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #427827 ] Nested anchor elements allowed - - -link-1 link-2 -plain - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427830.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427830.html deleted file mode 100644 index 345625b1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427830.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Test Input For Bug #427830 - - -

      Tidy uses an incorrect XHTML 1.0 Namespace, - even if the correct namespace is given.

      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427833.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427833.html deleted file mode 100644 index 4ad987ba..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427833.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - Escape sequences - - -

      #include <stdio.h>

      -

      #include <stdio.h>

      -

      #include <stdio.h>

      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427834.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427834.html deleted file mode 100644 index 76d6bca6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427834.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #427834 ] Warning given for newline in DOCTYPE - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427835.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427835.html deleted file mode 100644 index d5c67487..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427835.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - -Test input file for bug #427835 - - -

      Test input file for bug #427835

      -

      Use with or without the -asxhtml option.

      -

      -clean has no effect

      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427836.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427836.html deleted file mode 100644 index dbb39f60..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427836.html +++ /dev/null @@ -1,5 +0,0 @@ - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427837.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_427837.xml deleted file mode 100644 index e5feff0b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427837.xml +++ /dev/null @@ -1,4 +0,0 @@ - - Björn Höhrmann - Marc-André Lemburg - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427838.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427838.html deleted file mode 100644 index c51c4152..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427838.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -[ #427838 ] Name Anchor thrown away - - -A fragment of html created by Frontpage..... -

      Clipboard

      - -lots more stuff deleted.... - - -some text -some text - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427839.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427839.html deleted file mode 100644 index 2e4a0399..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427839.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test Input For Bug #427839 - - -This is a test. Use "-asxhtml --doctype omit" on the command line. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427840.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427840.html deleted file mode 100644 index 280aa798..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427840.html +++ /dev/null @@ -1,8 +0,0 @@ - -[ #427840 ] Span causes infinite loop - - -

      Inside a span.

      - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427841.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427841.html deleted file mode 100644 index d78b8dd6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427841.html +++ /dev/null @@ -1,31 +0,0 @@ - - -Test input for bug #427841 - - -

      Tidy crashes on badly formed HTML -involving nested lists. - -

      - -
        -
      • Merge adjacent lists -
      - -
        - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427844.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427844.html deleted file mode 100644 index a0445d19..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427844.html +++ /dev/null @@ -1,13 +0,0 @@ - - -[ #427844 ] End tags containing whitespace warning \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427845.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427845.html deleted file mode 100644 index 0c599cb0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427845.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ #427845 ] Doctypes are output on multiple lines - - -Use "--wrap 60" on the command line - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_427846.html b/HTMLTidy/vendor/tidy-html5/test/input/in_427846.html deleted file mode 100644 index 4d0da4e9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_427846.html +++ /dev/null @@ -1,13 +0,0 @@ - - - Test Input For Bug #427846 - - - -
        -text-one -
        -text-two -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431716.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431716.html deleted file mode 100644 index 9edcf798..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431716.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - -civRights2 - - -

        Civil Rights #2

        - -

        Overview

        - -
          -
        • Who are you protected from?
        • - -
        • How are you supposed to do anything about it?
        • - -
        • Why do protections grow and shrink?
        • - -
        • Rights of women
        • - -
        • Rights of disabled people
        • - -
        • Native Americans
        • -
        - -

        Who are you protected from?

        - -
          -
        • "State government" under 14th Amendment
        • - -
        • -
            -
          • Sex/race, not age!
          • - -
          • People who act "on behalf" of state government
          • -
          -
        • -
        - -

        Who are you protected from?

        - -
          -
        • "State government" under 14th Amendment
        • - -
        • -
            -
          • Sex/race, not age!
          • - -
          • People who act "on behalf" of state government
          • -
          -
        • - -
        • Federal Government Contractors
        • -
        - -

        Who are you protected from?

        - -
          -
        • "State government" under 14th Amendment
        • - -
        • -
            -
          • Sex/race, not age!
          • - -
          • People who act "on behalf" of state government
          • -
          -
        • - -
        • Federal Government Contractors
        • - -
        • Anybody Congress can regulate under the commerce clause
        • - -
        • -
            -
          • Civil Rights Acts (1866, 1964, 1991)
          • -
          -
        • -
        - -

        How are rules enforced?

        - -
          -
        1. Criminal prosecution
        2. -
        - -

        How are rules enforced?

        - -
          -
        1. Criminal prosecution
        2. - -
        3. EEOC complaint
        4. - -
        5. -
            -
          1. Lawsuit for back pay and reinstatement
          2. - -
          3. Affirmative Action order.
          4. -
          -
        6. -
        - -

        How are rules enforced?

        - -
          -
        1. Criminal prosecution
        2. - -
        3. EEOC complaint
        4. - -
        5. -
            -
          1. Lawsuit for back pay and reinstatement
          2. - -
          3. Affirmative Action order.
          4. -
          -
        6. - -
        7. Private lawsuit--financial compensation
        8. -
        - -

        What about Affirmative Action?

        - -
          -
        • what is it?
        • -
        - -

        What about Affirmative Action?

        - -
          -
        • what is it?
        • - -
        • reverse discrimination
        • -
        - -

        What about Affirmative Action?

        - -
          -
        • what is it?
        • - -
        • reverse discrimination
        • - -
        • diversity policy and the University
        • - -
        • -
            -
          • Bakke's lawsuit & followups
          • -
          -
        • - -
        • diversity in government contracting: quotas?
        • -
        - -

        Why do protections grow and shrink?

        - -
          -
        • Courts have limited government intervention in society
        • - -
        • Is protest necessary?
        • - -
        • -
            -
          •  Need to "get attention"
          • - -
          • Maybe if you don't have a good lawyer...
          • -
          -
        • - -
        • Terrorism/violence usually "counter productive"
        • -
        - -

        Racial Minorities

        - -
          -
        • 14th shrank in response to Court decisions and politics
        • - -
        • Some protections won through legal action
        • - -
        • Biggest protections result from nonviolent action
        • -
        - -

        Rights of Women

        - -
          -
        • Long era of "protectionism"
        • -
        - -

        Rights of Women

        - -
          -
        • Long era of "protectionism"
        • - -
        • excluded from many professions
        • -
        - -

        Rights of Women

        - -
          -
        • Long era of "protectionism"
        • - -
        • excluded from many professions
        • - -
        • couldn't vote
        • - -
        • own property
        • -
        - -

        Equal Rights Amendments

        - -
          -
        • Remember the 14th Amendment?
        • -
        - -

        Equal Rights Amendments

        - -
          -
        • Remember the 14th Amendment?
        • - -
        • ERA proposed by Congress 1972. Failed.
        • -
        - -

        Equal Rights Amendments

        - -
          -
        • Remember the 14th Amendment?
        • - -
        • ERA proposed by Congress 1972. Failed.
        • - -
        • 1970s: Revival of 14th for women.
        • - -
        • -
            -
          • Sexual classifications no longer allowed by State without -persuasive justification
          • -
          -
        • -
        - -

        Women in the Labor Force

        - -
          -
        • Why do women earn less?
        • - -
        • -
            -
          • Job type
          • - -
          • Skill
          • - -
          • Discrimination
          • -
          -
        • -
        - -

        Women in the Labor Force

        - -
          -
        • Why do women earn less?
        • - -
        • -
            -
          • Job type
          • - -
          • Skill
          • - -
          • Discrimination
          • -
          -
        • - -
        • 1964 CRA included "sex" but...
        • - -
        • EEOC  initially refused to pursue sex discrimination -cases
        • -
        - -

        Women in the Labor Force

        - -
          -
        • Why do women earn less?
        • - -
        • -
            -
          • Job type
          • - -
          • Skill
          • - -
          • Discrimination
          • -
          -
        • - -
        • 1964 CRA included "sex" but...
        • - -
        • EEOC  initially refused to pursue sex discrimination -cases
        • - -
        • 1991 CRA: restated 1866 CRA right to sue for $ damages for -discrimination or sexual harassment.
        • -
        - -

        Higher Education

        - -
          -
        • Higher Educ. Act, Title IX (1972)  Prohibit sex -discrimination in fed. funded programs
        • - -
        • Rising emphasis on women's athletics
        • - -
        • Backlash in some states (California, Texas)
        • -
        - -

        Rights of disabled people

        - -
          -
        • 1973 Federal law prohibited discrimination by federal -contractors
        • - -
        • -
            -
          • must not discriminate against an otherwise qualified person -solely by reason of handicap
          • -
          -
        • -
        - -

        Rights of disabled people

        - -
          -
        • 1973 Federal law prohibited discrimination by federal -contractors
        • - -
        • -
            -
          • must not discriminate against an otherwise qualified person -solely by reason of handicap
          • -
          -
        • - -
        • 1990 Americans with Disabilities Act
        • - -
        • -
            -
          • extends protection to businesses and public accommodations -(commerce clause)
          • - -
          • requires reasonable accommodation
          • -
          -
        • -
        - -

        Politics and Native American Rights

        - -
          -
        • Battle on 2 fronts
        • - -
        • -
            -
          • Tribal autonomy & relations with US/BIA
          • - -
          • Opportunities within "mainstream" US
          • -
          -
        • - -
        • State Government and the 14th amendment
        • - -
        • -
            -
          • Complicated peyote story
          • -
          -
        • -
        - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431719.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431719.html deleted file mode 100644 index 341546ec..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431719.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - Test input for bug #431719 - - -

        Problem is spec want "HTML 3.2 Final", but everyone - in the world, including Tidy, uses "HTML 3.2". So the - software has to recognize both FPI's as equivalent. - - - - - -
        Missing table summary only applies to HTML 4.x
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431721.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431721.html deleted file mode 100644 index 5d851a1b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431721.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - -Joe-Bob Briggs LLP - - - - - - -

        - -

        Joe-Bob Briggs LLP

        - -

         

        - -

        Bryan -Joe-Bob LLP is a leading national and international corporate, litigation and -private client law firm. We represent a -wide variety of business, institutional and individual clients for whom our -lawyers handle a wide range of matters. -As a result, our lawyers are well prepared to meet the needs of clients -whether large or small, public or private, for-profit or not-for-profit.

        - -

         

        - -

        Joe-Bob -Briggs has more offices than you can shake a stick at. -These locations give Joe-Bob the geographic reach to assist his -clients where their needs are most pressing.

        - -

                 -Estate Planning

        - -

                 -Closely-Held Business Practice

        - -

                 -Estate, Gift, Income and Other Tax Advice

        - -

         

        - -

        Joe-Bob -joined the Firm in 1995 after 15 years with the Kansas City firm of Fish, -Gill, Smoker & Butts, where he was a Shareholder/Director. John is a past Chair of the Estate Planning, -Probate and Trust Committee of the Kansas City Metropolitan Bar Association and -co-authored the Drinking Procedures Manual for County -Practitioners. Currently, JB is a -member of the Missouri Bar Probate and Trust Committee, the Estate Planning Society -and the Mid-America Planned Giving Council. -A fellow of the American College of Trust and Estate Counsel, JB -lectures frequently on Estate Planning topics for both legal and lay -organizations.

        - -

         

        - -
        - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431731.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431731.html deleted file mode 100644 index 16850537..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431731.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #431731 ] Inline emphasis inconsistent propagation - - -OUTSIDE
        -OUTSIDE - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431736.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431736.html deleted file mode 100644 index b8b46c3f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431736.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#431736] Doctype decl added before XML decl - - -

        Run tidy w/ -asxhtml or -asxml options...

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431739.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431739.html deleted file mode 100644 index 86b2a1f5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431739.html +++ /dev/null @@ -1,9 +0,0 @@ - - - [#431739] Spaces carried into empty block tags - - -This is a test -
        Example - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431874.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431874.html deleted file mode 100644 index 3af169c3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431874.html +++ /dev/null @@ -1,6 +0,0 @@ - -Test for bug #431874 - -Test for bug #431874 - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431883.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431883.html deleted file mode 100644 index b54a620d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431883.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - -Bug-2000-12-27-A [ #431883 ] Given doctype reported incorrectly - - - - - - - - - - - - - -
        A cell.
        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431889.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431889.html deleted file mode 100644 index 01ebacd6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431889.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -Bug-2000-12-27-B [ #431889 ] Config file options w/"param" don't work - - - - -

        This image has no ALT attribute.

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431895.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431895.html deleted file mode 100644 index b72a6f58..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431895.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - -Bug-2001-01-03-A [ #431895 ] gnu-emacs filename not set for XML or -q - - - - -

        -

        Some text.

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431898.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431898.html deleted file mode 100644 index 6af7ba07..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431898.html +++ /dev/null @@ -1,13 +0,0 @@ - - -]> - -[ #431898 ] Tidy messes up X(HT)ML documents - - -

        Test

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431956.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_431956.xml deleted file mode 100644 index ffd34b83..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431956.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - Test - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431958.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431958.html deleted file mode 100644 index 233bea6e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431958.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - [ #431958 ] Comments always indented - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431964.html b/HTMLTidy/vendor/tidy-html5/test/input/in_431964.html deleted file mode 100644 index 26b0d1fb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431964.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #431964 ] table height="" not flagged as error - - - - - - -
        A cell.
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_431965.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_431965.xhtml deleted file mode 100644 index b8dcaec9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_431965.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - - [ #431965 ] XHTML Strict seen as Transitional w/div - - - -
        Test
        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_432677.html b/HTMLTidy/vendor/tidy-html5/test/input/in_432677.html deleted file mode 100644 index 96fc7333..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_432677.html +++ /dev/null @@ -1,14 +0,0 @@ - - -[ #432677 ] Null value changed to "value" for -asxml - -
        - - - -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433012.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433012.html deleted file mode 100644 index 77fc7676..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433012.html +++ /dev/null @@ -1,804 +0,0 @@ - -[ #433012 ] Illegal ampersands/character entities - -

        - - - - - - - - - - - id=ID =XX
        - - - id=ID¡=XX
        - - - id=ID¢=XX
        - - - id=ID£=XX
        - - - id=ID¤=XX
        - - - id=ID¥=XX
        - - - id=ID¦=XX
        - - - id=ID§=XX
        - - - id=ID¨=XX
        - - - id=ID©=XX
        - - - id=IDª=XX
        - - - id=ID«=XX
        - - - id=ID¬=XX
        - - - id=ID­=XX
        - - - id=ID®=XX
        - - - id=ID¯=XX
        - - - id=ID°=XX
        - - - id=ID±=XX
        - - - id=ID²=XX
        - - - id=ID³=XX
        - - - id=ID´=XX
        - - - id=IDµ=XX
        - - - id=ID¶=XX
        - - - id=ID·=XX
        - - - id=ID¸=XX
        - - - id=ID¹=XX
        - - - id=IDº=XX
        - - - id=ID»=XX
        - - - id=ID¼=XX
        - - - id=ID½=XX
        - - - id=ID¾=XX
        - - - id=ID¿=XX
        - - - id=IDÀ=XX
        - - - id=IDÁ=XX
        - - - id=IDÂ=XX
        - - - id=IDÃ=XX
        - - - id=IDÄ=XX
        - - - id=IDÅ=XX
        - - - id=IDÆ=XX
        - - - id=IDÇ=XX
        - - - id=IDÈ=XX
        - - - id=IDÉ=XX
        - - - id=IDÊ=XX
        - - - id=IDË=XX
        - - - id=IDÌ=XX
        - - - id=IDÍ=XX
        - - - id=IDÎ=XX
        - - - id=IDÏ=XX
        - - - id=IDÐ=XX
        - - - id=IDÑ=XX
        - - - id=IDÒ=XX
        - - - id=IDÓ=XX
        - - - id=IDÔ=XX
        - - - id=IDÕ=XX
        - - - id=IDÖ=XX
        - - - id=ID×=XX
        - - - id=IDØ=XX
        - - - id=IDÙ=XX
        - - - id=IDÚ=XX
        - - - id=IDÛ=XX
        - - - id=IDÜ=XX
        - - - id=IDÝ=XX
        - - - id=IDÞ=XX
        - - - id=IDß=XX
        - - - id=IDà=XX
        - - - id=IDá=XX
        - - - id=IDâ=XX
        - - - id=IDã=XX
        - - - id=IDä=XX
        - - - id=IDå=XX
        - - - id=IDæ=XX
        - - - id=IDç=XX
        - - - id=IDè=XX
        - - - id=IDé=XX
        - - - id=IDê=XX
        - - - id=IDë=XX
        - - - id=IDì=XX
        - - - id=IDí=XX
        - - - id=IDî=XX
        - - - id=IDï=XX
        - - - id=IDð=XX
        - - - id=IDñ=XX
        - - - id=IDò=XX
        - - - id=IDó=XX
        - - - id=IDô=XX
        - - - id=IDõ=XX
        - - - id=IDö=XX
        - - - id=ID÷=XX
        - - - id=IDø=XX
        - - - id=IDù=XX
        - - - id=IDú=XX
        - - - id=IDû=XX
        - - - id=IDü=XX
        - - - id=IDý=XX
        - - - id=IDþ=XX
        - - - id=IDÿ=XX
        - - - - - - - - id=ID&fnof=XX
        - - - id=ID&Alpha=XX
        - - - id=ID&Beta=XX
        - - - id=ID&Gamma=XX
        - - - id=ID&Delta=XX
        - - - id=ID&Epsilon=XX
        - - - id=ID&Zeta=XX
        - - - id=ID&Eta=XX
        - - - id=ID&Theta=XX
        - - - id=ID&Iota=XX
        - - - id=ID&Kappa=XX
        - - - id=ID&Lambda=XX
        - - - id=ID&Mu=XX
        - - - id=ID&Nu=XX
        - - - id=ID&Xi=XX
        - - - id=ID&Omicron=XX
        - - - id=ID&Pi=XX
        - - - id=ID&Rho=XX
        - - - id=ID&Sigma=XX
        - - - id=ID&Tau=XX
        - - - id=ID&Upsilon=XX
        - - - id=ID&Phi=XX
        - - - id=ID&Chi=XX
        - - - id=ID&Psi=XX
        - - - id=ID&Omega=XX
        - - - id=ID&alpha=XX
        - - - id=ID&beta=XX
        - - - id=ID&gamma=XX
        - - - id=ID&delta=XX
        - - - id=ID&epsilon=XX
        - - - id=ID&zeta=XX
        - - - id=ID&eta=XX
        - - - id=ID&theta=XX
        - - - id=ID&iota=XX
        - - - id=ID&kappa=XX
        - - - id=ID&lambda=XX
        - - - id=ID&mu=XX
        - - - id=ID&nu=XX
        - - - id=ID&xi=XX
        - - - id=ID&omicron=XX
        - - - id=ID&pi=XX
        - - - id=ID&rho=XX
        - - - id=ID&sigmaf=XX
        - - - id=ID&sigma=XX
        - - - id=ID&tau=XX
        - - - id=ID&upsilon=XX
        - - - id=ID&phi=XX
        - - - id=ID&chi=XX
        - - - id=ID&psi=XX
        - - - id=ID&omega=XX
        - - - id=ID&thetasym=XX
        - - - id=ID&upsih=XX
        - - - id=ID&piv=XX
        - - - id=ID&bull=XX
        - - - id=ID&hellip=XX
        - - - id=ID&prime=XX
        - - - id=ID&Prime=XX
        - - - id=ID&oline=XX
        - - - id=ID&frasl=XX
        - - - id=ID&weierp=XX
        - - - id=ID&image=XX
        - - - id=ID&real=XX
        - - - id=ID&trade=XX
        - - - id=ID&alefsym=XX
        - - - id=ID&larr=XX
        - - - id=ID&uarr=XX
        - - - id=ID&rarr=XX
        - - - id=ID&darr=XX
        - - - id=ID&harr=XX
        - - - id=ID&crarr=XX
        - - - id=ID&lArr=XX
        - - - id=ID&uArr=XX
        - - - id=ID&rArr=XX
        - - - id=ID&dArr=XX
        - - - id=ID&hArr=XX
        - - - id=ID&forall=XX
        - - - id=ID&part=XX
        - - - id=ID&exist=XX
        - - - id=ID&empty=XX
        - - - id=ID&nabla=XX
        - - - id=ID&isin=XX
        - - - - - - id=ID¬in=XX
        - - - id=ID&ni=XX
        - - - id=ID&prod=XX
        - - - id=ID&sum=XX
        - - - id=ID&minus=XX
        - - - id=ID&lowast=XX
        - - - id=ID&radic=XX
        - - - id=ID&prop=XX
        - - - id=ID&infin=XX
        - - - id=ID&ang=XX
        - - - id=ID&and=XX
        - - - id=ID&or=XX
        - - - id=ID&cap=XX
        - - - id=ID&cup=XX
        - - - id=ID&int=XX
        - - - id=ID&there4=XX
        - - - id=ID&sim=XX
        - - - id=ID&cong=XX
        - - - id=ID&asymp=XX
        - - - id=ID&ne=XX
        - - - id=ID&equiv=XX
        - - - id=ID&le=XX
        - - - id=ID&ge=XX
        - - - id=ID&sub=XX
        - - - id=ID&sup=XX
        - - - id=ID&nsub=XX
        - - - id=ID&sube=XX
        - - - id=ID&supe=XX
        - - - id=ID&oplus=XX
        - - - id=ID&otimes=XX
        - - - id=ID&perp=XX
        - - - id=ID&sdot=XX
        - - - id=ID&lceil=XX
        - - - id=ID&rceil=XX
        - - - id=ID&lfloor=XX
        - - - id=ID&rfloor=XX
        - - - id=ID&lang=XX
        - - - id=ID&rang=XX
        - - - id=ID&loz=XX
        - - - id=ID&spades=XX
        - - - id=ID&clubs=XX
        - - - id=ID&hearts=XX
        - - - id=ID&diams=XX
        - - - - - - - - - id=ID"=XX
        - - - id=ID&=XX
        - - - id=ID<=XX
        - - - id=ID>=XX
        - - - - - - - - id=ID&OElig=XX
        - - - id=ID&oelig=XX
        - - - id=ID&Scaron=XX
        - - - id=ID&scaron=XX
        - - - id=ID&Yuml=XX
        - - - id=ID&circ=XX
        - - - id=ID&tilde=XX
        - - - id=ID&ensp=XX
        - - - id=ID&emsp=XX
        - - - id=ID&thinsp=XX
        - - - id=ID&zwnj=XX
        - - - id=ID&zwj=XX
        - - - id=ID&lrm=XX
        - - - id=ID&rlm=XX
        - - - id=ID&ndash=XX
        - - - id=ID&mdash=XX
        - - - id=ID&lsquo=XX
        - - - id=ID&rsquo=XX
        - - - id=ID&sbquo=XX
        - - - id=ID&ldquo=XX
        - - - id=ID&rdquo=XX
        - - - id=ID&bdquo=XX
        - - - id=ID&dagger=XX
        - - - id=ID&Dagger=XX
        - - - id=ID&permil=XX
        - - - id=ID&lsaquo=XX
        - - - id=ID&rsaquo=XX
        - - - - - - id=ID&euro=XX
        - - - - - - - - id=ID&apos=XX
        - - - id=ID&foo=XX
        -

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433021.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433021.html deleted file mode 100644 index 82eb8df4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433021.html +++ /dev/null @@ -1,18 +0,0 @@ - - -[ #433021 ] Identify attribute whose value is bad - - -

        text

        - - - - - - -

        "valign" attr value can't be "center"

        -

        "valign" attr value can't be "fuzzle"

        -

        "align"/"valign" attr values can't be "fuzzle"

        -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433040.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433040.html deleted file mode 100644 index b5efef3b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433040.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ #433040 ] Anchor tag without attributes deleted - - -Tidy strips Anchor tags when there are no attributes - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433359.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433359.html deleted file mode 100644 index 8ef2e069..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433359.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #433359 ] Empty iframe elements trimmed - - -This is a test - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433360.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433360.html deleted file mode 100644 index 227673ab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433360.html +++ /dev/null @@ -1,9 +0,0 @@ - -[ #433360 ] Tags with missing > can't be repaired - -

        -There seems to be an error occurring when you don't -end a tag with a >. Tidy won't fix it. -

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433604.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_433604.xml deleted file mode 100644 index 81c0b659..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433604.xml +++ /dev/null @@ -1,4 +0,0 @@ - -[ #433604 ] Tidy inserts &nbsp; entity in -xml mode. -Use -xml on command line. -Test of   diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433607.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_433607.xml deleted file mode 100644 index 67727840..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433607.xml +++ /dev/null @@ -1,3 +0,0 @@ - -[ #433607 ] No warning for omitted end tag with -xml. -Use -xml on command line. diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433656.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433656.html deleted file mode 100644 index 9db2dca7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433656.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #433656 ] Improve support for PHP - - -(some text) - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433666.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433666.html deleted file mode 100644 index 35376d63..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433666.html +++ /dev/null @@ -1,12 +0,0 @@ - -[ #433666 ] Attempt to repair duplicate attributes - - - - - -
        Test
        - - -[ #433670 ] &apos not recognized as valid XML entity. -Use -xml on command line. -Test of ' diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433672.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433672.html deleted file mode 100644 index e0c71501..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433672.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ #433672 ] Anchor enclosing Header tags is omitted - - -

        Section heading

        -

        Another heading

        - -
        ack!
        -

        Goto Another Heading - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_433856.html b/HTMLTidy/vendor/tidy-html5/test/input/in_433856.html deleted file mode 100644 index 5c2fd05e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_433856.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -[ #433856 ] Access violation w/Word files w/font tag - - - -

        De kop

        - -

        Dit is een test.

        -
        - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_434047.html b/HTMLTidy/vendor/tidy-html5/test/input/in_434047.html deleted file mode 100644 index 3a4ef701..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_434047.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #434047 ] Mixed content in 4.01 Strict not allowed - - - - - - -
        Some text.
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_434100.html b/HTMLTidy/vendor/tidy-html5/test/input/in_434100.html deleted file mode 100644 index 1c33b1ca..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_434100.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - -[ #434100 ] Error actually reported as a warning - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_434940.html b/HTMLTidy/vendor/tidy-html5/test/input/in_434940.html deleted file mode 100644 index 076562cb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_434940.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ #434940 ] --show-body-only: print only body contents - - -Use "--show-body-only yes" on the command line - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435903.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435903.html deleted file mode 100644 index be35048e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435903.html +++ /dev/null @@ -1,19 +0,0 @@ - - [ #435903 ] Script element w/body child to table bug> - - - - - - - -
        -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435909.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435909.html deleted file mode 100644 index daf10438..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435909.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -[ #435909 ] <noscript></noscript> in <head></head> - - - - - -Test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435917.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435917.html deleted file mode 100644 index a5938fc5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435917.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #435917 ] <input onfocus=""> reported unknown attr - - -bug #1 - -bug #2 - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435919.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435919.html deleted file mode 100644 index 127cbf38..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435919.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #435919 ] Nested <q></q>'s not handled correctly - - -So then I said to him, don't go there. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435920.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435920.html deleted file mode 100644 index c0fade23..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435920.html +++ /dev/null @@ -1,13 +0,0 @@ - - -[ #435920 ] Space inserted before </td> causes probs - - -bla - - - - -
         
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435922.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435922.html deleted file mode 100644 index cea6d9b3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435922.html +++ /dev/null @@ -1,10 +0,0 @@ - - - [ #435922 ] Missing <form> around <input> no warning - - - -
        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_435923.html b/HTMLTidy/vendor/tidy-html5/test/input/in_435923.html deleted file mode 100644 index ead575d9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_435923.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #435923 ] Preserve case of attribute names - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_437468.html b/HTMLTidy/vendor/tidy-html5/test/input/in_437468.html deleted file mode 100644 index dd67848b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_437468.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test input file for iso-8859-1 character entities - - -

        Phrase with numeric quotes expressly stated: “Dj conu l're de Cafne”

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_438650.html b/HTMLTidy/vendor/tidy-html5/test/input/in_438650.html deleted file mode 100644 index 55c8a197..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_438650.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #438650 ] Newline in URL attr value becomes space - - -This is a test - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_438658.html b/HTMLTidy/vendor/tidy-html5/test/input/in_438658.html deleted file mode 100644 index 9eb1d499..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_438658.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #438658 ] Missing / in title endtag makes 2 titles<title> -</head> -<body> -Test -</body> -</html> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_438954.html b/HTMLTidy/vendor/tidy-html5/test/input/in_438954.html deleted file mode 100644 index 39d02773..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_438954.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>[ #438954 ] Body tag w/attributes omitted w/hide-end - - -Use "--hide-endtags yes" on command line - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_438956.html b/HTMLTidy/vendor/tidy-html5/test/input/in_438956.html deleted file mode 100644 index 4f3123ab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_438956.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #438956 ] Bad head-endtag reported incorrectly - - -Test - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_441508.html b/HTMLTidy/vendor/tidy-html5/test/input/in_441508.html deleted file mode 100644 index b9030524..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_441508.html +++ /dev/null @@ -1,10 +0,0 @@ - -[ #441508 ] parser.c: BadForm() function broken - - - -
        Test
        - - - - - [ #441568 ] Font tags handling different - - -
        - -text-one - -
        - -text-two - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_441740.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_441740.xhtml deleted file mode 100644 index 47ee9385..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_441740.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - -Sample XHTML 1.1 document with Ruby markup - - -

        - - - 10 - 31 - 2002 - - - Month - Day - Year - - - Expiration Date - - -

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_443362.html b/HTMLTidy/vendor/tidy-html5/test/input/in_443362.html deleted file mode 100644 index 30f3aad2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_443362.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - -[ #443362 ] null-pointer except. for doctype in pre - - - -

        Unofficial W3C Validator FAQ

        -

        This is a list of frequently asked questions and answers asked on the -www-validator-css@w3.org mailing list. - -

        -What does "org.xml.sax.SAXException: -Please, fix your system identifier (URI) in the DOCTYPE rule." mean? -

        - -

        Your XHTML document contains a document type -declaration but the system identifier points at some -non-W3C URI. Your document probably contains something -like this: -

        -
         
        - 
        -
        -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_443381.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_443381.xhtml deleted file mode 100644 index b5c6b9ac..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_443381.xhtml +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #443381 ] end tags for empty elements in XHTML - - -

        TestcoolTest

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_443576.html b/HTMLTidy/vendor/tidy-html5/test/input/in_443576.html deleted file mode 100644 index f3485c76..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_443576.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ #443576 ] End script tag inside scripts problem - - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_443678.html b/HTMLTidy/vendor/tidy-html5/test/input/in_443678.html deleted file mode 100644 index 2fe2cc9d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_443678.html +++ /dev/null @@ -1,19 +0,0 @@ - - -[ #443678 ] Unclosed <script> in <head> messes Tidy - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_444394.html b/HTMLTidy/vendor/tidy-html5/test/input/in_444394.html deleted file mode 100644 index da104694..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_444394.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - -Hello - - - - - - -
        - -

        Hello

        - -

         

        - -

        This is a nice document

        - -

        Test

        - -

        With a nice picture

        - -

         

        - -
        - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_445074.html b/HTMLTidy/vendor/tidy-html5/test/input/in_445074.html deleted file mode 100644 index 761d0d39..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_445074.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -[ #445074 ] XHTML requires form method="post" - - -
        - - - - -
        - -
        -
        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_445394.html b/HTMLTidy/vendor/tidy-html5/test/input/in_445394.html deleted file mode 100644 index 626aa648..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_445394.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #445394 ] Improve handling of missing trailing " - - -link - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_445557.html b/HTMLTidy/vendor/tidy-html5/test/input/in_445557.html deleted file mode 100644 index f1be0b87..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_445557.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -[ #445557 ] Convert Symbol font chars to Unicode - - -

        The predicate calculus has a number of theorems and axioms for proving logical statements. Here are the main symbols used in predicate calculus:

        -

        P(x) – proposition – a logical statement in the condition x.

        -

        x – any condition in the set of possible conditions.

        -

        c – a particular condition in the set of possible conditions.

        -

        " - – "For every"

        -

        $ - – "Exists"

        -

        ® - – Implication

        -

        Ù - – Conjunction (logical and)

        -

        Ú - – Disjunction (logical or)

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_446019.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_446019.xhtml deleted file mode 100644 index afa5328c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_446019.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #446019 ] <img name="foo"> allowed in XTHML-Strict - - -

        -TestTest -

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_449348.html b/HTMLTidy/vendor/tidy-html5/test/input/in_449348.html deleted file mode 100644 index d6d32779..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_449348.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #449348 ] Whitespace added/removed to inline tags - - -

        Make this wrap at the end of the line12345678: white-spacejoebob

        - -

        This is long enough a wrap at the next line text -...

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_450389.html b/HTMLTidy/vendor/tidy-html5/test/input/in_450389.html deleted file mode 100644 index ebe001c9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_450389.html +++ /dev/null @@ -1,82 +0,0 @@ - - -[ #450389 ] Color attval check allows only black/# - - - - - - -

        -Test black
        -Test green
        -Test silver
        -Test lime
        -Test gray
        -Test olive
        -Test white
        -Test yellow
        -Test maroon
        -Test navy
        -Test red
        -Test blue
        -Test purple
        -Test teal
        -Test fuchsia
        -Test aqua
        -

        - -

        -Test Red
        -Test RED
        -

        - -

        -Test invalid reddish
        -

        - -

        -Test black #000000
        -Test green #008000
        -Test silver #C0C0C0
        -Test lime #00FF00
        -Test gray #808080
        -Test olive #808000
        -Test white #FFFFFF
        -Test yellow #FFFF00
        -Test maroon #800000
        -Test navy #000080
        -Test red #FF0000
        -Test blue #0000FF
        -Test purple #800080
        -Test teal #008080
        -Test fuchsia #FF00FF
        -Test aqua #00FFFF
        -

        - -

        -Test red #ff0000
        -Test red #fF0000
        -

        - -

        -Test invalid red #FF
        -

        - -

        -Test invalid grurple
        -Test invalid #grurple
        -Test invalid #1234567
        -

        - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_456596.html b/HTMLTidy/vendor/tidy-html5/test/input/in_456596.html deleted file mode 100755 index b8288785..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_456596.html +++ /dev/null @@ -1,8 +0,0 @@ - - - [ #456596 ] Missing attribute name garbles output - - - System News
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_463066.html b/HTMLTidy/vendor/tidy-html5/test/input/in_463066.html deleted file mode 100644 index 8af45ba2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_463066.html +++ /dev/null @@ -1,552 +0,0 @@ - - - - - - - - - - - - - - - - - - -[ #463066 ] CleanWord2000 misses mso-list bullets - - - - - - - - - - - - - -
        - - - -

        Test 1

        - - - -
          - -
        1. Here
        2. - -
        3. We
        4. - -
        5. Go
        6. - -
        7. Again
        8. - -
        - - - -

         

        - - - -
          - -
        1. Ok
        2. - -
        3. That
        4. - -
        5. Worked
        6. - -
        - - - -

         

        - - - -

        v     But

        - - - -

        v     It

        - - - -

        v     Does

        - - - -

        v     Not

        - - - -

        v     Work

        - - - -

        v     With

        - - - -

        v     Bullet

        - - - -

        v     Points

        - - - -

         

        - - - -

        q       - -Now

        - - - -

        q       - -It

        - - - -

        q       - -Is

        - - - -

        q       - -Working

        - - - -

         

        - - - -
          - -
        • Try
        • - -
        • It
        • - -
        • Again
        • - -
        - - - -

         

        - - - -
          - -
        • Do
        • - -
        • It
        • - -
        • Again
        • - -
        • And
        • - -
        - - - -

         

        - - - -
        - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_467863.html b/HTMLTidy/vendor/tidy-html5/test/input/in_467863.html deleted file mode 100644 index 5f60cb47..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_467863.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #467863 ] un-nest <a> - - A B C - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_467865.html b/HTMLTidy/vendor/tidy-html5/test/input/in_467865.html deleted file mode 100644 index ea84cb1e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_467865.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #467865 ] un-nesting is incorrect - -

        (foo bar). -...

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_470663.html b/HTMLTidy/vendor/tidy-html5/test/input/in_470663.html deleted file mode 100644 index e165354c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_470663.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - Test Input For Bug #470663 - - - -

        Body doesn't matter. Problem occurs parsing <head> element.

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_470688.html b/HTMLTidy/vendor/tidy-html5/test/input/in_470688.html deleted file mode 100644 index f3c4f7fa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_470688.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #470688 ] doesn't cleanup badly nested tags right - - -

        RIGHT TRIANGLES

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_471264.html b/HTMLTidy/vendor/tidy-html5/test/input/in_471264.html deleted file mode 100644 index b284b05c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_471264.html +++ /dev/null @@ -1,11 +0,0 @@ - - -[ #471264 ] Reduce blank lines in output - -
          -
        • first element
        • -
        • second element
        • -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_473490.html b/HTMLTidy/vendor/tidy-html5/test/input/in_473490.html deleted file mode 100644 index 03b0f8dc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_473490.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -[ #473490 ] DOCTYPE for Proprietary HTML to XHTML bad - - - -

        Test

        -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_480406.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_480406.xml deleted file mode 100644 index 63acee19..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_480406.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_480701.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_480701.xml deleted file mode 100644 index 4adae949..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_480701.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_480843.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_480843.xhtml deleted file mode 100644 index 2f84b723..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_480843.xhtml +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #480843 ] Proposed change to FixID() - -

        Introduction

        -

        New Introduction

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_487204.html b/HTMLTidy/vendor/tidy-html5/test/input/in_487204.html deleted file mode 100644 index 02d29672..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_487204.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ #487204 ] Duplicate DIV style attribute generated -
          -
            -
          1. One
          2. -
          3. Two
          4. -
          5. Three
          6. -
          -
        - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_487283.html b/HTMLTidy/vendor/tidy-html5/test/input/in_487283.html deleted file mode 100644 index 3b9ba38a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_487283.html +++ /dev/null @@ -1,22 +0,0 @@ - - -[ #487283 ] >/select< does not terminate >option< - - -
        - -
        - - - -
        row 1, cell 1 -row 1, cell 2 -
        row 2, cell 1 -row 2, cell 2 -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_500236.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_500236.xml deleted file mode 100644 index 82561732..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_500236.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_501230.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_501230.xhtml deleted file mode 100644 index 3f013c3c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_501230.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #501230 ] "0" (Zero) has to be lower case ! - - - -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_501669.html b/HTMLTidy/vendor/tidy-html5/test/input/in_501669.html deleted file mode 100644 index 46bb207e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_501669.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -[ #501669 ] width="n*" marked invalid on <COL> - - - -- - - -
        xx
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_503436.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_503436.xml deleted file mode 100644 index 9e3bd882..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_503436.xml +++ /dev/null @@ -1,8 +0,0 @@ - - -Testcase #503436 - - - first - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_504206.html b/HTMLTidy/vendor/tidy-html5/test/input/in_504206.html deleted file mode 100644 index b4b95684..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_504206.html +++ /dev/null @@ -1,154 +0,0 @@ - - -[ #504206] Tidy errors in processing forms. - -

        COMM 428: Feedback Survey

        - -

        Please fill out the following form based on YOUR -experience in COMM 428 to date.

        -

        Use the Send button at the bottom -of the page to send your feedback to me via e-mail. -


        -
        - - - - - - - -

        Name (optional):

        -

        E-Mail Address (optional):

        -

        Where will you be this time next year? - - -

        -

        Area(s) of concentation? (Select all that -Apply):
        -MIS
        -Finance
        -Marketing
        -Management
        -Accounting
        -Other
        -

        -

        Q1: The instructor gives appropriate -consideration to the comments and questions of -students.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q2: The instructor relates theoretical -concepts covered in the course to practical -applications.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q3: The instructor presents class material -in a clear and organized manner.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q4: The instructor is prepared for -class.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q5: The instructor demonstrates enthusiasm -and interest in the subject matter.
        -Strongly Agree -Agree -Neither Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q6: The instructor posts reasonable office -hours and is available whenever I try to see him -during those hours.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q7: The instructor stimulates me to think -about the course.
        -Strongly Agree -Agree -Neither Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Stengths (class/instructor): -
        - -
        -

        -

        Weaknesses (class/instructor): -
        - -
        -

        -

        Suggestions for improvement -(class/instructor; NOTE: This field is -REQUIRED): -
        - -
        -

        -

        - -
        - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_505770.html b/HTMLTidy/vendor/tidy-html5/test/input/in_505770.html deleted file mode 100644 index aa65f08b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_505770.html +++ /dev/null @@ -1,34 +0,0 @@ - - - -[ #505770] Unclosed option tag causing problems - - - - - -
        - - -
        -
        - -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_508936.html b/HTMLTidy/vendor/tidy-html5/test/input/in_508936.html deleted file mode 100644 index f950f1dc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_508936.html +++ /dev/null @@ -1,11 +0,0 @@ - - - [ #508936 ] Parse CSS Selector prefix in config file - - -

        Allow user to specify -prefix for -class names Tidy generates with --clean yes option. -

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_511243.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_511243.xhtml deleted file mode 100644 index 32fa5de4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_511243.xhtml +++ /dev/null @@ -1,14 +0,0 @@ - - - - -[ #511243 ] xhtml utf8 format bug - - - -

        -How to…
        -Place an extended-hours order: - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_511679.html b/HTMLTidy/vendor/tidy-html5/test/input/in_511679.html deleted file mode 100644 index 67f996b8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_511679.html +++ /dev/null @@ -1,6 +0,0 @@ -[ 511679 ] Block level elements in a <pre> section - - - - -
        foo
        diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_514348.html b/HTMLTidy/vendor/tidy-html5/test/input/in_514348.html deleted file mode 100644 index 2f483e25..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_514348.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - [ #514348 ] Incorrect wrap behaviour - - - - - - - -
        HomeNews -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_514893.html b/HTMLTidy/vendor/tidy-html5/test/input/in_514893.html deleted file mode 100644 index 44fc960a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_514893.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - [ 514893 ] Incorrect http-equiv <meta> tag - - - - - -

        This document will test synchronization of the <meta http-equiv ...> -tag. It contains the header <meta http-equiv="CONTENT-TYPE" -content="TEXT/HTML; CHARSET=WINDOWS-1252" />.

        - -

        On output, the header should be modified to reflect whatever output -encoding you have specified.

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_516370.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_516370.xhtml deleted file mode 100644 index 792ffd09..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_516370.xhtml +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #516370 ] Invalid ID value? - -

        Test valid D

        -

        Test valid ID

        -

        Test valid ID - : should only be used for namespaces

        -

        Test invalid ID

        -

        Test invalid ID

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_517550.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_517550.xhtml deleted file mode 100644 index 723eb4c4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_517550.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -[ #517550 ] parser misinterprets ?xml-stylesheet PI - - -

        A test document

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_525081.html b/HTMLTidy/vendor/tidy-html5/test/input/in_525081.html deleted file mode 100644 index 1a393dc1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_525081.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ 525081 ] frameset rows attr. not recognized - - - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_531964.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_531964.xhtml deleted file mode 100644 index 74709ec4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_531964.xhtml +++ /dev/null @@ -1,11 +0,0 @@ - - - - -[ 531964 ] <p /> gets tidied into <p /></p> - - -

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_532535.html b/HTMLTidy/vendor/tidy-html5/test/input/in_532535.html deleted file mode 100644 index bec6514c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_532535.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ 532535 ] Hang when in code <?xml /> - - -

         

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_533105.html b/HTMLTidy/vendor/tidy-html5/test/input/in_533105.html deleted file mode 100644 index 19a7298a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_533105.html +++ /dev/null @@ -1,20 +0,0 @@ - - -[ 533105 ] Tidy confused: HTML in VBScript - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_533233.html b/HTMLTidy/vendor/tidy-html5/test/input/in_533233.html deleted file mode 100644 index 4787ac9b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_533233.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Test for bug #533233 - - - - - -

        Script sample 1

        -

        Headline project—Link to offsite page.

        -

        Input 1

        -

        texttext

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_537604.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_537604.xml deleted file mode 100644 index 713d2c85..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_537604.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - -this is a test of ©. &, <, >, ', " must be recognized. - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_539369.html b/HTMLTidy/vendor/tidy-html5/test/input/in_539369.html deleted file mode 100644 index 323bf247..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_539369.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -[ 539369 ] Infinite loop </frame> after </frameset> - - - - - - - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_539369a.html b/HTMLTidy/vendor/tidy-html5/test/input/in_539369a.html deleted file mode 100644 index 6f455013..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_539369a.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - [ 539369 ] Test </frameset> inside <noframes> - - - - - - - - - <frameset> - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_540045.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_540045.xhtml deleted file mode 100644 index f730b1a8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_540045.xhtml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - -[ 540045 ] Tidy strips all the IMG tags out! - - -USA flag - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_540296.html b/HTMLTidy/vendor/tidy-html5/test/input/in_540296.html deleted file mode 100644 index 1188debd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_540296.html +++ /dev/null @@ -1,13 +0,0 @@ - -[ 540296 ] Tidy dumps - -
        -
        -
        -
        -
        -
        -
        -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_540555.html b/HTMLTidy/vendor/tidy-html5/test/input/in_540555.html deleted file mode 100644 index 2976f135..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_540555.html +++ /dev/null @@ -1,5 +0,0 @@ - - -<body> -<p>#540555 Empty title tag is trimmed</p> -</body> \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_540571.html b/HTMLTidy/vendor/tidy-html5/test/input/in_540571.html deleted file mode 100644 index 03bdf6f9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_540571.html +++ /dev/null @@ -1,15 +0,0 @@ -<html> -<head> -<title>#540571 Inconsistent behaviour with span inline element - - -

        Hello World

        -

        -The font inline is moved so it becomes a child of the h1 element. -

        -

        Hello World

        -

        -The span inline is not moved so it becomes a child of the h1 element, which is inconsistent and does not correspond with current browser behaviour any more. -

        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_542029.html b/HTMLTidy/vendor/tidy-html5/test/input/in_542029.html deleted file mode 100644 index 2d2aff51..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_542029.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ 542029 ] PPrintXmlDecl reads outside array range - - -Test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_543262.html b/HTMLTidy/vendor/tidy-html5/test/input/in_543262.html deleted file mode 100644 index b291986e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_543262.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Preferences - - - -

        Test

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_545067.html b/HTMLTidy/vendor/tidy-html5/test/input/in_545067.html deleted file mode 100644 index 7b28f1c1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_545067.html +++ /dev/null @@ -1,3 +0,0 @@ - -[ 545067 ] Implicit closing of head broken -

        diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_545772.html b/HTMLTidy/vendor/tidy-html5/test/input/in_545772.html deleted file mode 100644 index 71ac3638..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_545772.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ 547057 ] --output-xhtml hangs on most files - - - - - -test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_552861.html b/HTMLTidy/vendor/tidy-html5/test/input/in_552861.html deleted file mode 100644 index a0137090..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_552861.html +++ /dev/null @@ -1,12 +0,0 @@ - - - Test Input For Bug #552861 - - - - - - -
        Testing
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_553468.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_553468.xhtml deleted file mode 100644 index a1b48257..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_553468.xhtml +++ /dev/null @@ -1,11 +0,0 @@ - - - -[ #553468 ] Doesn't warn about <u> in XHTML strict - - -

        Tidy doesn't complain about underlining in -XHTML strict documents

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_566542.html b/HTMLTidy/vendor/tidy-html5/test/input/in_566542.html deleted file mode 100644 index 91b36118..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_566542.html +++ /dev/null @@ -1,8 +0,0 @@ -[ 566542 ] parser hangs - -
      • Identify the member disks with ssaraid -H -lssa0 -n pdisk - [n] -u -a use=member -

        -

      • Identify the hot spare with ssaraid -H -lssa0 -n pdisk - [n]-u -a use=spare

        diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_570027.html b/HTMLTidy/vendor/tidy-html5/test/input/in_570027.html deleted file mode 100644 index 125774e5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_570027.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - -[ 570027 ] Fixes crash in Word2000 cleanup - - - -

              -;   -Introduction -;

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_578216.html b/HTMLTidy/vendor/tidy-html5/test/input/in_578216.html deleted file mode 100644 index ada5ec72..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_578216.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -[ 578216 ] Incorrect indent of <SPAN> elements - - -
        - Benefits: Using a new Project Profile Knowledge -Base...
        - Solutions: Comprehensive intranet-based -knowledge base containing...
        - Roles: Drove site and content management -architecture...
        - Technology: Visual InterDev, IIS, -...
        -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_586555.html b/HTMLTidy/vendor/tidy-html5/test/input/in_586555.html deleted file mode 100644 index 6275b4c5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_586555.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - -[ 586555 ] Misplaced backslash caused by newline - - -

        [ 586555 ] Misplaced backslash caused by newline

        - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_586562.html b/HTMLTidy/vendor/tidy-html5/test/input/in_586562.html deleted file mode 100644 index 1c0b9fe4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_586562.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - [586562] Two Doctypes - - -

        Two DOCTYPE's!

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_588061.html b/HTMLTidy/vendor/tidy-html5/test/input/in_588061.html deleted file mode 100644 index 811a715d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_588061.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - - TVNAV.COM Garmin GPS Home Page - - - - -

        TVNAV.COM

        -Toll Free 877-625-3546 (US only)

        - - -

        - -
        Garmin Logo





        - -

        - - -To track your package click here.

        - -Check the current REBATE offers!

        -**NEW! GPSMAP 76S IN STOCK!** -

        - - -**NEW! Rino 110/120 GPS/FRS/GMRS Expected September** -

        - -**NEW! GPSMAP 196 Coming Soon!** -

        - -**NEW! City Navigator Australia....$265.00 IN STOCK!** -

        -**NEW! BlueChart software IN STOCK!** -

        - -**NEW! Europe MapSource: City Navigator, City Select, MetroGuide and Roads & Recreation IN STOCK!** -

        - -**NEW! We now have remanufactured GPS III ($150) in stock. 1 year warranty.
        ** -

        -**NEW! GPS V IN STOCK!** -

        -**NEW! eTrex/eMap/StreetPilot/ColorMap/StreetPilot III/GPSMAP 295 Bean Bag IN STOCK!** -

        -**NEW! StreetPilot III IN STOCK!** -

        -**NEW! StreetPilot/ColorMap/295 Deluxe Case IN STOCK!** -

        -**NEW! Sunvisor for StreetPilot, ColorMap, StreetPilot III and GPSMAP 295....$20.00 IN STOCK!** -

        -**We have R-A-M mounts now in stock for most Garmin units....Call or email us for prices and availability.** -

        -

        -

        - - -

        - -

        Total Video became an authorized Garmin dealer in January 1999. We sold 300+ GPS units prior to becoming a Garmin direct dealer, picking them up from various distributors and individuals to sell. By becoming a Garmin direct dealer we now are able to sell for less! Total Video prides itself with *very quick shipping and a strong history of customer satisfaction. Comments from customers. - -

        - -Want to learn more about GPS? Click here for further GPS information. - -


        -

        -Rino 110/120 GPS-Integrated FRS/GMRS Radios....(MAP $169.99/$249.99) Call or email us for our current price....too low to advertise! Coming Soon! - -

        - -eMap....$170.00 IN STOCK! - -

        - -eMap with 8MB memory cartridge....$200.00 IN STOCK! - -

        - -eMap with 8MB memory cartridge and USA MetroGuide MapSource....$215.00 IN STOCK! - -

        - -eTrex....$115.00 IN STOCK! - -

        - -eTrex Summit....$210.00 IN STOCK! - -

        - -eTrex Camo....$125.00 IN STOCK! - -

        - -eTrex Venture....(MAP $169.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -eTrex Legend....(MAP $249.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -eTrex Vista....(MAP $349.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 76S....(MAP $449.99) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 76....(MAP $349.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPS 76....(MAP $219.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 176....(MAP $499.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 176C....(MAP $599.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 2006....(MAP $1199.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 2006C....(MAP $1999.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 2010C....(MAP $2499.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - - -GPS 12....$140.00 IN STOCK! - -

        - -GPS 12XL with carrying case....$190.00 IN STOCK! - -

        - -GPS 12 MAP with PC interface cable....$280.00 IN STOCK! - -

        - -GPS II Plus....$190.00 IN STOCK! - -

        - - -GPS III Plus with PC interface cable....$280.00 IN STOCK! - -

        - -GPS V Deluxe w/*new* City Select with all unlocks....(MAP $499.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -*U.S. Roads and Recreation MapSource....$80.00 IN STOCK! - -

        - -*WorldMap MapSource....$80.00 IN STOCK! - -

        - -*TOPO MapSource....$85.00 IN STOCK! - -

        - -*Fishing Hot Spots MapSource (includes one coverage area unlock)....$85.00 IN STOCK! - -

        - -*U.S. Waterways & Lights MapSource....$60.00 IN STOCK! - -

        - -StreetPilot with dash mount, cigarette power cable and PC interface cable....$385.00 IN STOCK! - -

        - -StreetPilot ColorMap with dash mount, cigarette power cable and PC interface cable....$540.00 IN STOCK! - -

        - -StreetPilot III Deluxe w/128MB, *new* City Navigator w/all unlocks and portable bean bag mount....(MAP $999.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -*MetroGuide USA MapSource....$90.00 IN STOCK! - -

        - -*MetroGuide USA MapSource w/Blank 8MB Memory Cartridge....$110.00 IN STOCK! - -

        - -*MetroGuide USA MapSource w/Blank 16MB Memory Cartridge....$115.00 IN STOCK! - -

        - -*MetroGuide Canada with Roads & Recreation....$80.00 IN STOCK! - -

        - -*City Navigator Europe....$195.00 IN STOCK! - -

        - -*City Navigator Europe "All" unlock....$215.00 IN STOCK! - -

        - -*City Select Europe....$115.00 IN STOCK! - -

        - -*City Select Europe "All" unlock....$115.00 IN STOCK! - -

        - -*MetroGuide Europe....$115.00 IN STOCK! - -

        - -*Roads & Recreation Europe....$85.00 IN STOCK! - -

        - -*City Navigator Australia....$265.00 IN STOCK! - -

        - -*BlueChart w/one coverage area....(MAP Americas-$139.00/Atlantic-$229.00/Pacific-$189.00) Call or email us for our current prices....too low to advertise! IN STOCK! - -

        - -*BlueChart Single Region Unlock....Americas-$85.00/Atlantic-$145.00/Pacific-$105.00 IN STOCK! - -

        - -Blank 8MB Memory Cartridge....$45.00 IN STOCK! - -

        - -Blank 16MB Memory Cartridge....$55.00 IN STOCK! - -

        - -Blank 32MB Memory Cartridge....$70.00 IN STOCK! - -

        - -Blank 64MB Memory Cartridge....$105.00 IN STOCK! - -

        - -Blank 128MB Memory Cartridge....$155.00 IN STOCK! - -

        - -USB Data Card Programmer....$70.00 IN STOCK! - -

        - -PC Download Kit (includes AC/DC adapter and 12V cigarette power/PC interface cable (for round, 4 pin connectors only)....$45.00 - -

        - -eMap/eTrex PC Download Kit (includes AC/DC adapter and cigarette power/PC interface cable....$50.00 - -

        - -GPSMAP 162....$355.00 (w/internal antenna)/$375.00 (w/external antenna) IN STOCK! - -

        - -GPSMAP 168 Sounder....$495.00 (w/internal antenna)/$515.00 (w/external antenna) IN STOCK! - -

        - -NavTalk Cellular phone/GPS (ver. 2.16)....$375.00 - -

        - -GBR 21 and GBR 23 Differential Receivers....$180.00 - -

        - -Videos available on many of the Garmin products as well as general GPS usage videos. - -

        - -Garmin GPS and accessories catalog....$2.00 (for s/h in US. Refundable/free with order) - -

        - -Online GARMIN manuals.

        - -
        - -Stock status subject to change. We try to update the stock status continuously but we sometimes don't get it changed immediately. Check with us for current stock status.

        - -

        Our Return Policy

        Software Return Policy - -

        - - -Accessories and Miscellaneous Items - -

        - - -AVIATION GPS

        - -
        - -

        We also sell Garmin GPS accessories such as mounts, cables, cases, etc. - -

        - - We sell everything in the Garmin outdoor recreation, marine and cartography line. Email us for prices on any items you don't see listed above.
        - -

        -

        -We charge a flat $10.00 shipping and handling charge (via UPS ground) per GPS order (not per item) in the 48/US.

        $5.00 shipping and handling for accessories in the 48/US.

        An additional $10.00 charge for COD orders (COD s/h must be credit card secured).

        Faster shipping available.

        *3 day select (usually arrives in 2 days!)--addtl. $3.00.
        *2nd day air--addtl. $5.00.
        *Next day air saver--addtl. $20.00.
        *Next day air-Saturday delivery--addtl. $35.00
        *More shipping may be required on larger packages for 3 day, 2nd day and next day air packages.

        Click here to get UPS Ground delivery times. Our zip code is 67601 (Hays, Kansas).

        -Add $10 to UPS charges for FedEx shipping. (minimum FedEx s/h is $18) - -

        - -$20 for Priority Mail s/h on GPS units and $15 for accessories in the US. - -

        - -Email us for requirements/costs for out of 48/US sales or click here. - -



        - -

        ORDERING INFORMATION



        - -* Most orders received by 2:00 p.m. central time for in stock items will ship the same day (business days only). - -

        - -All orders in Kansas must pay a 6.8% sales tax. - -

        - -We accept payment by Discover/MasterCard/Visa/Pre-pay (orders paid by personal/company check orders held for 10 business days for check clearing. Cashier checks/money orders ship same day.). COD orders welcome (cashiers check or money order).

        - - - -
        rescue,hunting,fishing,camping,adsfg,videogi,productshun,GPS III,Garmin,StreetPilot,gps3,gpsIII,gps2,gps2plus,gpsII+,Street Atlas,StreetAtlas,Osborne,Plainville,Stockton,Victoria,Ellis,Kansas,WaKeeney,Quinter,Russell,LaCrosse,Gorham,gpsIIIPLUS,gps3+,gps III+,gps 3+,DeLorme,GPS III Plus,GPS III Pilot,aviation gps,DeLorme Street Atlas,garmin aviation,metro guides,MetroGuides,truck navigation,semi navigation,over the road navigation,navigation aids,truck stops,metro gides,colormap streetpilot,color streetpilot,guidance by Garmin,color street pilot,color map,color map streetpilot,color map Street Pilot,MetroGuide,garmin international,garmond,garmund,magellan,gps12,gps 12,gps12xl,gps 12XL,gps12cx,RANS,gps 12CX,gps12CX,color streetpilot,streetpilot color map,garmin gps,Street Pilot,experimental aircraft,EEA,tvnav.com,gps 12 MAP,NavTalk,StreetPilot ColorMap,emap,ColorMap,Street Pilot ColorMap,Street Pilot Color Map,cell phone,cellular phone,cellar phone,cellar,cellular,EMAP,e map,Nav Talk,GPS,G P S,Global Positioning System,globalpositioningsystem,gps outfitters,gps video,cables,gps cables,navigation,mapsource,map source,MapSource,TOPO MapSource,MetroGuide MapSource - -

        - - - -

        - -send email - -

        - -

        Toll Free Order Line (877) 625-3546 (US only)

        FAX (413) 383-8800

        Information /International Order Line (785) 625-3546

        - -
        - -

        Home Page

        - -
        - -
        - - - - - - - - - - - -
        - Subscribe to the TVNAV.COM GarminGPS mail list -
        - - - -
        - Powered by groups.yahoo.com -
        -
        - -

        - - - - -
        - -Counter reset 2/1/99 -

        -This site last modified 7/25/02
        - -

        - -
        - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_590716.html b/HTMLTidy/vendor/tidy-html5/test/input/in_590716.html deleted file mode 100755 index b7f7f147..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_590716.html +++ /dev/null @@ -1,802 +0,0 @@ - -[ #590716 ] Preserve Entities - -

        - - - - - - - - - - id=ID =XX
        - - - id=ID¡=XX
        - - - id=ID¢=XX
        - - - id=ID£=XX
        - - - id=ID¤=XX
        - - - id=ID¥=XX
        - - - id=ID¦=XX
        - - - id=ID§=XX
        - - - id=ID¨=XX
        - - - id=ID©=XX
        - - - id=IDª=XX
        - - - id=ID«=XX
        - - - id=ID¬=XX
        - - - id=ID­=XX
        - - - id=ID®=XX
        - - - id=ID¯=XX
        - - - id=ID°=XX
        - - - id=ID±=XX
        - - - id=ID²=XX
        - - - id=ID³=XX
        - - - id=ID´=XX
        - - - id=IDµ=XX
        - - - id=ID¶=XX
        - - - id=ID·=XX
        - - - id=ID¸=XX
        - - - id=ID¹=XX
        - - - id=IDº=XX
        - - - id=ID»=XX
        - - - id=ID¼=XX
        - - - id=ID½=XX
        - - - id=ID¾=XX
        - - - id=ID¿=XX
        - - - id=IDÀ=XX
        - - - id=IDÁ=XX
        - - - id=IDÂ=XX
        - - - id=IDÃ=XX
        - - - id=IDÄ=XX
        - - - id=IDÅ=XX
        - - - id=IDÆ=XX
        - - - id=IDÇ=XX
        - - - id=IDÈ=XX
        - - - id=IDÉ=XX
        - - - id=IDÊ=XX
        - - - id=IDË=XX
        - - - id=IDÌ=XX
        - - - id=IDÍ=XX
        - - - id=IDÎ=XX
        - - - id=IDÏ=XX
        - - - id=IDÐ=XX
        - - - id=IDÑ=XX
        - - - id=IDÒ=XX
        - - - id=IDÓ=XX
        - - - id=IDÔ=XX
        - - - id=IDÕ=XX
        - - - id=IDÖ=XX
        - - - id=ID×=XX
        - - - id=IDØ=XX
        - - - id=IDÙ=XX
        - - - id=IDÚ=XX
        - - - id=IDÛ=XX
        - - - id=IDÜ=XX
        - - - id=IDÝ=XX
        - - - id=IDÞ=XX
        - - - id=IDß=XX
        - - - id=IDà=XX
        - - - id=IDá=XX
        - - - id=IDâ=XX
        - - - id=IDã=XX
        - - - id=IDä=XX
        - - - id=IDå=XX
        - - - id=IDæ=XX
        - - - id=IDç=XX
        - - - id=IDè=XX
        - - - id=IDé=XX
        - - - id=IDê=XX
        - - - id=IDë=XX
        - - - id=IDì=XX
        - - - id=IDí=XX
        - - - id=IDî=XX
        - - - id=IDï=XX
        - - - id=IDð=XX
        - - - id=IDñ=XX
        - - - id=IDò=XX
        - - - id=IDó=XX
        - - - id=IDô=XX
        - - - id=IDõ=XX
        - - - id=IDö=XX
        - - - id=ID÷=XX
        - - - id=IDø=XX
        - - - id=IDù=XX
        - - - id=IDú=XX
        - - - id=IDû=XX
        - - - id=IDü=XX
        - - - id=IDý=XX
        - - - id=IDþ=XX
        - - - id=IDÿ=XX
        - - - - - - - - id=IDƒ=XX
        - - - id=IDΑ=XX
        - - - id=IDΒ=XX
        - - - id=IDΓ=XX
        - - - id=IDΔ=XX
        - - - id=IDΕ=XX
        - - - id=IDΖ=XX
        - - - id=IDΗ=XX
        - - - id=IDΘ=XX
        - - - id=IDΙ=XX
        - - - id=IDΚ=XX
        - - - id=IDΛ=XX
        - - - id=IDΜ=XX
        - - - id=IDΝ=XX
        - - - id=IDΞ=XX
        - - - id=IDΟ=XX
        - - - id=IDΠ=XX
        - - - id=IDΡ=XX
        - - - id=IDΣ=XX
        - - - id=IDΤ=XX
        - - - id=IDΥ=XX
        - - - id=IDΦ=XX
        - - - id=IDΧ=XX
        - - - id=IDΨ=XX
        - - - id=IDΩ=XX
        - - - id=IDα=XX
        - - - id=IDβ=XX
        - - - id=IDγ=XX
        - - - id=IDδ=XX
        - - - id=IDε=XX
        - - - id=IDζ=XX
        - - - id=IDη=XX
        - - - id=IDθ=XX
        - - - id=IDι=XX
        - - - id=IDκ=XX
        - - - id=IDλ=XX
        - - - id=IDμ=XX
        - - - id=IDν=XX
        - - - id=IDξ=XX
        - - - id=IDο=XX
        - - - id=IDπ=XX
        - - - id=IDρ=XX
        - - - id=IDς=XX
        - - - id=IDσ=XX
        - - - id=IDτ=XX
        - - - id=IDυ=XX
        - - - id=IDφ=XX
        - - - id=IDχ=XX
        - - - id=IDψ=XX
        - - - id=IDω=XX
        - - - id=IDϑ=XX
        - - - id=IDϒ=XX
        - - - id=IDϖ=XX
        - - - id=ID•=XX
        - - - id=ID…=XX
        - - - id=ID′=XX
        - - - id=ID″=XX
        - - - id=ID‾=XX
        - - - id=ID⁄=XX
        - - - id=ID℘=XX
        - - - id=IDℑ=XX
        - - - id=IDℜ=XX
        - - - id=ID™=XX
        - - - id=IDℵ=XX
        - - - id=ID←=XX
        - - - id=ID↑=XX
        - - - id=ID→=XX
        - - - id=ID↓=XX
        - - - id=ID↔=XX
        - - - id=ID↵=XX
        - - - id=ID⇐=XX
        - - - id=ID⇑=XX
        - - - id=ID⇒=XX
        - - - id=ID⇓=XX
        - - - id=ID⇔=XX
        - - - id=ID∀=XX
        - - - id=ID∂=XX
        - - - id=ID∃=XX
        - - - id=ID∅=XX
        - - - id=ID∇=XX
        - - - id=ID∈=XX
        - - - - - - id=ID∉=XX
        - - - id=ID∋=XX
        - - - id=ID∏=XX
        - - - id=ID∑=XX
        - - - id=ID−=XX
        - - - id=ID∗=XX
        - - - id=ID√=XX
        - - - id=ID∝=XX
        - - - id=ID∞=XX
        - - - id=ID∠=XX
        - - - id=ID∧=XX
        - - - id=ID∨=XX
        - - - id=ID∩=XX
        - - - id=ID∪=XX
        - - - id=ID∫=XX
        - - - id=ID∴=XX
        - - - id=ID∼=XX
        - - - id=ID≅=XX
        - - - id=ID≈=XX
        - - - id=ID≠=XX
        - - - id=ID≡=XX
        - - - id=ID≤=XX
        - - - id=ID≥=XX
        - - - id=ID⊂=XX
        - - - id=ID⊃=XX
        - - - id=ID⊄=XX
        - - - id=ID⊆=XX
        - - - id=ID⊇=XX
        - - - id=ID⊕=XX
        - - - id=ID⊗=XX
        - - - id=ID⊥=XX
        - - - id=ID⋅=XX
        - - - id=ID⌈=XX
        - - - id=ID⌉=XX
        - - - id=ID⌊=XX
        - - - id=ID⌋=XX
        - - - id=ID⟨=XX
        - - - id=ID⟩=XX
        - - - id=ID◊=XX
        - - - id=ID♠=XX
        - - - id=ID♣=XX
        - - - id=ID♥=XX
        - - - id=ID♦=XX
        - - - - - - - - id=ID"=XX
        - - - id=ID&=XX
        - - - id=ID<=XX
        - - - id=ID>=XX
        - - - - - - - - id=IDŒ=XX
        - - - id=IDœ=XX
        - - - id=IDŠ=XX
        - - - id=IDš=XX
        - - - id=IDŸ=XX
        - - - id=IDˆ=XX
        - - - id=ID˜=XX
        - - - id=ID =XX
        - - - id=ID =XX
        - - - id=ID =XX
        - - - id=ID‌=XX
        - - - id=ID‍=XX
        - - - id=ID‎=XX
        - - - id=ID‏=XX
        - - - id=ID–=XX
        - - - id=ID—=XX
        - - - id=ID‘=XX
        - - - id=ID’=XX
        - - - id=ID‚=XX
        - - - id=ID“=XX
        - - - id=ID”=XX
        - - - id=ID„=XX
        - - - id=ID†=XX
        - - - id=ID‡=XX
        - - - id=ID‰=XX
        - - - id=ID‹=XX
        - - - id=ID›=XX
        - - - - - - id=ID€=XX
        - - - - - - - - id=ID'=XX
        - - - id=ID&foo;=XX
        -

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_593705.html b/HTMLTidy/vendor/tidy-html5/test/input/in_593705.html deleted file mode 100644 index cf7c6758..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_593705.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ 593705 ] Use of < comparison symbol confuses Tidy - - - -

        Does the script confuse Tidy?

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_598860.html b/HTMLTidy/vendor/tidy-html5/test/input/in_598860.html deleted file mode 100644 index c5f14b22..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_598860.html +++ /dev/null @@ -1,9 +0,0 @@ - - -#598860 script parsing fails with quote chars - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_603128.html b/HTMLTidy/vendor/tidy-html5/test/input/in_603128.html deleted file mode 100644 index dd65c73e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_603128.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ 603128 ] tidy adds newlines after </html> - - -There is exactly one line-ending after the </html> - -older versions of Tidy will add an additional line-ending. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_609058.html b/HTMLTidy/vendor/tidy-html5/test/input/in_609058.html deleted file mode 100755 index 7331525e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_609058.html +++ /dev/null @@ -1,53 +0,0 @@ - - - -609058 - elements replaced by CSS - - - - -
        -aa -aa -aa -
        - -
        -aa -aa -aa -
        - -
        -

        aa

        -

        aa

        -

        aa

        -
        - -
        -

        aa bb

        -

        aa bb

        -

        aa bb

        -
        - -
        -

        aa

        -

        aa

        -

        aa

        -
        - -
        -

        aa bb

        -

        aa bb

        -

        aa bb

        -
        - -
        -

        cc aa bb

        -

        cc aa bb

        -

        cc aa bb

        -
        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_616744.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_616744.xml deleted file mode 100644 index 6bf25eb7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_616744.xml +++ /dev/null @@ -1,12 +0,0 @@ - - This is some stuff in a para. - There's a "command" -in it. - -
        - This line is indented 4 spaces. - - This (3rd) line is indented 8 spaces. -
        -
        - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_620531.html b/HTMLTidy/vendor/tidy-html5/test/input/in_620531.html deleted file mode 100644 index dc448201..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_620531.html +++ /dev/null @@ -1,3 +0,0 @@ -[ 620531 ] br in pre must not cause line break -

        foo

        -
        bar
        baz
        diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_629885.html b/HTMLTidy/vendor/tidy-html5/test/input/in_629885.html deleted file mode 100644 index d23b7191..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_629885.html +++ /dev/null @@ -1,11 +0,0 @@ - - - [629885] - Unbalanced quote in CSS Scrambles Doc - - - -

        Test

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_634889.html b/HTMLTidy/vendor/tidy-html5/test/input/in_634889.html deleted file mode 100644 index 1747b79d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_634889.html +++ /dev/null @@ -1,9 +0,0 @@ - - - [ 634889 ] Problem with <o:p> ms word tag - - -

        Probably OK, now that ParseTagNames() is fixed.

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_640473.html b/HTMLTidy/vendor/tidy-html5/test/input/in_640473.html deleted file mode 100644 index 20069099..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_640473.html +++ /dev/null @@ -1,9 +0,0 @@ -[ 640473 ] new-empty-tags doesn't work, breaks doc - -Foo bar foo foo foo -

        This is a test

        - - -This is a pre-formatted Baz! - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_640474.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_640474.xml deleted file mode 100644 index e5feff0b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_640474.xml +++ /dev/null @@ -1,4 +0,0 @@ - - Björn Höhrmann - Marc-André Lemburg - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_646946.xml b/HTMLTidy/vendor/tidy-html5/test/input/in_646946.xml deleted file mode 100644 index 05d6fb5d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_646946.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_647255.html b/HTMLTidy/vendor/tidy-html5/test/input/in_647255.html deleted file mode 100644 index 983255f9..00000000 Binary files a/HTMLTidy/vendor/tidy-html5/test/input/in_647255.html and /dev/null differ diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_647900.html b/HTMLTidy/vendor/tidy-html5/test/input/in_647900.html deleted file mode 100644 index e2b20eb7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_647900.html +++ /dev/null @@ -1,35 +0,0 @@ - - - [ 647900 ] tables are incorrectly merged - - - - - -
        Table data
        - -

        A paragraph

        - - - - -
        Foo -
        - -
        Foo -
        -
        - -

        Another paragraph

        - -
        - - - - - -
        Input:
        - -

        Yet another paragraph

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_649812.html b/HTMLTidy/vendor/tidy-html5/test/input/in_649812.html deleted file mode 100644 index 9bb17955..00000000 Binary files a/HTMLTidy/vendor/tidy-html5/test/input/in_649812.html and /dev/null differ diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_655338.html b/HTMLTidy/vendor/tidy-html5/test/input/in_655338.html deleted file mode 100644 index cae767e0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_655338.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - [ 655338 ] Tidy leaves XML decl in wrong place - -

        foo - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_656889.html b/HTMLTidy/vendor/tidy-html5/test/input/in_656889.html deleted file mode 100644 index b2b2bc1b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_656889.html +++ /dev/null @@ -1,12 +0,0 @@ - - - [ 656889 ] textarea text and line wrapping - - -

        - -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_658230.html b/HTMLTidy/vendor/tidy-html5/test/input/in_658230.html deleted file mode 100644 index b546d8b8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_658230.html +++ /dev/null @@ -1,1144 +0,0 @@ -

        BIG-5 r - -

        Here are some entities: & " — ′ - -

        A0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        C0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        C1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        C2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ -   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ - ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ - - - - - -

        C3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - à á â ã ä å æ ç è é ê ë ì í î ï - ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ - - - - - -

        C4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ġ ġ Ģ ģ Ĥ ĥ Ħ ħ Ĩ ĩ Ī ī Ĭ ĭ Į į - İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ - - - - - -

        C5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Š š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ ŭ Ů ů - Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ Ź ź Ż ż Ž ž ſ - - - - - -

        C6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ơ ơ Ƣ ƣ Ƥ ƥ Ʀ Ƨ ƨ Ʃ ƪ ƫ Ƭ ƭ Ʈ Ư - ư Ʊ Ʋ Ƴ ƴ Ƶ ƶ Ʒ Ƹ ƹ ƺ ƻ Ƽ ƽ ƾ ƿ - - - - - -

        C7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ǡ ǡ Ǣ ǣ Ǥ ǥ Ǧ ǧ Ǩ ǩ Ǫ ǫ Ǭ ǭ Ǯ ǯ - ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ ǿ - - - - - -

        C8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ƞ ȡ Ȣ ȣ Ȥ ȥ Ȧ ȧ Ȩ ȩ Ȫ ȫ Ȭ ȭ Ȯ ȯ - Ȱ ȱ Ȳ ȳ ȴ ȵ ȶ ȷ ȸ ȹ Ⱥ Ȼ ȼ Ƚ Ⱦ ȿ - - - - - -

        C9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ɠ ɡ ɢ ɣ ɤ ɥ ɦ ɧ ɨ ɩ ɪ ɫ ɬ ɭ ɮ ɯ - ɰ ɱ ɲ ɳ ɴ ɵ ɶ ɷ ɸ ɹ ɺ ɻ ɼ ɽ ɾ ɿ - - - - - -

        CA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ʠ ʡ ʢ ʣ ʤ ʥ ʦ ʧ ʨ ʩ ʪ ʫ ʬ ʭ ʮ ʯ - ʰ ʱ ʲ ʳ ʴ ʵ ʶ ʷ ʸ ʹ ʺ ʻ ʼ ʽ ʾ ʿ - - - - - -

        CB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ˠ ˡ ˢ ˣ ˤ ˥ ˦ ˧ ˨ ˩ ˪ ˫ ˬ ˭ ˮ ˯ - ˰ ˱ ˲ ˳ ˴ ˵ ˶ ˷ ˸ ˹ ˺ ˻ ˼ ˽ ˾ ˿ - - - - - -

        CC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ̠ ̡ ̢ ̣ ̤ ̥ ̦ ̧ ̨ ̩ ̪ ̫ ̬ ̭ ̮ ̯ - ̰ ̱ ̲ ̳ ̴ ̵ ̶ ̷ ̸ ̹ ̺ ̻ ̼ ̽ ̾ ̿ - - - - - -

        CD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ͠ ͡ ͢ ͣ ͤ ͥ ͦ ͧ ͨ ͩ ͪ ͫ ͬ ͭ ͮ ͯ - Ͱ ͱ Ͳ ͳ ʹ ͵ Ͷ ͷ ͸ ͹ ͺ ͻ ͼ ͽ ; Ϳ - - - - - -

        CE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Π Ρ ΢ Σ Τ Υ Φ Χ Ψ Ω Ϊ Ϋ ά έ ή ί - ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο - - - - - -

        CF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ϡ ϡ Ϣ ϣ Ϥ ϥ Ϧ ϧ Ϩ ϩ Ϫ ϫ Ϭ ϭ Ϯ ϯ - ϰ ϱ ϲ ϳ ϴ ϵ ϶ Ϸ ϸ Ϲ Ϻ ϻ ϼ Ͻ Ͼ Ͽ - - - - - -

        D0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я - а б в г д е ж з и й к л м н о п - - - - - -

        D1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ѡ ѡ Ѣ ѣ Ѥ ѥ Ѧ ѧ Ѩ ѩ Ѫ ѫ Ѭ ѭ Ѯ ѯ - Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ Ѹ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ - - - - - -

        D2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү - Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ - - - - - -

        D3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ - Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӻ ӻ Ӽ ӽ Ӿ ӿ - - - - - -

        D4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ԡ ԡ Ԣ ԣ Ԥ ԥ Ԧ ԧ Ԩ ԩ Ԫ ԫ Ԭ ԭ Ԯ ԯ - ԰ Ա Բ Գ Դ Ե Զ Է Ը Թ Ժ Ի Լ Խ Ծ Կ - - - - - -

        D5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ՠ ա բ գ դ ե զ է ը թ ժ ի լ խ ծ կ - հ ձ ղ ճ մ յ ն շ ո չ պ ջ ռ ս վ տ - - - - - -

        D6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ֠ ֡ ֢ ֣ ֤ ֥ ֦ ֧ ֨ ֩ ֪ ֫ ֬ ֭ ֮ ֯ - ְ ֱ ֲ ֳ ִ ֵ ֶ ַ ָ ֹ ֺ ֻ ּ ֽ ־ ֿ - - - - - -

        D7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - נ ס ע ף פ ץ צ ק ר ש ת ׫ ׬ ׭ ׮ ׯ - װ ױ ײ ׳ ״ ׵ ׶ ׷ ׸ ׹ ׺ ׻ ׼ ׽ ׾ ׿ - - - - - -

        D8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ؠ ء آ أ ؤ إ ئ ا ب ة ت ث ج ح خ د - ذ ر ز س ش ص ض ط ظ ع غ ػ ؼ ؽ ؾ ؿ - - - - - -

        D9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٪ ٫ ٬ ٭ ٮ ٯ - ٰ ٱ ٲ ٳ ٴ ٵ ٶ ٷ ٸ ٹ ٺ ٻ ټ ٽ پ ٿ - - - - - -

        DA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ڠ ڡ ڢ ڣ ڤ ڥ ڦ ڧ ڨ ک ڪ ګ ڬ ڭ ڮ گ - ڰ ڱ ڲ ڳ ڴ ڵ ڶ ڷ ڸ ڹ ں ڻ ڼ ڽ ھ ڿ - - - - - -

        DB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ۠ ۡ ۢ ۣ ۤ ۥ ۦ ۧ ۨ ۩ ۪ ۫ ۬ ۭ ۮ ۯ - ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۺ ۻ ۼ ۽ ۾ ۿ - - - - - -

        DC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ܠ ܡ ܢ ܣ ܤ ܥ ܦ ܧ ܨ ܩ ܪ ܫ ܬ ܭ ܮ ܯ - ܰ ܱ ܲ ܳ ܴ ܵ ܶ ܷ ܸ ܹ ܺ ܻ ܼ ܽ ܾ ܿ - - - - - -

        DD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ݠ ݡ ݢ ݣ ݤ ݥ ݦ ݧ ݨ ݩ ݪ ݫ ݬ ݭ ݮ ݯ - ݰ ݱ ݲ ݳ ݴ ݵ ݶ ݷ ݸ ݹ ݺ ݻ ݼ ݽ ݾ ݿ - - - - - -

        DE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ޠ ޡ ޢ ޣ ޤ ޥ ަ ާ ި ީ ު ޫ ެ ޭ ޮ ޯ - ް ޱ ޲ ޳ ޴ ޵ ޶ ޷ ޸ ޹ ޺ ޻ ޼ ޽ ޾ ޿ - - - - - -

        DF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ߠ ߡ ߢ ߣ ߤ ߥ ߦ ߧ ߨ ߩ ߪ ߫ ߬ ߭ ߮ ߯ - ߰ ߱ ߲ ߳ ߴ ߵ ߶ ߷ ߸ ߹ ߺ ߻ ߼ ߽ ߾ ߿ - - - - - -

        E0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        ED - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_660397.html b/HTMLTidy/vendor/tidy-html5/test/input/in_660397.html deleted file mode 100644 index 5c9320e1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_660397.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -

        Aufklrung ist der Ausgang des Menschen -
        aus seiner selbstverschuldeten Unmndigkeit. -
        /Immanuel Kant/
        - - -

        TCPA und Palladium

        -

        Ein weiterer Schritt in die Unmndigkeit -
        oder ein Schritt hin zur Emanzipation?

        - -

        Von der ffentlichkeit weitgehend unbemerkt geistern seit einigen Wochen -geheimnisvolle neue Schlagworte und Krzel durch die Welt der -EDV-Profis: TCPA und Palladium. Interessiert habe ich mich damit -nher beschftigt, denn allein die Tatsache, da die Bezeichnung -Palladium in unserem Fall anders als in den Naturwissenschaften nicht -ein wertvolles Metall meint, sondern eine Wortschpfung der Firma -Microsoft darstellt, verheit nichts Gutes und weckte daher meinen -Argwohn. Der wesentlich neutralere Begriff TCPA (das steht fr -Trusted Computing Platform Alliance) dagegen scheint auf den ersten -Blick positive oder zumindest neutrale Emotionen zu wecken - aber auch -nur auf den ersten Blick, denn wenn man sich des Horrorszenarios bewut -wird, das hinter TCPA in Kombination mit Palladium steckt, so drfte -wohl selbst der unbedarfteste EDV-Anwender schlaflose Nchte bekommen.

        - -

        Was hat es also mit diesen Begriffen auf sich, welche Intentionen liegen -diesen Schlagworten zugrunde und was bedeuten die dahintersteckenden -neuen Techniken fr den EDV-Anwender?

        - -

        Die TCPA ist ein Zusammenschlu fhrender Hardwarehersteller, darunter -IBM, HP, AMD und Intel, die sich vorgenommen haben, den Personal -Computer durch Implementation neuer Hardwaretechnologien sicherer zu -machen. Wie uns allen bewut ist, hat die Monokultur im -Betriebssystemsektor dazu gefhrt, da durch das unsgliche Monopol von -Microsoft in Kombination mit der grottenschlechten Software dieser -Firma allerorten und allenthalben eine wahre Flut von Computerviren, -sogenannten trojanischen Pferden, Wrmern und Sicherheitslchern -entstanden ist und tglich neu auf den Anwender zurollt, die den Umgang -mit dem PC immer wieder zum rgernis werden lt. Diesem bel wollen die -an der TCPA beteiligten Konzerne nun durch den sogenannten -Fritz-Chip (benannt nach dem US-Senator Fritz Hollings) abhelfen - ein -hehrer Wunsch. Bei dem Fritz-Chip handelt es sich um einen -Krypto-Baustein, der in zuknftige Generationen von Personal Computern -integriert werden und allgemein die Systeme sicherer machen soll. Dieser -Chip speichert mehrere Schlssel, die hardware- und anwenderspezifisch -definiert sind. Sobald der PC eingeschaltet wird, nimmt der Fritz-Chip -seine Arbeit auf und fragt einen Schlssel nach dem anderen ab: Zunchst -wird das BIOS abgefragt, anschlieend alle im Rechner vorhandenen -BIOS-Erweiterungen der Steckkarten. Danach wird die Festplatte -berprft, und anschlieend prft der TCPA-Chip auch noch den -Bootsektor, den Bootloader, den Kernel und die Gertetreiber. Da bei -jedem dieser Schritte eine Prfsumme abgespeichert und ein 160 Bit -langer eindeutiger Wert aus den gewonnenen Daten und einem speziellen -Schlssel generiert wird, hat der Fritz-Chip jederzeit die vllige -Kontrolle ber das Gesamtsystem.

        - -

        Damit taucht schon die erste Problematik fr den Anwender auf: Bereits -ein Flash-Update des Rechner-BIOS legt das gesamte System lahm, da dann -die generierten Werte des Fritz-Chip nicht mehr mit den gespeicherten -Werten, die zertifiziert sind, bereinstimmen. In Zeiten, in denen -aufgrund der oftmals schlampig implementierten BIOS-Versionen -Flash-Updates derselben zumindest bei den blichen Consumer-Produkten an -der Tagesordnung sind, ist also der Fritz-Chip eher hinderlich denn ein -Segen fr den Anwender. Gleiches gilt brigens fr diejenigen Anwender, -die beispielsweise eine neue Grafikkarte oder eine grere Festplatte -einbauen wollen - auch fr sie bedeutet jede Hardware-Modifikation eine -- vermutlich natrlich kostenpflichtige - Neuzertifizierung des -Gesamtsystems, damit dieses wieder als TCPA-konform angesehen werden -kann. Bei der Neuzertifizierung wird online anhand einer Liste mit -geprfter Hardware (HCL) und einer weiteren Liste mit gesperrten -Seriennummern (SRL) die Konformittstabelle des Rechners geprft und -aktualisiert.

        - -

        Hat der Fritz-Chip beim Bootvorgang alle Komponenten als TCPA-konform -berprft und erkannt, bergibt er die Kontrolle schlielich an das -Betriebssystem. Ab diesem Punkt hakt nun - wie knnte es anders sein? - -die Firma Microsoft ein mit ihrer Palladium-Technologie. Sobald der -Anwender jetzt ein Programm startet, berprft das Betriebssystem dieses -anhand der im Fritz-Chip gespeicherten Werte fr die SRL. Sollte sich -herausstellen, da dieses Programm keine gltige Lizenz und/oder -Seriennummer besitzt oder die Lizenz abgelaufen ist, wird es gar nicht -erst gestartet. Stellt es sich als TCPA-konform heraus, so wird nach -der Freigabe und dem anschlieenden Start erneut online eine Liste mit -gesperrten Dokumenten fr dieses Programm abgerufen (DRL), um zu -verhindern, da der Anwender fr ihn nicht vorgesehene Dateien ffnet -oder unerlaubterweise nutzt.

        - -

        Was sich auf den ersten Blick tatschlich als wirksame Waffe gegen -Viren, Trojaner, Wrmer und hnliche Probleme geriert, entmndigt jedoch -den Anwender: Palladium stt vor allem bei der -Unterhaltungsindustrie, die einen erbitterten Kampf gegen jegliche -Weiterverbreitung urheberrechtlich geschtzter Produkte im Internet -fhrt, auf groe Zustimmung, bietet sich hier jedoch erstmals -vordergrndig die Mglichkeit, MP3-Tauschbrsen und hnliche Dienste -effizient trockenzulegen dank Microsoft. Auch das Kopieren einzelner -Musikstcke zu privaten Zwecken am heimischen PC wird damit unterbunden -- dank Microsoft werden also vermutlich die ohnehin bervollen Kassen -der Unterhaltungsindustrie zuknftig noch krftiger klingeln!

        - -

        Doch der Anwender hat natrlich noch die Mglichkeit, auch nicht -TCPA-konforme Software auf seinem heimischen PC zu installieren und zu -starten. Bemerkt Palladium eine solche Anwendung, wird das -Gesamtsystem als kompromittiert gekennzeichnet und alle konformen -Anwendungen samt Dateien werden geschlossen. Der Nutzwert eines solchen -Systems drfte fr den Anwender dann wohl gegen Null tendieren.

        - -

        Doch gehen wir einen Schritt weiter und bedenken wir die Folgen dieser -Technologie:

        - -
          -
        1. - Die SRL's, DRL's und HCL's, die fr die - Konformitts-Authentifizierung eines PC's unbedingt bentigt - werden, werden an zentraler Stelle im Internet gespeichert und - abgerufen. Hacker brauchen jetzt also nicht mehr einzelne PC's - anzugreifen, sondern knnen ihr Engagement auf diese Server - konzentrieren - und damit unter Umstnden mit einem einzigen - gelungenen Angriff Millionen von Rechnern unbrauchbar machen. -
        2. -
        3. - Es bedarf keiner ausgesprochen ausgeprgten Phantasie, um sich - auszumalen, wie Palladium mit unerwnschten Konkurrenzprodukten - verfahren kann: Sollen bestimmte Softwareprodukte anderer - Hersteller als Microsoft nicht als konform zertifiziert - werden, so gengt es, sie auf die schwarze Liste des - Palladium-Systems zu setzen. Bei einem Start solcher Software - wre der Rechner nur noch sehr eingeschrnkt nutzbar, da - kompromittiert - jeder Anwender wrde sich wohl zumindest - berlegen, ob er beim nchsten Mal nicht doch zur drittklassigen - Spyware aus dem Hause Microsoft greift. -
        4. -
        5. - Die Zertifizierungen fr Software und Dateien kosten Geld: - Schtzungen gehen von bis zu sechsstelligen Dollarsummen aus fr - eine einzige Anwendung. Die Folge dieser Lizenzierungspraxis wre, - da die Freewareszene von der Bildflche verschwindet. Viele - tausend Programmierer, die unter oftmals groem persnlichen - Engagament und erheblichem Zeitaufwand ansehnliche Projekte als - Freeware entwickelt haben, htten keine Mglichkeit und auch keine - Motivation mehr, ihre oft wirklich innovativen Projekte der - Anwendergemeinde zur Verfgung zu stellen dank der kriminellen - Krake Microsoft. -
        6. -
        7. - Der gesamte von der GPL-Lizenz abgedeckte Bereich wrde ebenfalls - sang- und klanglos vor dem Aus stehen, da auch hier zunchst - erhebliche Betrge in eine Zertifizierung gesteckt werden mten, - denen keine Einnahmen gegenberstehen. Die wohl gefhrlichste - Konkurrenz fr Microsoft, nmlich die oftmals aus idealistischer - und moralischer Intention heraus handelnden freien Entwickler, die - ihre Software unter der GPL-Lizenz vertreiben, wre mit einem - Schlag ausgeschaltet. -
        8. -
        9. - Dem unsglichen Monopol der Firma Microsoft im - Betriebssystemmarkt wrde ein weiterer nachhaltiger Schub - verliehen, denn Konkurrenzsysteme mten, um mit dem Fritz-Chip - und damit letztendlich auch mit Palladium zu harmonieren, - ebenfalls TCPA-konform gestaltet werden. Fr OS/2 WARP ebenso - wie fr die meisten Linux-Distributionen und auch Systeme wie - FreeBSD, NetBSD oder auch BeOS und (mit Einschrnkungen) QNX wrde - der Zwang zur TCPA- und Palladium-Konformitt das Verschwinden - vom EDV-Markt bedeuten, denn ohne diese Konformitt wrden diese - meist besseren Betriebssysteme als unsicher gelten. OS/2 WARP - und die eComStation wrden aus den groen Banken und - Versicherungen, bei TK-Dienstleistern und bei den anderen - Anwendern im professionellen Umfeld gechtet und von den - Festplatten verbannt zugunsten der wesentlich schlechteren - Windows-Systeme. Die einzige Alternative bliebe nach dem - derzeitigen Stand der Dinge HP-Linux, da HP bereits an der TCPA- - und Palladium-Konformitt seines Linux arbeitet. -
        10. -
        11. - Mit dem Palladium-System wrde die offene, basisdemokratische - Struktur des Internet endgltig zu Grabe getragen und einem - Meinungs- und Zensurmonopol der Firma Microsoft weichen. - Microsoft knnte ber die variable Gestaltung von - Zertifizierungsgebhren die Weiterverbreitung kritischer Dokumente - im Internet oder im Rahmen von Software-Distributionen verhindern. - Obendrein wren alle Newsdienste auer den Microsoft-eigenen - davon betroffen - freiwillige, sehr anerkennenswerte Initiativen - wie beispielsweise auch die VOICE, die sich der Aufklrung der - OS/2-Gemeinde verschrieben hat, mten fr die einzelnen Beitrge - Zertifizierungsgebhren an Microsoft zahlen fr die - Palladium-Konformitt, um nicht auf der schwarzen Liste der - DRL-Server zu landen. Das Internet als Transporteur - basisdemokratischer Ideale wre zerstrt und zu einem Sprachrohr - von Microsoft verkommen. -
        12. -
        13. - Durch die enge Kopplung der Palladium-Technologie in Kooperation - mit dem Fritz-Chip an Hard- und Software wrde der - Gebrauchtsoftwaremarkt zum Erliegen kommen - weil bereits einmal - durch TCPA und Palladium zertifizierte Software aufgrund der - Verschlsselung untrennbar an die Hardware gekoppelt ist. Fr - Microsoft erfllt sich damit ein lange gehegter Traum: Jeder - Kufer eines PC mu Software aus Redmond neu kaufen, da die alte - Software nur ber eine Seriennummern-Freigabe auf ein anderes - Gert bertragbar wre - und davon steht nicht ein einziges Wort - in den entsprechenden Standardisierungs-Richtlinien. -
        14. -
        - -

        Das hier geschilderte Horrorszenario erscheint keineswegs abwegig: Bill -Gates hat mit der Unterhaltungsindustrie starke Kombattanten im Rcken, -denen es genauso wie ihm um die Profitmaximierung um jeden Preis geht - -auch wenn dabei demokratische und ethische Prinzipien nicht nur -ausgehhlt, sondern offen mit Fen getreten werden und auf der Strecke -bleiben. Offen diskutiert werden die Folgen seiner Technologie noch -nicht; bislang hat Gates grten Wert darauf gelegt, sich stets -ffentlich und lauthals als Vorkmpfer gegen Raubkopierertum zum Wohle -der Software- und der Unterhaltungsindustrie und auch zum angeblichen -Nutzen des Endverbrauchers zu gerieren - mit Palladium jedoch -berschreitet Microsoft im Halbdunkel ein- fr allemal eine Grenze, -die dem vermeintlichen Vorkmpfer Gates fr die Durchsetzung von -Urheberrechten bislang Fesseln anlegte: Nun geht es um die vollkommene -Kontrolle der Informationsgesellschaft durch einen Konzern, der -krimineller Machenschaften mehrfach berfhrt ist - die Weltherrschaft -einer einzelnen kleinen Clique im Mediensektor droht, und das auch noch -mit blauugiger Zustimmung einiger international agierender -Medienkonzerne, die bisher offenbar noch gar nicht realisiert haben, da -sie sich mit ihrer offensichtlich blinden Profitsucht einem Mann -ausliefern, den andere als den gefhrlichsten Zeitgenossen seit Adolf -Hitler betrachten.

        - -

        Es wird Zeit, da die Demokraten unter den EDV-Profis und -Anwendern -endlich aus ihrem Dornrschenschlaf aufwachen, denn:

        - -
        Man darf nicht -warten, bis aus dem Schneeball eine Lawine geworden ist. Man mu den -rollenden Schneeball zertreten. Die Lawine hlt keiner mehr auf. Sie -ruht erst, wenn sie alles unter sich begraben hat... -
        /Erich Kstner/
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_661606.html b/HTMLTidy/vendor/tidy-html5/test/input/in_661606.html deleted file mode 100644 index f804f180..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_661606.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [661606] Two bytes at the last line, w/ asian options - - - - -

        18

        - -

        ԁ@ς
        ܂܂B

        - uǂ悤cH

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_663548.html b/HTMLTidy/vendor/tidy-html5/test/input/in_663548.html deleted file mode 100644 index f26332e1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_663548.html +++ /dev/null @@ -1,22 +0,0 @@ - - -[663548] Javascript and Tidy - missing code - - - -

        foo - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_671087.html b/HTMLTidy/vendor/tidy-html5/test/input/in_671087.html deleted file mode 100644 index a51f2008..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_671087.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -tidy loops with --new-inline-tags table,tr,td - - - - - - -
        table heading
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_676156.html b/HTMLTidy/vendor/tidy-html5/test/input/in_676156.html deleted file mode 100644 index f822cb60..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_676156.html +++ /dev/null @@ -1,5 +0,0 @@ -foo -bar - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_676205.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_676205.xhtml deleted file mode 100644 index 973b8e42..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_676205.xhtml +++ /dev/null @@ -1,13 +0,0 @@ - - - - -[ 676205 ] <img src="> crashes Tidy - - - - - - - -Error: File Copy Error! File=C:\WinNT\ -System32\PERFLIB_PERFDATA_<#>.DAT (copying to a -'.fil'). - - -Error: File Copy Error! File=C:\WinNT\ -System32\PERFLIB_PERFDATA_ -<#>.DAT (copying to a '.fil'). -
        id
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_679135.html b/HTMLTidy/vendor/tidy-html5/test/input/in_679135.html deleted file mode 100644 index 4a5c5f63..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_679135.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - [ 679135 ] Crashes while checking attributes - - - - -

        - - - -
        - - - -
        - - -
        -
        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_680664.xhtml b/HTMLTidy/vendor/tidy-html5/test/input/in_680664.xhtml deleted file mode 100644 index ef1de47d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_680664.xhtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - -[ 680664 ] Malformed comment generates bad (X)HTML - - - - -
        -This is a test of some pre stuff.
        -See what happens to this comment 
        -  
        -   
        -
        -
        -  

        How to…
        - Place an extended-hours order:

        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_695408.html b/HTMLTidy/vendor/tidy-html5/test/input/in_695408.html deleted file mode 100644 index e38c76ff..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_695408.html +++ /dev/null @@ -1,14 +0,0 @@ - - - [ 695408 ] Empty spans getting dropped, even if they have attrs - - - - - - - - -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_696799.html b/HTMLTidy/vendor/tidy-html5/test/input/in_696799.html deleted file mode 100644 index b2d909b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_696799.html +++ /dev/null @@ -1,12 +0,0 @@ - - - [ 696799 ] Crash: <script language=""> - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_706260.html b/HTMLTidy/vendor/tidy-html5/test/input/in_706260.html deleted file mode 100644 index 07cc79c7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_706260.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - #706260 size not accepted for input - - - -
        - -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_765852.html b/HTMLTidy/vendor/tidy-html5/test/input/in_765852.html deleted file mode 100644 index 7113f634..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_765852.html +++ /dev/null @@ -1,3 +0,0 @@ - -#765852 Empty tag striping -

        Text following italics without a blank after the i end tag is not cleaned up correctly (the bold blank is eliminated).

        \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_795643-1.html b/HTMLTidy/vendor/tidy-html5/test/input/in_795643-1.html deleted file mode 100755 index 0902f050..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_795643-1.html +++ /dev/null @@ -1 +0,0 @@ -

        Hi

        diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_795643-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_795643-2.html deleted file mode 100755 index 7fdd4968..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_795643-2.html +++ /dev/null @@ -1 +0,0 @@ -

        Hi

        diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_836462-2.html b/HTMLTidy/vendor/tidy-html5/test/input/in_836462-2.html deleted file mode 100755 index 1bfd16ce..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_836462-2.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -836462-2 - - -

        Heading

        - -
          -
        1. First ordered list item

        2. -
        3. Second ordered list item

        4. -
        5. Third ordered list item

        6. -
            -
          • First unordered list item

          • -
          • Second unordered list item

          • -
          -
        7. Fourth unordered list item

        8. -
        9. Fifth unordered list item

        10. -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_836462-3.html b/HTMLTidy/vendor/tidy-html5/test/input/in_836462-3.html deleted file mode 100755 index b9e980ca..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_836462-3.html +++ /dev/null @@ -1,9 +0,0 @@ - -test - -
          - -
          -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_836462.html b/HTMLTidy/vendor/tidy-html5/test/input/in_836462.html deleted file mode 100755 index 727c9e5c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_836462.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -836462 - - -

        Heading

        - -
          -
        • First list item

        • -
        • Second list item

        • -
        • Third list item

        • -
            -
          • First list item 2

          • -
          • Second list item 2

          • -
          -
        • Fourth list item

        • -
        • Fifth list item

        • -
        - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_837023.html b/HTMLTidy/vendor/tidy-html5/test/input/in_837023.html deleted file mode 100644 index 201f993b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_837023.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ 837023 ] segfault on doctype-like element - - - -Just text. - - - - - \ No newline at end of file diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_978947.html b/HTMLTidy/vendor/tidy-html5/test/input/in_978947.html deleted file mode 100644 index b68fa10d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_978947.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -Bug: &nbsp; disappears after </pre> - - -Here the non-breaking spaces (     ) -remain. -

             Works multiple times -(     ) as well.
        -But . . .  :

        -
        -A block of 
        -preformatted text.
        -
        -Now the non-breaking spaces (     ) -are replaced with ordinary spaces, and disappear. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/input/in_996484.html b/HTMLTidy/vendor/tidy-html5/test/input/in_996484.html deleted file mode 100644 index 89a05a34..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/input/in_996484.html +++ /dev/null @@ -1,40 +0,0 @@ - - - -test whether xx<...>yy</...> is wrapped properly - - -

        test 1.1 (no space)

        -

        xxyy

        - -

        test 1.2 (with space)

        -

        xx yy

        - -

        test 1.3 (with non breaking space)

        -

        xx yy

        - -

        test 2.1 (no space)

        -

        xxyy

        - -

        test 2.2 (with space)

        -

        xx yy

        - -

        test 2.3 (with non breaking space)

        -

        xx yy

        - -

        test 3 (no space)

        -

        xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        -

        xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        - -

        test 4 (<br>)

        -

        zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
        xx

        - -

        test 5 (no space in the front)

        -

        aa

        - -

        test 6 (no space in the front)

        -

        aaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/onetest.cmd b/HTMLTidy/vendor/tidy-html5/test/onetest.cmd deleted file mode 100755 index 712917d2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/onetest.cmd +++ /dev/null @@ -1,125 +0,0 @@ -@echo off -REM onetest.cmd - execute a single test case -REM -REM (c) 1998-2006 (W3C) MIT, ERCIM, Keio University -REM See tidy.c for the copyright notice. -REM -REM -REM - -@if "%TIDY%." == "." goto Err1 -@if NOT EXIST %TIDY% goto Err2 -@if "%TIDYOUT%." == "." goto Err3 -@if NOT EXIST %TIDYOUT%\nul goto Err4 -@if NOT EXIST input\nul goto Err5 -@if "%TMPTEST%x" == "x" goto Err10 - -@if "%1x" == "x" goto Err8 -@if "%2x" == "x" goto Err9 - -set TESTNO=%1 -set EXPECTED=%2 - -set INFILES=input\in_%1.*ml -set CFGFILE=input\cfg_%1.txt - -set TIDYFILE=%TIDYOUT%\out_%1.html -set MSGFILE=%TIDYOUT%\msg_%1.txt - -set HTML_TIDY= - -REM If no test specific config file, use default. -if NOT exist %CFGFILE% set CFGFILE=input\cfg_default.txt - -REM Get specific input file name -@set INFILE= -for %%F in ( %INFILES% ) do set INFILE=%%F -@if "%INFILE%." == "." goto Err6 -@if NOT EXIST %INFILE% goto Err7 - -REM Remove any pre-exising test outputs -if exist %MSGFILE% del %MSGFILE% -if exist %TIDYFILE% del %TIDYFILE% - -@REM Noisy output, or quiet -@REM echo Testing %1 input %INFILE% config %CFGFILE% ... -@echo Doing: '%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% >> %TMPTEST% - -@%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% -@set STATUS=%ERRORLEVEL% -@echo Testing %1, expect %EXPECTED%, got %STATUS%, msg %MSGFILE% -@echo Testing %1, expect %EXPECTED%, got %STATUS%, msg %MSGFILE% >> %TMPTEST% - -@if %STATUS% EQU %EXPECTED% goto done -@set ERRTESTS=%ERRTESTS% %TESTNO% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** -@type %MSGFILE% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** >> %TMPTEST% -@type %MSGFILE% >> %TMPTEST% -goto done - -:Err1 -@echo ============================================================== -@echo ERROR: runtime exe not set in TIDY environment variable ... -@echo ============================================================== -@goto TRYAT - -:Err2 -@echo ============================================================== -@echo ERROR: runtime exe %TIDY% not found ... check name, location ... -@echo ============================================================== -@goto TRYAT - -:Err3 -@echo ============================================================== -@echo ERROR: output folder TIDYOUT not set in environment ... -@echo ============================================================== -@goto TRYAT - -:Err4 -@echo ============================================================== -@echo ERROR: output folder %TIDYOUT% does not exist ... -@echo ============================================================== -@goto TRYAT - -:Err5 -@echo ============================================================== -@echo ERROR: input folder 'input' does not exist ... check name, location .. -@echo ============================================================== -@goto TRYAT - -:TRYAT -@echo Try running alltest1.cmd ..\build\cmake\Release\Tidy5.exe tmp -@echo ============================================================== -@pause -@goto done - -:Err6 -@echo ============================================================== -@echo ERROR: Failed to find input matching '%INFILES%'!!! -@echo ============================================================== -@pause -@goto done - -:Err7 -@echo ============================================================== -@echo ERROR: Failed to find input file '%INFILE%'!!! -@echo ============================================================== -@pause -@goto done - -:Err8 -@echo. -@echo ERROR: No input test number given! -:Err9 -@echo ERROR: No expected exit value given! -@echo. -@goto done - -:Err10 -@echo ERROR: TMPTEST not set in evironment! -@echo. -@goto done - - -:done diff --git a/HTMLTidy/vendor/tidy-html5/test/onetest2.bat b/HTMLTidy/vendor/tidy-html5/test/onetest2.bat deleted file mode 100644 index 8ba3c253..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/onetest2.bat +++ /dev/null @@ -1,155 +0,0 @@ -@setlocal -@echo off -@set TMPTEST=temptest.txt -REM onetest2.bat - execute a single test case -REM - -@if "%TIDY%." == "." goto Err1 -@if NOT EXIST %TIDY% goto Err2 -@if "%TIDYOUT%." == "." goto Err3 -@if NOT EXIST %TIDYOUT%\nul goto Err4 -@if NOT EXIST input\nul goto Err5 -@if NOT EXIST testbase\nul goto Err8 -@if "%1x" == "x" goto Err9 -@if "%2x" == "x" goto Err10 - -set TESTNO=%1 -set EXPECTED=%2 - -set INFILES=input\in_%1.*ml -set CFGFILE=input\cfg_%1.txt - -set TIDYFILE=%TIDYOUT%\out_%1.html -set MSGFILE=%TIDYOUT%\msg_%1.txt - -@rem Setup the BASE file -@set TIDYBASE=testbase\out_%1.html - -set HTML_TIDY= - -REM If no test specific config file, use default. -if NOT exist %CFGFILE% set CFGFILE=input\cfg_default.txt - -REM Get specific input file name -@set INFILE= -for %%F in ( %INFILES% ) do set INFILE=%%F -@if "%INFILE%." == "." goto Err6 -@if NOT EXIST %INFILE% goto Err7 - -REM Remove any pre-exising test outputs -if exist %MSGFILE% del %MSGFILE% -if exist %TIDYFILE% del %TIDYFILE% - -@REM Noisy output, or quiet -@REM echo Testing %1 input %INFILE% config %CFGFILE% ... -@echo Doing: '%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% >> %TMPTEST% - -@%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% -@set STATUS=%ERRORLEVEL% -@echo Testing %1, expect %EXPECTED%, got %STATUS% -@echo Testing %1, expect %EXPECTED%, got %STATUS% >> %TMPTEST% - -@if %STATUS% EQU %EXPECTED% goto EXITOK -@set ERRTESTS=%ERRTESTS% %TESTNO% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** -@type %MSGFILE% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** >> %TMPTEST% -@type %MSGFILE% >> %TMPTEST% - -:EXITOK -@if NOT EXIST %TIDYBASE% goto NOBASE -@if NOT EXIST %TIDYFILE% goto NOOUT -@echo Doing: 'diff -u %TIDYBASE% %TIDYFILE%' >> %TMPTEST% -@diff -u %TIDYBASE% %TIDYFILE% >> %TMPTEST% -@if ERRORLEVEL 1 goto GOTDIFF -@goto done - -:GOTDIFF -@echo Got a DIFFERENCE between %TIDYBASE% and %TIDYFILE% -@echo Got a DIFFERENCE between %TIDYBASE% and %TIDYFILE% >> %TMPTEST% -@goto done - -:NOBASE -@REM If errorlevel 2 then normally no output generated, to this is OK -@if "%STATUS%" == "2" goto done -@REM If no output generated this time, then this is probably OK -@if NOT EXIST %TIDYFILE% goto done -@echo Can NOT locate %TIDYBASE%. This may be ok if not file generated -@goto done -:NOOUT -@echo *** FAILED: A base file exists, but none geneated this time! -@echo *** FAILED: A base file exists, but none geneated this time! >> %TMPTEST% -@goto done - -:Err1 -@echo. -@echo ERROR: runtime exe not set in TIDY environment variable ... -@echo. -@goto TRYAT - -:Err2 -@echo. -@echo ERROR: runtime exe %TIDY% not found ... check name, location ... -@echo. -@goto TRYAT - -:Err3 -@echo. -@echo ERROR: output folder TIDYOUT not set in environment ... -@echo. -@goto TRYAT - -:Err4 -@echo. -@echo ERROR: output folder %TIDYOUT% does not exist ... -@echo. -@goto TRYAT - -:Err5 -@echo. -@echo ERROR: input folder 'input' does not exist ... check name, location .. -@echo. -@goto TRYAT - -:TRYAT -@echo You could try running alltest1.cmd ..\build\cmake\Release\Tidy5.exe tmp -@echo but essentially this file should be run using the alltestc.bat batch file. -@echo. -@pause -@goto done - -:Err6 -@echo. -@echo ERROR: Failed to find input matching '%INFILES%'!!! -@echo. -@pause -@goto done - -:Err7 -@echo. -@echo ERROR: Failed to find input file '%INFILE%'!!! -@echo. -@pause -@goto done - -:Err8 -@echo. -@echo ERROR: Failed to find 'testbase' folder!!! -@echo. -@pause -@goto done - -:Err9 -@echo. -@echo ERROR: No input test number given as 1st parameter! -:Err10 -@echo ERROR: No expected exit value given as 2nd parameter! -@echo. -@echo Essentially this bat is intended to be used by alltest2.bat, -@echo which in turn is used by alltestc.bat, so try alltestc.bat. -@echo It is not intended that this batch file be run in isolation, -@echo even when TIDY and TIDYOUT have been set in the environent. -@echo. -@goto done - -:done diff --git a/HTMLTidy/vendor/tidy-html5/test/onetesta.cmd b/HTMLTidy/vendor/tidy-html5/test/onetesta.cmd deleted file mode 100755 index c213a9ef..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/onetesta.cmd +++ /dev/null @@ -1,90 +0,0 @@ -@setlocal -@REM echo off - -@REM execute a single test case of the accessibility test suite -@REM -@REM (c) 2006 (W3C) MIT, ERCIM, Keio University -@REM See tidy.c for the copyright notice. -@REM -@REM -@REM -@echo Testing %1 %2 %3 -@set TESTNO=%1 -@set TESTEXPECTED=%2 -@set ACCESSLEVEL=%3 -@if "%1x" == "x" goto NOTEST -@if "%2x" == "x" goto NOEXPECT -@if "%3x" == "x" goto NOLEVEL -@if "%TIDYLOG%x" == "x" goto NOLOG - -@set INFILES=%TIDYINPUT%\%1.*ml -@set CFGFILE=%TIDYINPUT%\cfg_%1.txt - -@set TIDYFILE=%TIDYOUT%\out_%1.html -@set MSGFILE=%TIDYout%\msg_%1.txt - -@set HTML_TIDY= - -@REM If no test specific config file, use default. -@if NOT exist %CFGFILE% @set CFGFILE=%TIDYINPUT%\cfg_default.txt - -@REM Get specific input file name -@for %%F in ( %INFILES% ) do @set INFILE=%%F - -@if EXIST %INFILE% goto DOIT -@echo ERROR: Can NOT locate [%INFILE%] ... aborting test ... -@echo ======================================= >> %TIDYLOG% -@echo Testing %1 %2 %3 >> %TIDYLOG% -@echo ERROR: Can NOT locate [%INFILE%] ... aborting test ... >> %TIDYLOG% -@goto done - -:DOIT -@REM Remove any pre-existing test outputs -@if exist %MSGFILE% del %MSGFILE% -@if exist %TIDYFILE% del %TIDYFILE% - -@REM this has to all one line ... -@%TIDY% -f %MSGFILE% --accessibility-check %ACCESSLEVEL% -config %CFGFILE% --gnu-emacs yes --tidy-mark no -o %TIDYFILE% %INFILE% - -@REM output the FIND count to the a result file -@find /c "%TESTEXPECTED%" %MSGFILE% > tempres.txt -@REM load the find count, token 3, into variable RESULT -@for /F "tokens=3" %%i in (tempres.txt) do @set RESULT=%%i -@REM test the RESULT variable ... -@if "%RESULT%." == "0." goto Err -@if "%RESULT%." == "1." goto done -@REM echo note - test '%TESTEXPECTED%' found %RESULT% times in file '%INFILE%' -@goto done - -:Err -@echo FAILED --- test '%TESTEXPECTED%' not detected in file '%INFILE%' -@type %MSGFILE% -@echo FAILED --- test '%TESTEXPECTED%' not detected in above -@set FAILEDACC=%FAILEDACC% %1 -@REM append results to the ACCERR.TXT file -@echo ======================================= >> %TIDYLOG% -@echo %TIDY% -f %MSGFILE% --accessibility-check %ACCESSLEVEL% -config %CFGFILE% --gnu-emacs yes --tidy-mark no -o %TIDYFILE% %INFILE% >> %TIDYLOG% -@echo FAILED --- test '%TESTEXPECTED%' not detected in file '%MSGFILE%', as follows - >> %TIDYLOG% -@type %MSGFILE% >> %TIDYLOG% -@echo FAILED --- test '%TESTEXPECTED%' not detected in above >> %TIDYLOG% -@goto done - -:NOTEST -@echo Error: NO test number given as the first command! -:NOEXPECT -@echo Error: NO expected result given as the second command! -:NOLEVEL -@echo Error: NO accesslevel given as the thrid command! -@goto HELP - -:NOLOG -@echo. -@echo Error: TIDYLOG NOT set in the environment!!! This is set in acctest.cmd -:HELP -@echo The file acctest.cmd should be used to run this cmd... -@echo Use Ctrl+c to abort, to fix... -@pause -@goto NOLOG - -:done -@endlocal diff --git a/HTMLTidy/vendor/tidy-html5/test/report-5.1.8.txt b/HTMLTidy/vendor/tidy-html5/test/report-5.1.8.txt deleted file mode 100644 index 96ec9b9e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/report-5.1.8.txt +++ /dev/null @@ -1,782 +0,0 @@ -20150909: 'testbase' change report - -The current version of Tidy library is 5.1.8. It -contains a number of fixes, and message changes -the effects the 'test' output in 'testbase' - -The files changed were : - -testbase/msg_1053626.txt -testbase/msg_1098012.txt -testbase/msg_1316307-2.txt -testbase/msg_1326520.txt -testbase/msg_1331849.txt -testbase/msg_427662.txt -testbase/msg_427820.txt -testbase/msg_427836.txt -testbase/msg_431895.txt -testbase/msg_433012.txt -testbase/msg_433021.txt -testbase/msg_433666.txt -testbase/msg_435919.txt -testbase/msg_435920.txt -testbase/msg_505770.txt -testbase/msg_511679.txt -testbase/msg_588061.txt -testbase/msg_590716.txt -testbase/msg_647900.txt -testbase/msg_676205.txt -testbase/msg_678268.txt - -testbase/out_1503897.html -testbase/out_431721.html -testbase/out_435923.html -testbase/out_443362.html -testbase/out_500236.html -testbase/out_504206.html -testbase/out_505770.html -testbase/out_511679.html -testbase/out_588061.html -testbase/out_620531.html -testbase/out_640473.html -testbase/out_656889.html -testbase/out_658230.html -testbase/out_661606.html -testbase/out_676205.html - -There were just 21 of 227 message text files changed, -and just 15 of 220 html outputs changed. - -After reviewing every case, the changes seem 'better', -so are deemed all acceptable changes. - -Hence 'testbase' has been updated to this version. - -Oops, seems thre other files needed to be updated! Not -sure why they were missed in the first 'testbase' update. - -They were - - -testbase\msg_431895.txt -testbase\msg_676205.txt -testbase\out_676205.html - -Below is a FULL `diff -u` of the changes for further -reviewing (some non-utf-8 chars deleted), plus the -additional diff - - -========================================================= -diff -u tempbase/msg_1053626.txt testbase/msg_1053626.txt ---- tempbase/msg_1053626.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1053626.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -7,11 +7,25 @@ - line 6 column 1 - Warning: missing - line 5 column 1 - Warning: missing
      - line 3 column 1 - Warning: inserting missing 'title' element -+line 6 column 1 - Warning: lacks "summary" attribute - line 7 column 1 - Warning: trimming empty - Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" - Info: Document content looks like HTML 4.01 Transitional - Info: No system identifier in emitted doctype --9 warnings, 0 errors were found! -+10 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1098012.txt testbase/msg_1098012.txt ---- tempbase/msg_1098012.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1098012.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -6,12 +6,26 @@ - line 6 column 1 - Warning: missing </table> - line 5 column 1 - Warning: missing </dl> - line 3 column 1 - Warning: inserting missing 'title' element -+line 6 column 1 - Warning: <table> lacks "summary" attribute - line 7 column 1 - Warning: trimming empty <noframes> - line 6 column 1 - Warning: trimming empty <table> - Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" - Info: Document content looks like HTML 4.01 Transitional - Info: No system identifier in emitted doctype --9 warnings, 0 errors were found! -+10 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1316307-2.txt testbase/msg_1316307-2.txt ---- tempbase/msg_1316307-2.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1316307-2.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,11 +1,25 @@ - line 7 column 1 - Warning: <ul> isn't allowed in <tr> elements - line 6 column 1 - Info: <tr> previously mentioned - line 11 column 1 - Warning: discarding unexpected </ul> -+line 5 column 1 - Warning: <table> lacks "summary" attribute - line 7 column 1 - Warning: trimming empty <ul> - Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" - Info: Document content looks like HTML 4.01 Strict - Info: No system identifier in emitted doctype --3 warnings, 0 errors were found! -+4 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1326520.txt testbase/msg_1326520.txt ---- tempbase/msg_1326520.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1326520.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -2,9 +2,10 @@ - line 12 column 7 - Warning: <center> isn't allowed in <tr> elements - line 11 column 5 - Info: <tr> previously mentioned - line 12 column 7 - Warning: missing </center> before <td> -+line 10 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - line 12 column 7 - Warning: trimming empty <center> - Info: Document content looks like HTML5 --4 warnings, 0 errors were found! -+5 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1331849.txt testbase/msg_1331849.txt ---- tempbase/msg_1331849.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1331849.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,10 +1,25 @@ - line 9 column 1 - Warning: <tr> isn't allowed in <body> elements - line 6 column 1 - Info: <body> previously mentioned - line 9 column 1 - Warning: inserting implicit <table> -+line 9 column 1 - Warning: <table> lacks "summary" attribute -+line 29 column 1 - Warning: <table> lacks "summary" attribute - Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" - Info: Document content looks like HTML 4.01 Transitional - Info: No system identifier in emitted doctype --2 warnings, 0 errors were found! -+4 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_427662.txt testbase/msg_427662.txt ---- tempbase/msg_427662.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_427662.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,8 +1,9 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 7 column 1 - Warning: <a> isn't allowed in <table> elements - line 6 column 1 - Info: <table> previously mentioned -+line 6 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --2 warnings, 0 errors were found! -+3 warnings, 0 errors were found! - - You are recommended to use CSS to specify the font and - properties such as its size and color. This will reduce -diff -u tempbase/msg_427820.txt testbase/msg_427820.txt ---- tempbase/msg_427820.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_427820.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,6 +1,7 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration -+line 6 column 10 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --1 warning, 0 errors were found! -+2 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_427836.txt testbase/msg_427836.txt ---- tempbase/msg_427836.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_427836.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,10 +1,11 @@ - line 2 column 1 - Warning: missing <!DOCTYPE> declaration -+line 2 column 1 - Warning: inserting implicit <body> - line 3 column 17 - Warning: <img> discarding newline in URI reference - line 2 column 1 - Warning: inserting missing 'title' element - line 3 column 17 - Warning: <img> escaping malformed URI reference - line 3 column 17 - Warning: <img> lacks "alt" attribute - Info: Document content looks like HTML5 --5 warnings, 0 errors were found! -+6 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_431895.txt testbase/msg_431895.txt ---- tempbase/msg_431895.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_431895.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,2 +1,2 @@ --input\in_431895.html:17:14: Warning: adjacent hyphens within comment --input\in_431895.html:32:1: Warning: trimming empty <p> -+./input/in_431895.html:17:14: Warning: adjacent hyphens within comment -+./input/in_431895.html:32:1: Warning: trimming empty <p> -diff -u tempbase/msg_433012.txt testbase/msg_433012.txt ---- tempbase/msg_433012.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_433012.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -503,9 +503,7 @@ - line 784 column 34 - Warning: unescaped & or unknown entity "&rsaquo" - line 790 column 17 - Warning: unescaped & or unknown entity "&euro" - line 790 column 32 - Warning: unescaped & or unknown entity "&euro" --line 798 column 2 - Warning: named entity &apos; only defined in XML/XHTML - line 798 column 17 - Warning: entity "&apos" doesn't end in ';' --line 798 column 27 - Warning: named entity &apos; only defined in XML/XHTML - line 798 column 32 - Warning: entity "&apos" doesn't end in ';' - line 801 column 17 - Warning: unescaped & or unknown entity "&foo" - line 801 column 31 - Warning: unescaped & or unknown entity "&foo" -@@ -608,7 +606,7 @@ - line 695 column 2 - Warning: <a> escaping malformed URI reference - line 698 column 2 - Warning: <a> escaping malformed URI reference - Info: Document content looks like HTML5 --609 warnings, 0 errors were found! -+607 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_433021.txt testbase/msg_433021.txt ---- tempbase/msg_433021.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_433021.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,11 +1,12 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 6 column 1 - Warning: <p> attribute "align" has invalid value "fizzle" -+line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - line 9 column 1 - Warning: <td> attribute "valign" has invalid value "center" - line 11 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" - line 13 column 1 - Warning: <td> attribute "align" has invalid value "fuzzle" - line 13 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" - Info: Document content looks like HTML5 --6 warnings, 0 errors were found! -+7 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_433666.txt testbase/msg_433666.txt ---- tempbase/msg_433666.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_433666.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,7 +1,8 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 4 column 1 - Warning: <table> dropping value "right" for repeated attribute "align" -+line 4 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --2 warnings, 0 errors were found! -+3 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_435919.txt testbase/msg_435919.txt ---- tempbase/msg_435919.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_435919.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,7 +1,6 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration --line 6 column 1 - Warning: nested q elements, possible typo. - Info: Document content looks like HTML5 --2 warnings, 0 errors were found! -+1 warning, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_435920.txt testbase/msg_435920.txt ---- tempbase/msg_435920.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_435920.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,6 +1,7 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration -+line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --1 warning, 0 errors were found! -+2 warnings, 0 errors were found! - - You are recommended to use CSS to specify the font and - properties such as its size and color. This will reduce -diff -u tempbase/msg_505770.txt testbase/msg_505770.txt ---- tempbase/msg_505770.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_505770.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,8 +1,6 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration --line 29 column 37 - Warning: unescaped & which should be written as &amp; --line 30 column 37 - Warning: unescaped & which should be written as &amp; - Info: Document content looks like HTML5 --3 warnings, 0 errors were found! -+1 warning, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_511679.txt testbase/msg_511679.txt ---- tempbase/msg_511679.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_511679.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,8 +1,9 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 2 column 1 - Warning: inserting implicit <body> - line 4 column 7 - Warning: missing </pre> before </td> -+line 2 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --3 warnings, 0 errors were found! -+4 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_588061.txt testbase/msg_588061.txt ---- tempbase/msg_588061.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_588061.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -7,7 +7,6 @@ - line 20 column 9 - Warning: missing </strong> before <h1> - line 23 column 1 - Warning: inserting implicit <strong> - line 25 column 96 - Warning: unescaped & or unknown entity "&body" --line 43 column 128 - Warning: unescaped & which should be written as &amp; - line 23 column 1 - Warning: replacing unexpected font by </font> - line 66 column 104 - Warning: unescaped & or unknown entity "&city" - line 66 column 5 - Warning: missing </strong> before <h2> -@@ -26,11 +25,8 @@ - line 138 column 237 - Warning: unescaped & or unknown entity "&body" - line 142 column 237 - Warning: unescaped & or unknown entity "&body" - line 168 column 280 - Warning: unescaped & or unknown entity "&body" --line 188 column 76 - Warning: unescaped & which should be written as &amp; - line 196 column 153 - Warning: discarding unexpected </a> - line 200 column 339 - Warning: unescaped & or unknown entity "&body" --line 216 column 90 - Warning: unescaped & which should be written as &amp; --line 240 column 67 - Warning: unescaped & which should be written as &amp; - line 248 column 281 - Warning: unescaped & or unknown entity "&body" - line 300 column 177 - Warning: discarding unexpected </a> - line 314 column 1 - Warning: inserting implicit <strong> -@@ -101,7 +97,7 @@ - line 200 column 176 - Warning: <a> cannot copy name attribute to id - line 248 column 94 - Warning: <a> cannot copy name attribute to id - Info: Document content looks like HTML5 --100 warnings, 0 errors were found! -+96 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_590716.txt testbase/msg_590716.txt ---- tempbase/msg_590716.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_590716.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,10 +1,8 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration --line 796 column 2 - Warning: named entity &apos; only defined in XML/XHTML --line 796 column 28 - Warning: named entity &apos; only defined in XML/XHTML - line 799 column 17 - Warning: unescaped & or unknown entity "&foo" - line 799 column 32 - Warning: unescaped & or unknown entity "&foo" - Info: Document content looks like HTML5 --5 warnings, 0 errors were found! -+3 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_647900.txt testbase/msg_647900.txt ---- tempbase/msg_647900.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_647900.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -3,8 +3,12 @@ - line 29 column 11 - Error: discarding unexpected </form> - line 29 column 18 - Error: discarding unexpected </td> - line 25 column 3 - Warning: missing </form> -+line 6 column 3 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -+line 13 column 3 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -+line 18 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -+line 26 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --3 warnings, 2 errors were found! -+7 warnings, 2 errors were found! - - You may need to move one or both of the <form> and </form> - tags. HTML elements should be properly nested and form elements -diff -u tempbase/msg_676205.txt testbase/msg_676205.txt ---- tempbase/msg_676205.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_676205.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,12 +1,12 @@ --line 11 column 1 - Warning: <img> discarding newline in URI reference --line 11 column 1 - Warning: <img> discarding newline in URI reference --line 11 column 1 - Warning: <img> discarding newline in URI reference --line 14 column 1 - Warning: <img> end of file while parsing attributes --line 11 column 1 - Warning: <img> escaping malformed URI reference --line 11 column 1 - Warning: <img> lacks "alt" attribute --Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" --Info: Document content looks like XHTML 1.0 Transitional --6 warnings, 0 errors were found! -+line 3 column 1 - Warning: missing <!DOCTYPE> declaration -+line 8 column 3 - Warning: <img> discarding newline in URI reference -+line 8 column 3 - Warning: <img> discarding newline in URI reference -+line 8 column 3 - Warning: <img> discarding newline in URI reference -+line 11 column 1 - Warning: <img> end of file while parsing attributes -+line 8 column 3 - Warning: <img> escaping malformed URI reference -+line 8 column 3 - Warning: <img> lacks "alt" attribute -+Info: Document content looks like XHTML5 -+7 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_678268.txt testbase/msg_678268.txt ---- tempbase/msg_678268.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_678268.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -4,8 +4,22 @@ - line 12 column 1 - Warning: inserting implicit <body> - line 1 column 1 - Warning: <html> proprietary attribute "xmlns:msxsl" - line 1 column 1 - Warning: <html> proprietary attribute "xmlns:user" -+line 12 column 1 - Warning: <table> lacks "summary" attribute - Info: Document content looks like XHTML5 --6 warnings, 0 errors were found! -+7 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/out_1503897.html testbase/out_1503897.html ---- tempbase/out_1503897.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_1503897.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,11 +5,9 @@ - </head> - <body> - <pre> -- PrintString(" --</pre>\n"); -+ PrintString("</pre>\n"); - <pre> -- PrintString(" --</pre>\n"); -+ PrintString("</pre>\n"); - <table> - <tr> - <td></td> -diff -u tempbase/out_431721.html testbase/out_431721.html ---- tempbase/out_431721.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_431721.html 2015-09-09 13:51:59.000000000 +0200 -@@ -25,9 +25,9 @@ - </ul> - <p>&nbsp;</p> - <p>Joe-Bob joined the Firm in 1995 after 15 years with the -- Kansas City firm of Fish, Gill, Smoker &amp; Butts, where he -- was a Shareholder/Director.&nbsp; John is a past Chair of the -- Estate Planning, Probate and Trust Committee of the Kansas City -+ Kansas City firm of Fish, Gill, Smoker & Butts, where he was a -+ Shareholder/Director.&nbsp; John is a past Chair of the Estate -+ Planning, Probate and Trust Committee of the Kansas City - Metropolitan Bar Association and co-authored the Drinking - Procedures Manual for County Practitioners.&nbsp; Currently, JB - is a member of the Missouri Bar Probate and Trust Committee, -diff -u tempbase/out_435923.html testbase/out_435923.html ---- tempbase/out_435923.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_435923.html 2015-09-09 13:51:59.000000000 +0200 -@@ -4,8 +4,6 @@ - <title>[ #435923 ] Preserve case of attribute names</title> - </head> - <body> -- <textarea> --Blah Blah Blah --</textarea> -+ <textarea>Blah Blah Blah</textarea> - </body> - </html> -diff -u tempbase/out_443362.html testbase/out_443362.html ---- tempbase/out_443362.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_443362.html 2015-09-09 13:51:59.000000000 +0200 -@@ -17,8 +17,7 @@ - <p>Your XHTML document contains a document type declaration but - the system identifier points at some non-W3C URI. Your document - probably contains something like this:</p> -- <pre> -- -+ <pre> - - - </pre> -diff -u tempbase/out_500236.html testbase/out_500236.html ---- tempbase/out_500236.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_500236.html 2015-09-09 13:51:59.000000000 +0200 -@@ -1,5 +1,5 @@ --<!-- use "==word-2000 yes -xml" on command line --> --<!-- Test case for MS Access files failing with Error: missing quote mark for attribute value --> --<PARAM NAME="XMLData" --VALUE="&lt;xml xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot;&gt; - &lt;a:something&gt;&lt;/a:something&gt;&lt;a:something&gt;&lt;/a:something&gt;&lt;/xml&gt;'&quot;"> --</PARAM> -+<!-- use "==word-2000 yes -xml" on command line --> -+<!-- Test case for MS Access files failing with Error: missing quote mark for attribute value --> -+<PARAM NAME="XMLData" -+VALUE="&lt;xml xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot;&gt; - &lt;a:something&gt;&lt;/a:something&gt;&lt;a:something&gt;&lt;/a:something&gt;&lt;/xml&gt;'&quot;"> -+</PARAM> -diff -u tempbase/out_504206.html testbase/out_504206.html ---- tempbase/out_504206.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_504206.html 2015-09-09 13:52:00.000000000 +0200 -@@ -158,19 +158,16 @@ - <p><strong>Stengths (class/instructor):</strong><br> - <textarea rows="5" - cols="60" -- name="STRENGTHS"> --</textarea><br></p> -+ name="STRENGTHS"></textarea><br></p> - <p><strong>Weaknesses (class/instructor):</strong><br> - <textarea rows="5" - cols="60" -- name="WEAKNESSES"> --</textarea><br></p> -+ name="WEAKNESSES"></textarea><br></p> - <p><strong>Suggestions for improvement (class/instructor; NOTE: - This field is REQUIRED):</strong><br> - <textarea rows="5" - cols="60" -- name="SUGGESTIONS"> --</textarea><br></p> -+ name="SUGGESTIONS"></textarea><br></p> - <p><input type="submit" - value="Send"> <input type="reset" - value="Clear Form"></p> -diff -u tempbase/out_505770.html testbase/out_505770.html ---- tempbase/out_505770.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_505770.html 2015-09-09 13:52:00.000000000 +0200 -@@ -39,8 +39,7 @@ - rows="5" - cols="28" - title="Selected Card Text" -- name="cardtext"> --Selected Card Text -+ name="cardtext">Selected Card Text - </textarea><br> - <input type="button" - value="Discard &amp; Draw"><br> -diff -u tempbase/out_511679.html testbase/out_511679.html ---- tempbase/out_511679.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_511679.html 2015-09-09 13:52:00.000000000 +0200 -@@ -8,9 +8,7 @@ - <table summary="No end tag for PRE"> - <tr> - <td> -- <pre> --<span class="foo">foo</span> --</pre> -+ <pre><span class="foo">foo</span></pre> - </td> - </tr> - </table> -diff -u tempbase/out_588061.html testbase/out_588061.html ---- tempbase/out_588061.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_588061.html 2015-09-09 13:52:00.000000000 +0200 -@@ -77,8 +77,8 @@ - STOCK!</span>**<br> - <br> - <span class="c6">**</span><span class="c1">NEW!</span> Europe -- MapSource: City Navigator, City Select, MetroGuide and Roads -- &amp; Recreation <span class="c1">IN STOCK!</span>**<br> -+ MapSource: City Navigator, City Select, MetroGuide and Roads & -+ Recreation <span class="c1">IN STOCK!</span>**<br> - <br> - <span class="c6">**</span><span class="c1">NEW!</span> We now - have <span class="c2">remanufactured</span> <a href= -@@ -317,7 +317,7 @@ - "c1">IN STOCK!</span><br> - <br> - <a class="c7" -- href="softwarereturn.html">*</a>U.S. Waterways &amp; Lights -+ href="softwarereturn.html">*</a>U.S. Waterways & Lights - MapSource....$60.00 <span class="c1">IN STOCK!</span><br> - <br> - <a href="http://www.garmin.com/products/streetPilot/" -@@ -356,9 +356,8 @@ - STOCK!</span><br> - <br> - <a class="c7" -- href="softwarereturn.html">*</a>MetroGuide Canada with Roads -- &amp; Recreation....$80.00 <span class="c1">IN -- STOCK!</span><br> -+ href="softwarereturn.html">*</a>MetroGuide Canada with Roads & -+ Recreation....$80.00 <span class="c1">IN STOCK!</span><br> - <br> - <a class="c7" - href="softwarereturn.html">*</a>City Navigator -@@ -381,7 +380,7 @@ - <span class="c1">IN STOCK!</span><br> - <br> - <a class="c7" -- href="softwarereturn.html">*</a>Roads &amp; Recreation -+ href="softwarereturn.html">*</a>Roads & Recreation - Europe....$85.00 <span class="c1">IN STOCK!</span><br> - <br> - <a class="c7" -diff -u tempbase/out_620531.html testbase/out_620531.html ---- tempbase/out_620531.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_620531.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,8 +5,6 @@ - </head> - <body> - <p class="foo">foo</p> -- <pre> --bar<br>baz --</pre> -+ <pre>bar<br>baz</pre> - </body> - </html> -diff -u tempbase/out_640473.html testbase/out_640473.html ---- tempbase/out_640473.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_640473.html 2015-09-09 13:52:00.000000000 +0200 -@@ -9,7 +9,6 @@ - <p>This is a test</p> - <zippo> - <baz> -- - This is a pre-formatted Baz! - </baz> - </body> -diff -u tempbase/out_656889.html testbase/out_656889.html ---- tempbase/out_656889.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_656889.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,11 +5,9 @@ - </head> - <body> - <form action="foo"> -- <textarea name="txt1" rows="4" cols="40"> --Blah Blah blah... -+ <textarea name="txt1" rows="4" cols="40">Blah Blah blah... - Blah Blah... --Blah Blah Blah Blah. --</textarea> -+Blah Blah Blah Blah.</textarea> - </form> - </body> - </html> -diff -u tempbase/out_658230.html testbase/out_658230.html ---- tempbase/out_658230.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_658230.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,7 +5,7 @@ - </head> - <body> - <p>BIG-5</p> --<p>Here are some entities: &amp; " 2</p> -+<p>Here are some entities: & " 2</p> -Binary files tempbase/out_661606.html and testbase/out_661606.html differ -diff -u tempbase/out_676205.html testbase/out_676205.html ---- tempbase/out_676205.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_676205.html 2015-09-09 13:52:00.000000000 +0200 -@@ -1,14 +1,11 @@ --<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> --<html xmlns="http://www.w3.org/1999/xhtml" -- xml:lang="en" -- lang="en"> -+<!-- XHTML namespace declaration required to reproduce bug. -+--> -+<!DOCTYPE html> -+<html xmlns="http://www.w3.org/1999/xhtml"> - <head> -- <title>[ 676205 ] &lt;img src="&gt; crashes Tidy</title> -- <meta http-equiv="Content-Type" -- content="text/html; charset=iso-8859-1" /> -+ <title>[676205] &lt;img src="&gt; crashes Tidy</title> - </head> - <body> -- <img src="%3E%3C/body%3E%3C/html%3E" /> -+ <img src="%3E%20%3C/body%3E%20%3C/html%3E" /> - </body> - </html> -======================================================= -diff -u testbase\msg_431895.txt temp-5\msg_431895.txt ---- testbase\msg_431895.txt Wed Sep 09 18:15:03 2015 -+++ temp-5\msg_431895.txt Wed Sep 09 18:27:24 2015 -@@ -1,2 +1,2 @@ --./input/in_431895.html:17:14: Warning: adjacent hyphens within comment --./input/in_431895.html:32:1: Warning: trimming empty <p> -+input\in_431895.html:17:14: Warning: adjacent hyphens within comment -+input\in_431895.html:32:1: Warning: trimming empty <p> -diff -u testbase\msg_676205.txt temp-5\msg_676205.txt ---- testbase\msg_676205.txt Wed Sep 09 18:15:03 2015 -+++ temp-5\msg_676205.txt Wed Sep 09 18:27:55 2015 -@@ -1,12 +1,12 @@ --line 3 column 1 - Warning: missing <!DOCTYPE> declaration --line 8 column 3 - Warning: <img> discarding newline in URI reference --line 8 column 3 - Warning: <img> discarding newline in URI reference --line 8 column 3 - Warning: <img> discarding newline in URI reference --line 11 column 1 - Warning: <img> end of file while parsing attributes --line 8 column 3 - Warning: <img> escaping malformed URI reference --line 8 column 3 - Warning: <img> lacks "alt" attribute --Info: Document content looks like XHTML5 --7 warnings, 0 errors were found! -+line 11 column 1 - Warning: <img> discarding newline in URI reference -+line 11 column 1 - Warning: <img> discarding newline in URI reference -+line 11 column 1 - Warning: <img> discarding newline in URI reference -+line 14 column 1 - Warning: <img> end of file while parsing attributes -+line 11 column 1 - Warning: <img> escaping malformed URI reference -+line 11 column 1 - Warning: <img> lacks "alt" attribute -+Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -+Info: Document content looks like XHTML 1.0 Transitional -+6 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -Binary files testbase\out_661606.html and temp-5\out_661606.html differ -diff -u testbase\out_676205.html temp-5\out_676205.html ---- testbase\out_676205.html Wed Sep 09 18:15:04 2015 -+++ temp-5\out_676205.html Wed Sep 09 18:27:55 2015 -@@ -1,11 +1,14 @@ --<!-- XHTML namespace declaration required to reproduce bug. ----> --<!DOCTYPE html> --<html xmlns="http://www.w3.org/1999/xhtml"> -+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -+<html xmlns="http://www.w3.org/1999/xhtml" -+ xml:lang="en" -+ lang="en"> - <head> -- <title>[676205] &lt;img src="&gt; crashes Tidy</title> -+ <title>[ 676205 ] &lt;img src="&gt; crashes Tidy</title> -+ <meta http-equiv="Content-Type" -+ content="text/html; charset=iso-8859-1" /> - </head> - <body> -- <img src="%3E%20%3C/body%3E%20%3C/html%3E" /> -+ <img src="%3E%3C/body%3E%3C/html%3E" /> - </body> - </html> -========================================================= -; eof - diff --git a/HTMLTidy/vendor/tidy-html5/test/t1.bat b/HTMLTidy/vendor/tidy-html5/test/t1.bat deleted file mode 100644 index 3d922444..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/t1.bat +++ /dev/null @@ -1,174 +0,0 @@ -@setlocal -@REM ================================================================= -@REM A convenient run one test giving the number and expected exit -@REM -@REM This is to run just one, like "t1 1642186-1 0" -@REM -@REM Note it uses a relative path to the built exe file, and -@REM expects the ouput folder has to exist. -@REM -@REM Obviously you may want to adjust this file, like seen below to test -@REM different versions of tidy.exe... -@REM Rather than altering this file, which will be flagged by git, -@REM I copy it to say a temp1.bat, and modify that to suit my testing -@REM -@REM There is also an 'alltest.cmd' which runs some 227 tests that -@REM gets the case listed in 'testcases.txt' file. -@REM -@REM ================================================================= - -@REM setup the ENVIRONMENT -@set TIDY=..\build\cmake\Release\tidy.exe -@REM set TIDY=C:\MDOS\tidy5.exe -@REM set TIDY=C:\MDOS\tidydev02.exe -@set TIDYOUT=temp-02 -@set TMPTEST=temptest1.txt - -@if NOT EXIST %TIDYOUT%\nul goto NOOUT -@if NOT EXIST %TIDY% goto NOEXE - -@REM Check user input -@if "%~1x" == "x" goto HELP -@if "%~2x" == "x" goto HELP - -@set TMPFIL=input\in_%1.xhtml -@if NOT EXIST %TMPFIL% ( -@set TMPFIL==input\in_%1.html -) -@set TMPCFG=input\cfg_%1.txt -@if NOT EXIST %TMPCFG% ( -@set TMPCFG=input\cfg_default.txt -) - -@if NOT EXIST %TMPFIL% goto NOFIL -@if NOT EXIST %TMPCFG% goto NOCFG - -@echo Test 1 case %DATE% %TIME% > %TMPTEST% -@%TIDY% -v >> %TMPTEST% -@if ERRORLEVEL 1 goto NOTIDY - -%TIDY% -v -@echo. -@echo Doing '@call onetest.cmd %1 %2' -@echo Doing '@call onetest.cmd %1 %2' >> %TMPTEST% - -@call onetest.cmd %1 %2 - -@echo See ouput in %TMPTEST% - -@set TMPFIL1=testbase\out_%1.html -@set TMPOUT1=testbase\msg_%1.txt -@set TMPFIL2=%TIDYOUT%\out_%1.html -@set TMPOUT2=%TIDYOUT%\msg_%1.txt - -@if NOT EXIST %TMPFIL1% goto NOFIL1 -@if NOT EXIST %TMPFIL2% goto NOFIL1 - -@if NOT EXIST %TMPOUT1% goto NOFIL2 -@if NOT EXIST %TMPOUT2% goto NOFIL2 - -@REM Compare the outputs, exactly -@set TMPOPTS=-ua -@set ERRCNT=0 - -@echo. -@echo Doing: '@diff %TMPOPTS% %TMPFIL1% %TMPFIL2%' -@diff %TMPOPTS% %TMPFIL1% %TMPFIL2% -@if ERRORLEVEL 1 goto GOTD1 -@echo Files appear exactly the same... -@goto DODIF2 -:GOTD1 -@call :ISDIFF -@set /A ERRCNT+=1 -:DODIF2 - -@echo. -@echo Doing: '@diff %TMPOPTS% %TMPOUT1% %TMPOUT2%' -@diff %TMPOPTS% %TMPOUT1% %TMPOUT2% -@if ERRORLEVEL 1 goto GOTD2 -@echo Files appear exactly the same... -@goto DODIF3 -:GOTD2 -@call :ISDIFF -@set /A ERRCNT+=1 -:DODIF3 -@echo. -@if "%ERRCNT%x" == "0x" ( -@echo Appears a successful test of %1 %2 -) else ( -@echo Carefully REVIEW the above differences on %1 %2! *** ACTION REQUIRED *** -) - -@goto END - -:ISDIFF -@echo. -@echo Check the above diff carefully. This may indicate a 'testbase', or -@echo a 'regression' in tidy output. -@echo. -@goto :EOF - -:NOFIL1 -@echo. -@echo Can NOT locate %TMPFIL1% or %TMPFIL2% -@echo needed for the compare... but this may not be a problem... -@echo Maybe there is no 'testbase' file for test %1! -@echo. -@goto END - -:NOFIL2 -@echo. -@echo Can NOT locate %TMPOUT1% or %TMPOUT2% -@echo needed for the compare... but this may not be a problem... -@echo but it is strange one or both were not created!!! *** NEEDS CHECKING *** -@echo. -@goto END - - -:NOEXE -@echo. -@echo Error: Unable to locate file '%TIDY%'! Has it been built? *** FIX ME *** -@echo. -@goto END - -:NOTIDY -@echo. -@echo Error: Unable to run '%TIDY% -v' successfully! *** FIX ME *** -@echo. -@goto END - -:NOOUT -@echo. -@echo Error: Can NOT locate %TIDYOUT%! This MUST be created! -@echo This script does NOT create any directories... -@echo. -@goto END - -:NOFIL -@echo. -@dir input\*%1* -@echo. -@echo Error: Can NOT locate %TMPFIL%! Is number correct? -@echo. -@goto END - -:NOCFG -@echo. -@echo Error: Can NOT locate %TMPCFG%! -@echo. -@goto END - - -:HELP -@echo. -@echo - Usage: %0 "value" "expected exit value" -@echo - That is give test number, and expected result, like -@echo - %0 1642186 1 -@if "%~1x" == "x" goto HELP2 -@echo - Missing expected value. See testcases.txt for list available... -@echo Checking testcases.txt for test %1 -@fa4 "%~1" testcases.txt -:HELP2 -@echo. - -:END diff --git a/HTMLTidy/vendor/tidy-html5/test/t1.sh b/HTMLTidy/vendor/tidy-html5/test/t1.sh deleted file mode 100755 index 4f7769f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/t1.sh +++ /dev/null @@ -1,216 +0,0 @@ -#!/bin/sh -BN=`basename $0` -# @setlocal -#@REM ================================================================= -#@REM A convenient run one test giving the number and expected exit -#@REM -#@REM This is to run just one, like "t1 1642186-1 0" -#@REM -#@REM Note it uses a relative path to the built exe file, and -#@REM expects the ouput folder has to exist. -#@REM -#@REM Obviously you may want to adjust this file, like seen below to test -#@REM different versions of tidy.exe... -#@REM Rather than altering this file, which will be flagged by git, -#@REM I copy it to say a temp1.bat, and modify that to suit my testing -#@REM -#@REM There is also an 'alltest.cmd' which runs some 227 tests that -#@REM gets the case listed in 'testcases.txt' file. -#@REM -#@REM ================================================================= - -#@REM setup the ENVIRONMENT -TIDY="../build/cmake/tidy" -TIDYOUT="tmp" -TMPLOG="temptest1.txt" - -if [ ! -d "$TIDYOUT" ]; then - echo "" - echo "$BN: Error: Can NOT locate $TIDYOUT! This MUST be created!" - echo "$BN: This script does NOT create any directories..." - echo "" - exit 1 -fi - -if [ ! -x "$TIDY" ]; then - echo "" - echo "$BN: Error: Unable to locate file '$TIDY'! Has it been built? *** FIX ME ***" - echo "" - exit 1 -fi - -give_help() -{ - echo "" - echo "- Usage: $0 \"value\" \"expected exit value\"" - echo "- That is give test number, and expected result, like" - echo "$0 1642186 1" - echo "- Missing expected value. See testcases.txt for list available..." - echo "" -} -d_now() -{ - date +%Y%m%d%H%M%S -} - -#@REM Check user input -TMPCASE="$1" -TMPEXIT="$2" -TMPNOW=`d_now` - -if [ -z "$TMPCASE" ]; then - give_help - exit 1 -fi -if [ -z "$TMPEXIT" ]; then - give_help - exit 1 -fi - -TMPFIL="input/in_$TMPCASE.xhtml" -if [ ! -f "$TMPFIL" ]; then -TMPFIL="input/in_$TMPCASE.html" -fi -TMPCFG="input/cfg_$TMPCASE.txt" -if [ ! -f "$TMPCFG" ]; then -TMPCFG="input/cfg_default.txt" -fi - -if [ ! -f "$TMPFIL" ]; then - echo "" - # @dir input/*%1* - # @echo. - echo "$BN: Error: Can NOT locate $TMPFIL! Is number correct? " - echo "" - exit 1 -fi - -if [ ! -f "$TMPCFG" ]; then - echo "" - echo "$BN: Error: Can NOT locate $TMPCFG!" - echo "" - exit 1 -fi -if [ -f "$TMPLOG" ]; then - rm -f $TMPLOG -fi -echo "$BN: Test 1 case $TMPCASE $TMPEXIT on $TMPNOW" > $TMPLOG -echo "$BN: Version of tidy in use..." >> $TMPLOG -./$TIDY -v >> $TMPLOG -if [ ! "$?" = "0" ]; then - echo "" - echo "$BN: Error: Unable to run '$TIDY -v' successfully! *** FIX ME ***" - echo "" - exit 1 -fi - -echo "" -echo "$BN: Doing './testone.sh $TMPCASE $TMPEXIT'" -echo "$BN: Doing './testone.sh $TMPCASE $TMPEXIT'" >> $TMPLOG -echo "$BN: testone.sh run '$TIDY ... -config $TMPCFG $TMPFIL'" >> $TMPLOG - -if [ -f "tempall.txt" ]; then - rm -f tempall.txt -fi - -./testone.sh $TMPCASE $TMPEXIT -if [ -f "tempall.txt" ]; then - echo "==========================" >> $TMPLOG - cat tempall.txt >> $TMPLOG - echo "==========================" >> $TMPLOG -else - echo "Why no tempall.txt created???" >> $TMPLOG -fi - -echo "$BN: See ouput in $TMPLOG" -echo "$BN: Checking for compare phase..." >> $TMPLOG - -TMPFIL1="testbase/out_$TMPCASE.html" -TMPOUT1="testbase/msg_$TMPCASE.txt" -TMPFIL2="$TIDYOUT/out_$TMPCASE.html" -TMPOUT2="$TIDYOUT/msg_$TMPCASE.txt" - -if [ ! -f "$TMPFIL1" ]; then - echo "" - echo "$BN: NOT locate $TMPFIL1 " - echo "$BN: needed for the compare... but this may not be a problem..." - echo "$BN: Maybe there is no 'testbase' file for test $TMPCASE!" - echo "" - exit 1 -fi -if [ ! -f "$TMPFIL2" ]; then - echo "" - echo "$BN: NOT locate $TMPFIL2 " - echo "$BN: needed for the compare... but this may not be a problem..." - echo "$BN: Maybe there is no 'testbase' file for test $TMPCASE!" - echo "" - exit 1 -fi - -no_file2() -{ - echo "" - echo "$BN: Can NOT locate $TMPOUT1 or $TMPOUT2" - echo "$BN: needed for the compare... but this may not be a problem..." - echo "$BN: but it is strange one or both were not created!!! *** NEEDS CHECKING ***" - echo "" -} - -if [ ! -f "$TMPOUT1" ]; then - no_file2 - exit 1 -fi -if [ ! -f "$TMPOUT2" ]; then - no_file2 - exit 1 -fi - -is_diff() -{ - echo "" - echo "$BN: Check the above diff carefully. This may indicate a 'testbase', or" - echo "$BN: a 'regression' in tidy output." - echo "" -} - - -#@REM Compare the outputs, exactly -TMPOPTS="-ua" -ERRCNT=0 - -echo "" -echo "$BN: Doing: 'diff $TMPOPTS $TMPFIL1 $TMPFIL2'" -echo "$BN: Doing: 'diff $TMPOPTS $TMPFIL1 $TMPFIL2'" >> $TMPLOG -diff $TMPOPTS $TMPFIL1 $TMPFIL2 -if [ "$?" = "0" ]; then - echo "Files appear exactly the same..." -else - is_diff - ERRCNT=`expr $ERRCNT + 1` -fi - -echo "" -echo "$BN: Doing: 'diff $TMPOPTS $TMPOUT1 $TMPOUT2'" -echo "$BN: Doing: 'diff $TMPOPTS $TMPOUT1 $TMPOUT2'" >> $TMPLOG -diff $TMPOPTS $TMPOUT1 $TMPOUT2 -if [ "$?" = "0" ]; then - echo "$BN: Files appear exactly the same..." -else - is_diff - ERRCNT=`expr $ERRCNT + 1` -fi - -echo "" -if [ "$ERRCNT" = "0" ]; then - echo "$BN: Appears a successful test of $TMPCASE $TMPEXIT" - echo "$BN: Appears a successful test of $TMPCASE $TMPEXIT" >> $TMPLOG -else - echo "$BN: Carefully REVIEW the above differences on $TMPCASE $TMPEXIT! *** ACTION REQUIRED ***" - echo "$BN: Carefully REVIEW the above differences on $TMPCASE $TMPEXIT! *** ACTION REQUIRED ***" >> $TMPLOG -fi -echo "" -echo "# eof" >> $TMPLOG -echo "$BN: See full ouput in $TMPLOG" - -# eof :END - diff --git a/HTMLTidy/vendor/tidy-html5/test/testaccess.sh b/HTMLTidy/vendor/tidy-html5/test/testaccess.sh deleted file mode 100755 index 7732b570..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testaccess.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh - -# -# testaccess.sh - execute all testcases for regression testing -# -# (c) 2005 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# <URL:http://www.html-tidy.org/> -# -# set -x - -VERSION='$Id' - -cat accesscases.txt | sed 1d | \ -{ -while read bugNo expected -do - ./testaccessone.sh $bugNo $expected "$@" | tee -a testaccess.log -done -} diff --git a/HTMLTidy/vendor/tidy-html5/test/testaccessone.sh b/HTMLTidy/vendor/tidy-html5/test/testaccessone.sh deleted file mode 100755 index 08d6a243..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testaccessone.sh +++ /dev/null @@ -1,76 +0,0 @@ -#! /bin/sh - -# -# execute a single testcase -# -# (c) 2005 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# <URL:http://www.html-tidy.org/> -# -# set -x - -VERSION='$Id' - -echo Testing $1 - -set +f - -TESTNO=$1 -TESTEXPECTED=$2 -ACCESSLEVEL=$3 - -TIDY=../build/cmake/tidy -INFILES=./accessTest/$1.*ml -CFGFILE=./accessTest/cfg_$1.txt - -TIDYFILE=./tmp/out_$1.html -MSGFILE=./tmp/msg_$1.txt - -unset HTML_TIDY - -shift -shift -shift - -# Remove any pre-exising test outputs -for INFIL in $MSGFILE $TIDYFILE -do - if [ -f $INFIL ] - then - rm $INFIL - fi -done - -for INFILE in $INFILES -do - if [ -r $INFILE ] - then - break - fi -done - -# If no test specific config file, use default. -if [ ! -f $CFGFILE ] -then - CFGFILE=./accessTest/cfg_default.txt -fi - -# Make sure output directory exists. -if [ ! -d ./tmp ] -then - mkdir ./tmp -fi - -$TIDY -f $MSGFILE --accessibility-check $ACCESSLEVEL -config $CFGFILE "$@" --gnu-emacs yes --tidy-mark no -o $TIDYFILE $INFILE -STATUS=$? - -if [ `grep -c -e ' \['$TESTEXPECTED'\]: ' $MSGFILE` = 0 ] -then - echo "--- test '$TESTEXPECTED' not detected in file '$INFILE'" - cat $MSGFILE - exit 1 -fi - -exit 0 - diff --git a/HTMLTidy/vendor/tidy-html5/test/testall.sh b/HTMLTidy/vendor/tidy-html5/test/testall.sh deleted file mode 100755 index e6a513e9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testall.sh +++ /dev/null @@ -1,70 +0,0 @@ -#! /bin/sh -# -# testall.sh - execute all testcases for regression testing -# -# (c) 1998-2015 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# <URL:http://www.html-tidy.org/> -# -# set -x -BN=`basename $0` - -d_now() -{ - date +%Y%m%d%H%M%S -} - -# testone.sh uses tempall.txt, so -TMPLOG="tempall.txt" -# same EXE -TMPTIDY=../build/cmake/tidy - -TMPNOW=`d_now` -TMPINP="testcases.txt" - -if [ ! -f "testone.sh" ]; then - echo "$BN: Can not locate testone.sh script!" - exit 1 -fi -if [ ! -f "$TMPINP" ]; then - echo "$BN: Can not locate $TMPINP file!" - exit 1 -fi - -# count the tests -TMPCNT=0 -while read bugNo expected -do - TMPCNT=`expr $TMPCNT + 1` -done < $TMPINP - -# output a header -if [ -f "$TMPLOG" ]; then - rm -f $TMPLOG -fi -echo "$BN: Will process $TMPCNT tests from $TMPINP on $TMPNOW" -echo "$BN: Will process $TMPCNT tests from $TMPINP on $TMPNOW" > $TMPLOG -echo "$BN: Tidy version in use..." >> $TMPLOG -$TMPTIDY -v >> $TMPLOG -if [ ! "$?" = "0" ]; then - echo "$BN: Error $? running $TMPTIDY!" - exit 1 -fi - -echo "========================================" >> $TMPLOG -# do the tests -while read bugNo expected -do -# echo Testing $bugNo | tee -a $TMPLOG - ./testone.sh $bugNo $expected | tee -a $TMPLOG -done < $TMPINP -echo "========================================" >> $TMPLOG - -echo "$BN: Done $TMPCNT tests..." >> $TMPLOG -echo "# eof" -echo "$BN: Done $TMPCNT tests - see $TMPLOG" - - -# eof - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1002509.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1002509.txt deleted file mode 100644 index 62481bd0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1002509.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 3 column 1 - Error: repeated FRAMESET element -line 21 column 3 - Warning: content occurs after end of body -line 21 column 3 - Warning: replacing <body> by <div> -line 21 column 3 - Warning: trimming empty <div> -line 20 column 2 - Warning: trimming empty <noframes> -line 19 column 1 - Warning: trimming empty <frameset> -Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" -Info: Document content looks like HTML 4.01 Frameset -5 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1003361.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1003361.txt deleted file mode 100644 index 5dd8bd69..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1003361.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1004051.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1004051.txt deleted file mode 100644 index 74f78560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1004051.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1004512.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1004512.txt deleted file mode 100644 index 031df617..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1004512.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1014993.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1014993.txt deleted file mode 100644 index 34197eae..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1014993.txt +++ /dev/null @@ -1,21 +0,0 @@ -line 6 column 1 - Warning: inserting implicit <body> -line 8 column 5 - Warning: missing </font> -line 6 column 1 - Warning: missing </table> -line 8 column 5 - Warning: <font> proprietary attribute "NULL" -line 8 column 5 - Warning: trimming empty <font> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1015959.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1015959.txt deleted file mode 100644 index e165f058..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1015959.txt +++ /dev/null @@ -1,20 +0,0 @@ -line 7 column 1 - Warning: missing </font> before <p> -line 8 column 4 - Warning: inserting implicit <font> -line 9 column 4 - Warning: inserting implicit <font> -line 10 column 1 - Warning: discarding unexpected </font> -line 7 column 1 - Warning: trimming empty <font> -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1027888.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1027888.txt deleted file mode 100644 index 511f18a2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1027888.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 5 column 1 - Warning: inserting implicit <body> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1050673.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1050673.txt deleted file mode 100644 index 570dfa13..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1050673.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: missing </b> before <ul> -line 3 column 1 - Warning: missing <li> -line 4 column 1 - Warning: missing </b> -line 3 column 1 - Warning: missing -line 2 column 1 - Warning: missing -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: trimming empty -line 3 column 1 - Warning: trimming empty -line 3 column 1 - Warning: trimming empty <li> -line 2 column 1 - Warning: trimming empty <ul> -line 4 column 1 - Warning: trimming empty <b> -Info: Document content looks like HTML5 -13 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1052758.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1052758.txt deleted file mode 100644 index 7ad4b940..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1052758.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.1 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1053626.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1053626.txt deleted file mode 100644 index c9d12e03..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1053626.txt +++ /dev/null @@ -1,31 +0,0 @@ -line 6 column 1 - Warning: inserting implicit <table> -line 7 column 1 - Warning: <noframes> isn't allowed in <table> elements -line 6 column 1 - Info: <table> previously mentioned -line 9 column 1 - Warning: discarding unexpected </li> -line 10 column 1 - Warning: discarding unexpected </body> -line 7 column 1 - Warning: missing -line 6 column 1 - Warning: missing
      -line 5 column 1 - Warning: missing
    -line 3 column 1 - Warning: inserting missing 'title' element -line 6 column 1 - Warning: lacks "summary" attribute -line 7 column 1 - Warning: trimming empty -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -10 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1055304.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1055304.txt deleted file mode 100644 index 48ce5fa2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1055304.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 8 column 1 - Warning: <img> should use client-side image map -line 9 column 14 - Warning: <img> should use client-side image map -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -2 warnings, 0 errors were found! - -Use client-side image maps in preference to server-side image -maps as the latter are inaccessible to people using non- -graphical browsers. In addition, client-side maps are easier -to set up and provide immediate feedback to users. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1055398.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1055398.txt deleted file mode 100644 index 0446592f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1055398.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 8 column 1 - Warning: <font> dropping value "L1" for repeated attribute "onload" -line 8 column 1 - Warning: <font> joining values of repeated attribute "style" -line 8 column 1 - Warning: missing </font> before </body> -line 8 column 1 - Warning: <font> proprietary attribute "onload" -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML Proprietary -4 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1056023.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1056023.txt deleted file mode 100644 index dedf36c2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1056023.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: <tfoot> isn't allowed in <body> elements -line 1 column 1 - Info: <body> previously mentioned -line 1 column 1 - Warning: inserting implicit <table> -line 2 column 1 - Warning: discarding unexpected </tbody> -line 1 column 1 - Warning: missing </table> -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: trimming empty <tfoot> -line 1 column 1 - Warning: trimming empty <table> -Info: Document content looks like HTML5 -9 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1056910.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1056910.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1056910.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062345.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062345.txt deleted file mode 100644 index fdaff28c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062345.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 5 column 12 - Warning: entity "&#" doesn't end in ';' -line 5 column 1 - Warning: <br> joining values of repeated attribute "style" -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062511.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062511.txt deleted file mode 100644 index 6c69cd98..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062511.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 3 column 1 - Warning: <marquee> is not approved by W3C -line 2 column 1 - Warning: missing </title> before <marquee> -line 3 column 1 - Warning: inserting implicit <body> -line 3 column 1 - Warning: replacing unexpected basefont by </basefont> -line 3 column 1 - Warning: content occurs after end of body -line 6 column 1 - Warning: missing </b> before <base> -line 7 column 1 - Warning: <base> isn't allowed in <b> elements -line 6 column 1 - Info: <b> previously mentioned -line 6 column 1 - Warning: missing </b> before <hr> -line 3 column 1 - Warning: content occurs after end of body -line 3 column 1 - Warning: trimming empty <marquee> -line 6 column 1 - Warning: trimming empty <b> -Info: Document content looks like HTML5 -12 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062661.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062661.txt deleted file mode 100644 index bf8d54aa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1062661.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 37 - Warning: unescaped & or unknown entity "&tab" -line 5 column 1 - Warning: trimming empty <script> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1063256.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1063256.txt deleted file mode 100644 index eaed583f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1063256.txt +++ /dev/null @@ -1,29 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: discarding unexpected <frame> -line 5 column 1 - Error: <overlay> is not recognized! -line 5 column 1 - Warning: discarding unexpected <overlay> -line 6 column 1 - Warning: <bgsound> is not approved by W3C -line 6 column 1 - Warning: <bgsound> isn't allowed in <body> elements -line 6 column 1 - Info: <body> previously mentioned -line 9 column 1 - Warning: <spacer> is not approved by W3C -line 9 column 1 - Warning: <spacer> isn't allowed in <tr> elements -line 8 column 1 - Info: <tr> previously mentioned -line 5 column 1 - Warning: missing -line 1 column 1 - Warning: inserting missing 'title' element -line 8 column 1 - Warning: trimming empty -Info: Document content looks like HTML5 -10 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -You are recommended to use CSS for controlling white -space (e.g. for indentation, margins and line spacing). -The proprietary element has limited vendor support. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1067112.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1067112.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1068087.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1068087.txt deleted file mode 100644 index d61604b9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1068087.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 5 column 1 - Warning: missing before

    -line 6 column 4 - Warning: inserting implicit -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1069549.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1069549.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1069549.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1069553.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1069553.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1069553.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1072528.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1072528.txt deleted file mode 100644 index e5ab1ed0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1072528.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: discarding malformed -line 2 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1078345.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1078345.txt deleted file mode 100644 index 031df617..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1078345.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1079820.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1079820.txt deleted file mode 100644 index 70c85a6a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1079820.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 32 column 9 - Warning: nested emphasis -line 36 column 9 - Warning: nested emphasis -line 40 column 9 - Warning: nested emphasis -line 44 column 1 - Warning: nested emphasis -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1086083.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1086083.txt deleted file mode 100644 index 60873000..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1086083.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 11 column 1 - Warning: inserting implicit

      -line 11 column 1 - Warning: missing
    before -line 16 column 1 - Warning:
  • isn't allowed in elements -line 6 column 1 - Info: previously mentioned -line 16 column 1 - Warning: inserting implicit
      -line 18 column 1 - Warning: discarding unexpected -line 19 column 1 - Warning: discarding unexpected -line 16 column 1 - Warning: missing
    -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1090318.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1090318.txt deleted file mode 100644 index aa29514c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1090318.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 9 column 1 - Warning: discarding unexpected

    -Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" -Info: Document content looks like HTML 4.01 Frameset -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1098012.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1098012.txt deleted file mode 100644 index c9693abd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1098012.txt +++ /dev/null @@ -1,31 +0,0 @@ -line 7 column 1 - Warning: isn't allowed in <table> elements -line 6 column 1 - Info: <table> previously mentioned -line 9 column 1 - Warning: discarding unexpected </dd> -line 10 column 1 - Warning: discarding unexpected </body> -line 7 column 1 - Warning: missing -line 6 column 1 - Warning: missing

  • -line 5 column 1 - Warning: missing -line 3 column 1 - Warning: inserting missing 'title' element -line 6 column 1 - Warning: lacks "summary" attribute -line 7 column 1 - Warning: trimming empty -line 6 column 1 - Warning: trimming empty <table> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -10 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1107622.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1107622.txt deleted file mode 100644 index 747a3567..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1107622.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 8 column 1 - Warning: <a> id and name attribute value mismatch -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1115094.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1115094.txt deleted file mode 100644 index c1018763..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1115094.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 7 column 9 - Warning: trimming empty <span> -line 7 column 6 - Warning: trimming empty <b> -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1117013.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1117013.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1117013.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1145571.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1145571.txt deleted file mode 100644 index e72dc74c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1145571.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 8 column 1 - Warning: <a> cannot copy name attribute to id -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1145572.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1145572.txt deleted file mode 100644 index 7ad4b940..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1145572.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.1 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1168193.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1168193.txt deleted file mode 100644 index 511f18a2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1168193.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 5 column 1 - Warning: inserting implicit <body> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1183751.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1183751.txt deleted file mode 100644 index 1e30354d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1183751.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1198501.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1198501.txt deleted file mode 100644 index 05e91536..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1198501.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1207443.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1207443.txt deleted file mode 100644 index ae84fa4b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1207443.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1210752.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1210752.txt deleted file mode 100644 index f3e15454..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1210752.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: trimming empty <p> -Info: Document content looks like XHTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1231279.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1231279.txt deleted file mode 100644 index a17fdae2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1231279.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 10 column 1 - Warning: <div> anchor "aBcDeF" already defined -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1235296.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1235296.txt deleted file mode 100644 index a40dbc13..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1235296.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1241723.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1241723.txt deleted file mode 100644 index 74f78560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1241723.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1263391.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1263391.txt deleted file mode 100644 index 901f6784..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1263391.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 26 column 4 - Warning: <address> anchor "contact_autre" already defined -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Transitional -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1266647.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1266647.txt deleted file mode 100644 index 186d09f5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1266647.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 5 - Warning: adjacent hyphens within comment -line 3 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1282835.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1282835.txt deleted file mode 100644 index 2efce773..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1282835.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1286029.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1286029.txt deleted file mode 100644 index 05e91536..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1286029.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1286278.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1286278.txt deleted file mode 100644 index 936f6d25..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1286278.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316258.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316258.txt deleted file mode 100644 index c187e273..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316258.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 12 column 1 - Warning: discarding unexpected </center> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316307-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316307-2.txt deleted file mode 100644 index 3a0d1f1a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316307-2.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 7 column 1 - Warning: <ul> isn't allowed in <tr> elements -line 6 column 1 - Info: <tr> previously mentioned -line 11 column 1 - Warning: discarding unexpected </ul> -line 5 column 1 - Warning: <table> lacks "summary" attribute -line 7 column 1 - Warning: trimming empty <ul> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316307.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316307.txt deleted file mode 100644 index 6c75e341..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1316307.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 13 column 1 - Warning: <center> isn't allowed in <tr> elements -line 10 column 9 - Info: <tr> previously mentioned -line 13 column 1 - Warning: missing </center> before <td> -line 13 column 1 - Warning: trimming empty <center> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1326520.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1326520.txt deleted file mode 100644 index 3cf70316..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1326520.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 12 column 7 - Warning: <center> isn't allowed in <tr> elements -line 11 column 5 - Info: <tr> previously mentioned -line 12 column 7 - Warning: missing </center> before <td> -line 10 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -line 12 column 7 - Warning: trimming empty <center> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1331849.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1331849.txt deleted file mode 100644 index f5cc75d6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1331849.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 9 column 1 - Warning: <tr> isn't allowed in <body> elements -line 6 column 1 - Info: <body> previously mentioned -line 9 column 1 - Warning: inserting implicit <table> -line 9 column 1 - Warning: <table> lacks "summary" attribute -line 29 column 1 - Warning: <table> lacks "summary" attribute -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1333579.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1333579.txt deleted file mode 100644 index f466a020..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1333579.txt +++ /dev/null @@ -1,17 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: <td> isn't allowed in <body> elements -line 3 column 1 - Info: <body> previously mentioned -line 4 column 1 - Warning: inserting implicit <table> -line 4 column 1 - Warning: missing <tr> -line 5 column 1 - Warning: <div> isn't allowed in <tr> elements -line 4 column 1 - Info: <tr> previously mentioned -line 4 column 1 - Warning: missing </table> before </body> -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1359292.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1359292.txt deleted file mode 100644 index c4a76ec8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1359292.txt +++ /dev/null @@ -1,9 +0,0 @@ -Info: Document content looks like XHTML5 -3 warnings, 0 errors were found! Not all warnings/errors were shown. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1398397.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1398397.txt deleted file mode 100644 index dd0ac43d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1398397.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 2 column 1 - Warning: inserting implicit <body> -line 3 column 1 - Warning: <ul> isn't allowed in <table> elements -line 2 column 1 - Info: <table> previously mentioned -line 2 column 1 - Warning: missing </table> -line 2 column 1 - Warning: inserting missing 'title' element -line 3 column 1 - Warning: trimming empty <ul> -line 4 column 1 - Warning: trimming empty <tr> -line 2 column 1 - Warning: trimming empty <table> -Info: Document content looks like HTML5 -8 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1407266.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1407266.txt deleted file mode 100644 index 7a7476f9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1407266.txt +++ /dev/null @@ -1,16 +0,0 @@ -Warning: replacing invalid character code 159 -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1408034.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1408034.txt deleted file mode 100644 index 2b369d5b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1408034.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: plain text isn't allowed in <head> elements -line 1 column 1 - Info: <head> previously mentioned -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061-1.txt deleted file mode 100644 index 3612215c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061-1.txt +++ /dev/null @@ -1,28 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 4 - Warning: replacing unexpected b by </b> -line 6 column 30 - Warning: inserting implicit <font> -line 6 column 30 - Warning: missing </font> before <li> -line 7 column 1 - Warning: <li> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 7 column 1 - Warning: inserting implicit <ul> -line 7 column 5 - Warning: inserting implicit <font> -line 8 column 5 - Warning: inserting implicit <font> -line 9 column 5 - Warning: inserting implicit <font> -line 10 column 1 - Warning: discarding unexpected </body> -line 11 column 1 - Warning: discarding unexpected </html> -line 7 column 1 - Warning: missing </ul> -line 6 column 30 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -13 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061-2.txt deleted file mode 100644 index ec485b32..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061-2.txt +++ /dev/null @@ -1,20 +0,0 @@ -line 7 column 4 - Warning: replacing unexpected b by </b> -line 7 column 30 - Warning: inserting implicit <font> -line 7 column 30 - Warning: missing </font> before <ul> -line 9 column 5 - Warning: inserting implicit <font> -line 7 column 30 - Warning: trimming empty <font> -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061.txt deleted file mode 100644 index b7812cb3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1410061.txt +++ /dev/null @@ -1,26 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 319 - Warning: <li> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 6 column 319 - Warning: inserting implicit <ul> -line 6 column 1041 - Warning: discarding unexpected </li> -line 6 column 1046 - Warning: discarding unexpected </li> -line 6 column 1051 - Warning: discarding unexpected </li> -line 6 column 1056 - Warning: discarding unexpected </li> -line 6 column 1061 - Warning: discarding unexpected </li> -line 6 column 1066 - Warning: discarding unexpected </li> -line 6 column 1071 - Warning: discarding unexpected </li> -line 6 column 1076 - Warning: discarding unexpected </li> -line 6 column 1081 - Warning: discarding unexpected </li> -line 6 column 1086 - Warning: discarding unexpected </li> -line 7 column 1 - Warning: discarding unexpected </body> -line 8 column 1 - Warning: discarding unexpected </html> -line 6 column 319 - Warning: missing </ul> -Info: Document content looks like HTML5 -16 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1415137.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1415137.txt deleted file mode 100644 index b9cfb62b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1415137.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: plain text not inside 'noframes' element -line 2 column 1 - Warning: missing -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1423252.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1423252.txt deleted file mode 100644 index 807f2414..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1423252.txt +++ /dev/null @@ -1,30 +0,0 @@ -line 7 column 1 - Warning: missing before
    -line 8 column 5 - Warning: missing
    -line 8 column 6 - Warning: inserting implicit -line 9 column 1 - Warning:
    isn't allowed in elements -line 6 column 1 - Info: previously mentioned -line 9 column 1 - Warning: inserting implicit
    -line 9 column 5 - Warning: inserting implicit -line 10 column 1 - Warning: discarding unexpected -line 11 column 1 - Warning: missing
    -line 11 column 1 - Warning: inserting implicit -line 11 column 1 - Warning: discarding unexpected -line 9 column 1 - Warning: missing
    -line 11 column 1 - Warning: trimming empty -line 11 column 1 - Warning: trimming empty
    -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -13 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1426419.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1426419.txt deleted file mode 100644 index 684bbe8e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1426419.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 8 column 12 - Warning: replacing unexpected b by -line 8 column 35 - Warning: inserting implicit -line 9 column 13 - Warning: replacing unexpected tt by -line 9 column 34 - Warning: inserting implicit -line 10 column 15 - Warning: replacing unexpected i by -line 10 column 38 - Warning: inserting implicit -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1436578.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1436578.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1436578.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1445570.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1445570.txt deleted file mode 100644 index 91e3d66f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1445570.txt +++ /dev/null @@ -1,23 +0,0 @@ -line 7 column 1 - Warning: discarding whitespace in URI reference -line 8 column 1 - Warning: discarding whitespace in URI reference -line 7 column 1 - Warning: escaping malformed URI reference -line 8 column 1 - Warning: escaping malformed URI reference -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -4 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1452744.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1452744.txt deleted file mode 100644 index 1ba68d07..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1452744.txt +++ /dev/null @@ -1,15 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -line 4 column 1 - Access: [13.2.1.1]: Metadata missing. -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1503897.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1503897.txt deleted file mode 100644 index 2f27d43e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1503897.txt +++ /dev/null @@ -1,27 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 7 column 15 - Warning: discarding unexpected -line 6 column 1 - Warning: missing before
    -line 7 column 20 - Warning: isn't allowed in elements -line 5 column 1 - Info: previously mentioned -line 7 column 20 - Warning: inserting implicit
    -line 7 column 24 - Warning: plain text isn't allowed in elements -line 7 column 20 - Info: previously mentioned -line 8 column 1 - Warning: discarding unexpected -line 9 column 1 - Warning:
     isn't allowed in 
    elements -line 7 column 20 - Info: previously mentioned -line 10 column 15 - Warning: discarding unexpected -line 10 column 20 - Warning: missing elements -line 10 column 20 - Info: previously mentioned -line 11 column 1 - Warning: discarding unexpected -line 7 column 20 - Warning: missing
    -line 10 column 24 - Warning: plain text isn't allowed in
    before -line 10 column 20 - Warning: trimming empty -Info: Document content looks like HTML5 -14 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1586158.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1586158.txt deleted file mode 100644 index 7ad4b940..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1586158.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.1 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1590220-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1590220-1.txt deleted file mode 100644 index 173d3d17..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1590220-1.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 10 column 1 - Warning:
     isn't allowed in  elements
    -line 9 column 1 - Info: 
    previously mentioned -line 13 column 1 - Warning: discarding unexpected -line 15 column 1 - Warning:
     isn't allowed in 
    elements -line 14 column 1 - Info:
    previously mentioned -line 18 column 1 - Warning: discarding unexpected -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1590220-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1590220-2.txt deleted file mode 100644 index f9ffdc9d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1590220-2.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 10 column 1 - Warning:
     isn't allowed in 
    elements -line 9 column 1 - Info:
    previously mentioned -line 13 column 1 - Warning: plain text isn't allowed in
    elements -line 9 column 1 - Info:
    previously mentioned -line 14 column 1 - Warning: discarding unexpected -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1603538-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1603538-1.txt deleted file mode 100644 index 83fc0da6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1603538-1.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 1 - Warning: isn't allowed in elements -line 2 column 1 - Info: previously mentioned -line 5 column 1 - Warning: missing -line 6 column 1 - Warning: missing
  • -line 3 column 1 - Warning: missing -line 2 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like XHTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1603538-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1603538-2.txt deleted file mode 100644 index db2e7ebb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1603538-2.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 1 - Warning: inserting implicit -line 4 column 14 - Warning: discarding unexpected -line 7 column 14 - Warning: discarding unexpected -line 10 column 19 - Warning: discarding unexpected -line 13 column 14 - Warning: discarding unexpected -line 2 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1610888-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1610888-1.txt deleted file mode 100644 index 299360c0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1610888-1.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1610888-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1610888-2.txt deleted file mode 100644 index ca07de0e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1610888-2.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1632218.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1632218.txt deleted file mode 100644 index 155f877b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1632218.txt +++ /dev/null @@ -1,29 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 7 column 17 - Warning: numeric character reference "€" doesn't end in ';' -line 7 column 17 - Warning: replacing invalid numeric character reference 128 -line 8 column 17 - Warning: unescaped & or unknown entity "Ĩ" -line 9 column 17 - Warning: unescaped & or unknown entity "Ĩ" -line 7 column 1 - Warning: escaping malformed URI reference -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent. - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1632470.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1632470.txt deleted file mode 100644 index 03d7e69e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1632470.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 3 column 1 - Warning: inserting implicit -line 4 column 1 - Warning: isn't allowed in <body> elements -line 3 column 1 - Info: <body> previously mentioned -line 5 column 1 - Warning: </head> isn't allowed in <body> elements -line 3 column 1 - Info: <body> previously mentioned -line 6 column 1 - Warning: discarding unexpected <body> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1638062.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1638062.txt deleted file mode 100644 index c602dd4b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1638062.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 7 column 12 - Warning: nested emphasis <b> -line 8 column 19 - Warning: <b> is probably intended as </b> -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1642186-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1642186-1.txt deleted file mode 100644 index c1abe427..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1642186-1.txt +++ /dev/null @@ -1,3 +0,0 @@ -No warnings or errors were found. - -Info: Document content looks like HTML5 diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1674502.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1674502.txt deleted file mode 100644 index e4e099b8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1674502.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: discarding unexpected XML declaration -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1707836.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1707836.txt deleted file mode 100644 index ab4c47e3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1707836.txt +++ /dev/null @@ -1,21 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 9 - Warning: missing <li> -line 8 column 9 - Warning: missing <li> -line 10 column 9 - Warning: missing <li> -line 2 column 1 - Warning: inserting missing 'title' element -line 6 column 9 - Warning: trimming empty <p> -line 8 column 9 - Warning: trimming empty <p> -line 10 column 9 - Warning: trimming empty <p> -line 6 column 9 - Warning: trimming empty <li> -line 7 column 9 - Warning: trimming empty <li> -line 9 column 9 - Warning: trimming empty <li> -line 5 column 1 - Warning: trimming empty <ol> -Info: Document content looks like HTML5 -12 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1715153.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1715153.txt deleted file mode 100644 index b0cc725f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1715153.txt +++ /dev/null @@ -1,20 +0,0 @@ -line 1 column 1 - Warning: <embed> dropping value "never" for repeated attribute "allowscriptaccess" -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: <embed> proprietary attribute "quality" -line 1 column 1 - Warning: <embed> proprietary attribute "mode" -line 1 column 1 - Warning: <embed> attribute "bgcolor" had invalid value "FFFFFF" and has been replaced -line 1 column 1 - Warning: <embed> proprietary attribute "bgcolor" -line 1 column 1 - Warning: <embed> proprietary attribute "lign" -line 1 column 1 - Warning: <embed> proprietary attribute "allowscriptaccess" -line 1 column 1 - Warning: <embed> proprietary attribute "pluginspage" -Info: Document content looks like HTML5 -11 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1720953.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1720953.txt deleted file mode 100644 index 7f3c935c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1720953.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1773932.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1773932.txt deleted file mode 100644 index ea885ca1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1773932.txt +++ /dev/null @@ -1,28 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: missing </font> before <ol> -line 8 column 9 - Warning: inserting implicit <font> -line 9 column 6 - Warning: missing <li> -line 9 column 6 - Warning: inserting implicit <font> -line 9 column 6 - Warning: missing </font> before <li> -line 9 column 10 - Warning: inserting implicit <font> -line 10 column 6 - Warning: missing <li> -line 10 column 6 - Warning: inserting implicit <font> -line 10 column 6 - Warning: missing </font> before <li> -line 10 column 10 - Warning: inserting implicit <font> -line 7 column 1 - Warning: trimming empty <font> -line 9 column 6 - Warning: trimming empty <font> -line 10 column 6 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -14 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-1.txt deleted file mode 100644 index 62571883..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-1.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-2.txt deleted file mode 100644 index 62571883..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-2.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-3.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-3.txt deleted file mode 100644 index 74f78560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_1986717-3.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2046048.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2046048.txt deleted file mode 100644 index 3f5c0c8a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2046048.txt +++ /dev/null @@ -1,44 +0,0 @@ -line 10 column 1 - Error: <asset> is not recognized! -line 10 column 1 - Warning: discarding unexpected <asset> -line 11 column 1 - Error: <thumbnailimage> is not recognized! -line 11 column 1 - Warning: discarding unexpected <thumbnailimage> -line 9 column 1 - Warning: missing </div> before <caption> -line 12 column 1 - Warning: inserting implicit <table> -line 13 column 1 - Error: <width> is not recognized! -line 13 column 1 - Warning: discarding unexpected <width> -line 13 column 8 - Warning: plain text isn't allowed in <table> elements -line 12 column 1 - Info: <table> previously mentioned -line 13 column 10 - Warning: discarding unexpected </width> -line 14 column 1 - Error: <height> is not recognized! -line 14 column 1 - Warning: discarding unexpected <height> -line 14 column 9 - Warning: plain text isn't allowed in <table> elements -line 12 column 1 - Info: <table> previously mentioned -line 14 column 11 - Warning: discarding unexpected </height> -line 15 column 1 - Warning: discarding unexpected </thumbnailimage> -line 16 column 1 - Warning: discarding unexpected </asset> -line 17 column 1 - Warning: discarding unexpected </div> -line 12 column 1 - Warning: missing </table> before </body> -line 9 column 1 - Warning: missing </div> - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -line 4 column 1 - Access: [13.2.1.1]: Metadata missing. -line 12 column 1 - Access: [5.5.2.1]: <table> missing <caption>. -line 12 column 1 - Warning: trimming empty <caption> -line 12 column 1 - Warning: trimming empty <table> -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -17 warnings, 4 errors were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL and http://www.html-tidy.org/accessibility/. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2085175.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2085175.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2085175.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2359929.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2359929.txt deleted file mode 100644 index 4bfd4478..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2359929.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 8 column 7 - Warning: <a> URI reference contains backslash. Typo? -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2705873-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2705873-1.txt deleted file mode 100644 index 582249b9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2705873-1.txt +++ /dev/null @@ -1,15 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -line 6 column 3 - Access: [13.2.1.1]: Metadata missing. -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2705873-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2705873-2.txt deleted file mode 100644 index 383fd012..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2705873-2.txt +++ /dev/null @@ -1,14 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2709860.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2709860.txt deleted file mode 100644 index ec38c9e2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_2709860.txt +++ /dev/null @@ -1,30 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 7 column 1 - Access: [5.2.1.2]: data <table> may require markup (row headers). - - - First, search left from the cell's position to find row header cells. - - Then search upwards to find column header cells. - - The search in a given direction stops when the edge of the table is - reached or when a data cell is found after a header cell. - - Row headers are inserted into the list in the order they appear in - the table. - - For left-to-right tables, headers are inserted from left to right. - - Column headers are inserted after row headers, in - the order they appear in the table, from top to bottom. - - If a header cell has the headers attribute set, then the headers - referenced by this attribute are inserted into the list and the - search stops for the current direction. - TD cells that set the axis attribute are also treated as header cells. - -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_426885.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_426885.txt deleted file mode 100644 index 39e30589..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_426885.txt +++ /dev/null @@ -1,34 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: <dt> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 7 column 1 - Warning: inserting implicit <dl> -line 8 column 41 - Warning: <hr> isn't allowed in <dt> elements -line 8 column 1 - Info: <dt> previously mentioned -line 11 column 1 - Warning: missing <li> -line 11 column 1 - Warning: inserting implicit <dl> -line 12 column 41 - Warning: <hr> isn't allowed in <dt> elements -line 12 column 1 - Info: <dt> previously mentioned -line 11 column 1 - Warning: missing </dl> before </ul> -line 7 column 5 - Warning: <img> lacks "alt" attribute -line 8 column 5 - Warning: <img> lacks "alt" attribute -line 11 column 5 - Warning: <img> lacks "alt" attribute -line 12 column 5 - Warning: <img> lacks "alt" attribute -line 8 column 41 - Warning: trimming empty <dt> -line 9 column 27 - Warning: trimming empty <dl> -line 12 column 41 - Warning: trimming empty <dt> -Info: Document content looks like HTML5 -15 warnings, 0 errors were found! - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427633.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427633.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427633.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427662.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427662.txt deleted file mode 100644 index 274b0d88..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427662.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: <a> isn't allowed in <table> elements -line 6 column 1 - Info: <table> previously mentioned -line 6 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427664.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427664.txt deleted file mode 100644 index 5324a5eb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427664.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 5 column 1 - Warning: <body> attribute name "￿￿1/2" (value="xx") is invalid -line 5 column 1 - Warning: <body> unexpected or duplicate quote mark -line 5 column 1 - Warning: <body> unexpected or duplicate quote mark -line 5 column 1 - Warning: <body> attribute "width" has invalid value "align=""" -line 5 column 1 - Warning: <body> proprietary attribute "width" -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427671.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427671.txt deleted file mode 100644 index e17f9170..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427671.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 5 - Warning: discarding unexpected <frame> -line 8 column 22 - Warning: discarding unexpected </frame> -line 9 column 5 - Warning: discarding unexpected <frameset> -line 9 column 28 - Warning: discarding unexpected </frameset> -line 10 column 5 - Warning: discarding unexpected <optgroup> -line 10 column 28 - Warning: discarding unexpected </optgroup> -line 11 column 5 - Warning: discarding unexpected <option> -line 11 column 24 - Warning: discarding unexpected </option> -Info: Document content looks like HTML5 -9 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427672.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427672.txt deleted file mode 100644 index e98ddba6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427672.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 5 column 1 - Warning: <body> attribute name "￿￿1/2" (value="xx") is invalid -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427675.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427675.txt deleted file mode 100644 index 6726fec8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427675.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 1 - Warning: discarding unexpected <frame> -line 10 column 1 - Warning: missing </noframes> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427676.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427676.txt deleted file mode 100644 index dd7f9f21..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427676.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 14 - Warning: <spanstyle> unexpected or duplicate quote mark -line 6 column 14 - Warning: <spanstyle> attribute with missing trailing quote mark -line 6 column 14 - Error: <spanstyle> is not recognized! -line 6 column 14 - Warning: discarding unexpected <spanstyle> -line 6 column 44 - Warning: discarding unexpected </span> -line 6 column 52 - Warning: <a> unexpected or duplicate quote mark -Info: Document content looks like HTML5 -6 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427677.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427677.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427677.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427810.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427810.txt deleted file mode 100644 index 70139b0b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427810.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 1 - Warning: <blink> is not approved by W3C -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to control line wrapping. -Use "white-space: nowrap" to inhibit wrapping in place -of inserting <NOBR>...</NOBR> into the markup. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427811.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427811.txt deleted file mode 100644 index 794acf25..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427811.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 10 column 1 - Warning: discarding unexpected <noframes> -line 11 column 3 - Warning: discarding unexpected <body> -line 13 column 3 - Warning: <frame> isn't allowed in <body> elements -line 10 column 1 - Info: <body> previously mentioned -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427813.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427813.txt deleted file mode 100644 index 2e0594bb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427813.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 5 column 1 - Warning: <body> attribute with missing trailing quote mark -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427816.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427816.txt deleted file mode 100644 index 5f315f76..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427816.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <a> unexpected or duplicate quote mark -line 6 column 1 - Warning: <a> unexpected or duplicate quote mark -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427818.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427818.txt deleted file mode 100644 index 16d7d9f3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427818.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 7 column 1 - Warning: <a> discarding newline in URI reference -line 7 column 1 - Warning: <a> attribute with missing trailing quote mark -line 7 column 1 - Warning: <a> escaping malformed URI reference -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -3 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427819.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427819.txt deleted file mode 100644 index 435d64a9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427819.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 25 - Warning: discarding unexpected <font> -line 8 column 46 - Warning: discarding unexpected </font> -line 12 column 25 - Warning: discarding unexpected <font> -line 12 column 45 - Warning: discarding unexpected </font> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427820.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427820.txt deleted file mode 100644 index f034a3b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427820.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 10 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427821.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427821.txt deleted file mode 100644 index 6759a4cc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427821.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" -Info: Document content looks like XHTML 1.0 Frameset -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427822.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427822.txt deleted file mode 100644 index ada56bab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427822.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 5 - Warning: missing </i> before </dd> -line 7 column 16 - Warning: discarding unexpected </i> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427823.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427823.txt deleted file mode 100644 index 32dc95a4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427823.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 11 column 1 - Warning: content occurs after end of body -line 11 column 1 - Warning: replacing <body> by <div> -line 7 column 1 - Warning: content occurs after end of body -line 18 column 1 - Warning: plain text not inside 'noframes' element -line 7 column 1 - Warning: content occurs after end of body -line 7 column 1 - Warning: missing </noframes> -Info: Document content looks like HTML5 -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427825.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427825.txt deleted file mode 100644 index d68857bc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427825.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 11 - Warning: <lm:xcode> is not approved by W3C -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427826.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427826.txt deleted file mode 100644 index 84482ab1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427826.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427827.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427827.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427827.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427830.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427830.txt deleted file mode 100644 index e17a7a72..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427830.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like XHTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427833.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427833.txt deleted file mode 100644 index 695951a1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427833.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427834.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427834.txt deleted file mode 100644 index 695951a1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427834.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427835.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427835.txt deleted file mode 100644 index e17a7a72..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427835.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like XHTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427836.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427836.txt deleted file mode 100644 index 4e8cd397..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427836.txt +++ /dev/null @@ -1,31 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -line 2 column 1 - Warning: inserting implicit <body> -line 3 column 17 - Warning: <img> discarding newline in URI reference -line 2 column 1 - Warning: inserting missing 'title' element -line 3 column 17 - Warning: <img> escaping malformed URI reference -line 3 column 17 - Warning: <img> lacks "alt" attribute -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427837.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427837.txt deleted file mode 100644 index 767672b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427837.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427838.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427838.txt deleted file mode 100644 index 961d6f29..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427838.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 10 column 4 - Warning: missing </a> before <h3> -line 11 column 22 - Warning: inserting implicit <a> -line 11 column 36 - Warning: discarding unexpected </a> -line 16 column 1 - Warning: <a> is probably intended as </a> -line 17 column 1 - Warning: missing </a> before <a> -line 17 column 24 - Warning: missing </a> before </body> -line 10 column 1 - Warning: trimming empty <p> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427839.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427839.txt deleted file mode 100644 index 84482ab1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427839.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427840.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427840.txt deleted file mode 100644 index 826ba73f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427840.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: <span> missing '>' for end of tag -line 4 column 1 - Warning: missing </span> before <p> -line 5 column 4 - Warning: inserting implicit <span> -line 6 column 1 - Warning: discarding unexpected </span> -line 4 column 1 - Warning: trimming empty <span> -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427841.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427841.txt deleted file mode 100644 index c1638d90..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427841.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 24 column 1 - Warning: missing <li> -line 22 column 1 - Warning: missing </ul> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427845.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427845.txt deleted file mode 100644 index 7f3c935c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427845.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427846.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427846.txt deleted file mode 100644 index ee350ada..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_427846.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: missing </font> before <blockquote> -line 8 column 1 - Warning: inserting implicit <font> -line 10 column 1 - Warning: inserting implicit <font> -line 6 column 1 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431716.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431716.txt deleted file mode 100644 index a40dbc13..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431716.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431721.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431721.txt deleted file mode 100644 index c6562004..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431721.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 160 column 121 - Warning: <o:p> is not approved by W3C -line 168 column 73 - Warning: <o:p> is not approved by W3C -line 170 column 119 - Warning: <o:p> is not approved by W3C -line 175 column 45 - Warning: <o:p> is not approved by W3C -line 189 column 119 - Warning: <o:p> is not approved by W3C -line 202 column 56 - Warning: <o:p> is not approved by W3C -line 204 column 119 - Warning: <o:p> is not approved by W3C -line 1 column 1 - Warning: <html> proprietary attribute "xmlns:o" -line 1 column 1 - Warning: <html> proprietary attribute "xmlns:w" -line 177 column 1 - Warning: replacing unexpected <p> by <li> -line 181 column 1 - Warning: replacing unexpected <p> by <li> -line 185 column 1 - Warning: replacing unexpected <p> by <li> -Info: Document content looks like HTML5 -13 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431731.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431731.txt deleted file mode 100644 index bbb43185..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431731.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431736.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431736.txt deleted file mode 100644 index e17a7a72..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431736.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like XHTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431739.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431739.txt deleted file mode 100644 index dd8daf86..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431739.txt +++ /dev/null @@ -1,17 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: missing </font> before <hr> -line 8 column 1 - Warning: inserting implicit <font> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431874.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431874.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431874.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431889.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431889.txt deleted file mode 100644 index 3940bd92..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431889.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 35 column 4 - Warning: <img> lacks "alt" attribute -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -1 warning, 0 errors were found! - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431895.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431895.txt deleted file mode 100644 index e0e94e93..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431895.txt +++ /dev/null @@ -1,2 +0,0 @@ -input\in_431895.html:17:14: Warning: adjacent hyphens within comment -input\in_431895.html:32:1: Warning: trimming empty <p> diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431898.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431898.txt deleted file mode 100644 index db675026..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431898.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 11 column 13 - Warning: unescaped & or unknown entity "&myURI" -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431958.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431958.txt deleted file mode 100644 index 74f78560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431958.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431964.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431964.txt deleted file mode 100644 index bf7ab54b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_431964.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 7 column 1 - Warning: <table> attribute "height" lacks value -line 7 column 1 - Warning: <table> proprietary attribute "height" -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML Proprietary -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_432677.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_432677.txt deleted file mode 100644 index 12d449b7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_432677.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433012.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433012.txt deleted file mode 100644 index f42a16e6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433012.txt +++ /dev/null @@ -1,625 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 15 column 17 - Warning: entity " " doesn't end in ';' -line 15 column 32 - Warning: entity " " doesn't end in ';' -line 18 column 17 - Warning: entity "¡" doesn't end in ';' -line 18 column 33 - Warning: entity "¡" doesn't end in ';' -line 21 column 17 - Warning: entity "¢" doesn't end in ';' -line 21 column 32 - Warning: entity "¢" doesn't end in ';' -line 24 column 17 - Warning: entity "£" doesn't end in ';' -line 24 column 33 - Warning: entity "£" doesn't end in ';' -line 27 column 17 - Warning: entity "¤" doesn't end in ';' -line 27 column 34 - Warning: entity "¤" doesn't end in ';' -line 30 column 17 - Warning: entity "¥" doesn't end in ';' -line 30 column 31 - Warning: entity "¥" doesn't end in ';' -line 33 column 17 - Warning: entity "¦" doesn't end in ';' -line 33 column 34 - Warning: entity "¦" doesn't end in ';' -line 36 column 17 - Warning: entity "§" doesn't end in ';' -line 36 column 32 - Warning: entity "§" doesn't end in ';' -line 39 column 17 - Warning: entity "¨" doesn't end in ';' -line 39 column 31 - Warning: entity "¨" doesn't end in ';' -line 42 column 17 - Warning: entity "©" doesn't end in ';' -line 42 column 32 - Warning: entity "©" doesn't end in ';' -line 45 column 17 - Warning: entity "ª" doesn't end in ';' -line 45 column 32 - Warning: entity "ª" doesn't end in ';' -line 48 column 17 - Warning: entity "«" doesn't end in ';' -line 48 column 33 - Warning: entity "«" doesn't end in ';' -line 51 column 17 - Warning: entity "¬" doesn't end in ';' -line 51 column 31 - Warning: entity "¬" doesn't end in ';' -line 54 column 17 - Warning: entity "­" doesn't end in ';' -line 54 column 31 - Warning: entity "­" doesn't end in ';' -line 57 column 17 - Warning: entity "®" doesn't end in ';' -line 57 column 31 - Warning: entity "®" doesn't end in ';' -line 60 column 17 - Warning: entity "¯" doesn't end in ';' -line 60 column 32 - Warning: entity "¯" doesn't end in ';' -line 63 column 17 - Warning: entity "°" doesn't end in ';' -line 63 column 31 - Warning: entity "°" doesn't end in ';' -line 66 column 17 - Warning: entity "±" doesn't end in ';' -line 66 column 34 - Warning: entity "±" doesn't end in ';' -line 69 column 17 - Warning: entity "²" doesn't end in ';' -line 69 column 32 - Warning: entity "²" doesn't end in ';' -line 72 column 17 - Warning: entity "³" doesn't end in ';' -line 72 column 32 - Warning: entity "³" doesn't end in ';' -line 75 column 17 - Warning: entity "´" doesn't end in ';' -line 75 column 33 - Warning: entity "´" doesn't end in ';' -line 78 column 17 - Warning: entity "µ" doesn't end in ';' -line 78 column 33 - Warning: entity "µ" doesn't end in ';' -line 81 column 17 - Warning: entity "¶" doesn't end in ';' -line 81 column 32 - Warning: entity "¶" doesn't end in ';' -line 84 column 17 - Warning: entity "·" doesn't end in ';' -line 84 column 34 - Warning: entity "·" doesn't end in ';' -line 87 column 17 - Warning: entity "¸" doesn't end in ';' -line 87 column 33 - Warning: entity "¸" doesn't end in ';' -line 90 column 17 - Warning: entity "¹" doesn't end in ';' -line 90 column 32 - Warning: entity "¹" doesn't end in ';' -line 93 column 17 - Warning: entity "º" doesn't end in ';' -line 93 column 32 - Warning: entity "º" doesn't end in ';' -line 96 column 17 - Warning: entity "»" doesn't end in ';' -line 96 column 33 - Warning: entity "»" doesn't end in ';' -line 99 column 17 - Warning: entity "¼" doesn't end in ';' -line 99 column 34 - Warning: entity "¼" doesn't end in ';' -line 102 column 17 - Warning: entity "½" doesn't end in ';' -line 102 column 34 - Warning: entity "½" doesn't end in ';' -line 105 column 17 - Warning: entity "¾" doesn't end in ';' -line 105 column 34 - Warning: entity "¾" doesn't end in ';' -line 108 column 17 - Warning: entity "¿" doesn't end in ';' -line 108 column 34 - Warning: entity "¿" doesn't end in ';' -line 111 column 17 - Warning: entity "À" doesn't end in ';' -line 111 column 34 - Warning: entity "À" doesn't end in ';' -line 114 column 17 - Warning: entity "Á" doesn't end in ';' -line 114 column 34 - Warning: entity "Á" doesn't end in ';' -line 117 column 17 - Warning: entity "Â" doesn't end in ';' -line 117 column 33 - Warning: entity "Â" doesn't end in ';' -line 120 column 17 - Warning: entity "Ã" doesn't end in ';' -line 120 column 34 - Warning: entity "Ã" doesn't end in ';' -line 123 column 17 - Warning: entity "Ä" doesn't end in ';' -line 123 column 32 - Warning: entity "Ä" doesn't end in ';' -line 126 column 17 - Warning: entity "Å" doesn't end in ';' -line 126 column 33 - Warning: entity "Å" doesn't end in ';' -line 129 column 17 - Warning: entity "Æ" doesn't end in ';' -line 129 column 33 - Warning: entity "Æ" doesn't end in ';' -line 132 column 17 - Warning: entity "Ç" doesn't end in ';' -line 132 column 34 - Warning: entity "Ç" doesn't end in ';' -line 135 column 17 - Warning: entity "È" doesn't end in ';' -line 135 column 34 - Warning: entity "È" doesn't end in ';' -line 138 column 17 - Warning: entity "É" doesn't end in ';' -line 138 column 34 - Warning: entity "É" doesn't end in ';' -line 141 column 17 - Warning: entity "Ê" doesn't end in ';' -line 141 column 33 - Warning: entity "Ê" doesn't end in ';' -line 144 column 17 - Warning: entity "Ë" doesn't end in ';' -line 144 column 32 - Warning: entity "Ë" doesn't end in ';' -line 147 column 17 - Warning: entity "Ì" doesn't end in ';' -line 147 column 34 - Warning: entity "Ì" doesn't end in ';' -line 150 column 17 - Warning: entity "Í" doesn't end in ';' -line 150 column 34 - Warning: entity "Í" doesn't end in ';' -line 153 column 17 - Warning: entity "Î" doesn't end in ';' -line 153 column 33 - Warning: entity "Î" doesn't end in ';' -line 156 column 17 - Warning: entity "Ï" doesn't end in ';' -line 156 column 32 - Warning: entity "Ï" doesn't end in ';' -line 159 column 17 - Warning: entity "Ð" doesn't end in ';' -line 159 column 31 - Warning: entity "Ð" doesn't end in ';' -line 162 column 17 - Warning: entity "Ñ" doesn't end in ';' -line 162 column 34 - Warning: entity "Ñ" doesn't end in ';' -line 165 column 17 - Warning: entity "Ò" doesn't end in ';' -line 165 column 34 - Warning: entity "Ò" doesn't end in ';' -line 168 column 17 - Warning: entity "Ó" doesn't end in ';' -line 168 column 34 - Warning: entity "Ó" doesn't end in ';' -line 171 column 17 - Warning: entity "Ô" doesn't end in ';' -line 171 column 33 - Warning: entity "Ô" doesn't end in ';' -line 174 column 17 - Warning: entity "Õ" doesn't end in ';' -line 174 column 34 - Warning: entity "Õ" doesn't end in ';' -line 177 column 17 - Warning: entity "Ö" doesn't end in ';' -line 177 column 32 - Warning: entity "Ö" doesn't end in ';' -line 180 column 17 - Warning: entity "×" doesn't end in ';' -line 180 column 33 - Warning: entity "×" doesn't end in ';' -line 183 column 17 - Warning: entity "Ø" doesn't end in ';' -line 183 column 34 - Warning: entity "Ø" doesn't end in ';' -line 186 column 17 - Warning: entity "Ù" doesn't end in ';' -line 186 column 34 - Warning: entity "Ù" doesn't end in ';' -line 189 column 17 - Warning: entity "Ú" doesn't end in ';' -line 189 column 34 - Warning: entity "Ú" doesn't end in ';' -line 192 column 17 - Warning: entity "Û" doesn't end in ';' -line 192 column 33 - Warning: entity "Û" doesn't end in ';' -line 195 column 17 - Warning: entity "Ü" doesn't end in ';' -line 195 column 32 - Warning: entity "Ü" doesn't end in ';' -line 198 column 17 - Warning: entity "Ý" doesn't end in ';' -line 198 column 34 - Warning: entity "Ý" doesn't end in ';' -line 201 column 17 - Warning: entity "Þ" doesn't end in ';' -line 201 column 33 - Warning: entity "Þ" doesn't end in ';' -line 204 column 17 - Warning: entity "ß" doesn't end in ';' -line 204 column 33 - Warning: entity "ß" doesn't end in ';' -line 207 column 17 - Warning: entity "à" doesn't end in ';' -line 207 column 34 - Warning: entity "à" doesn't end in ';' -line 210 column 17 - Warning: entity "á" doesn't end in ';' -line 210 column 34 - Warning: entity "á" doesn't end in ';' -line 213 column 17 - Warning: entity "â" doesn't end in ';' -line 213 column 33 - Warning: entity "â" doesn't end in ';' -line 216 column 17 - Warning: entity "ã" doesn't end in ';' -line 216 column 34 - Warning: entity "ã" doesn't end in ';' -line 219 column 17 - Warning: entity "ä" doesn't end in ';' -line 219 column 32 - Warning: entity "ä" doesn't end in ';' -line 222 column 17 - Warning: entity "å" doesn't end in ';' -line 222 column 33 - Warning: entity "å" doesn't end in ';' -line 225 column 17 - Warning: entity "æ" doesn't end in ';' -line 225 column 33 - Warning: entity "æ" doesn't end in ';' -line 228 column 17 - Warning: entity "ç" doesn't end in ';' -line 228 column 34 - Warning: entity "ç" doesn't end in ';' -line 231 column 17 - Warning: entity "è" doesn't end in ';' -line 231 column 34 - Warning: entity "è" doesn't end in ';' -line 234 column 17 - Warning: entity "é" doesn't end in ';' -line 234 column 34 - Warning: entity "é" doesn't end in ';' -line 237 column 17 - Warning: entity "ê" doesn't end in ';' -line 237 column 33 - Warning: entity "ê" doesn't end in ';' -line 240 column 17 - Warning: entity "ë" doesn't end in ';' -line 240 column 32 - Warning: entity "ë" doesn't end in ';' -line 243 column 17 - Warning: entity "ì" doesn't end in ';' -line 243 column 34 - Warning: entity "ì" doesn't end in ';' -line 246 column 17 - Warning: entity "í" doesn't end in ';' -line 246 column 34 - Warning: entity "í" doesn't end in ';' -line 249 column 17 - Warning: entity "î" doesn't end in ';' -line 249 column 33 - Warning: entity "î" doesn't end in ';' -line 252 column 17 - Warning: entity "ï" doesn't end in ';' -line 252 column 32 - Warning: entity "ï" doesn't end in ';' -line 255 column 17 - Warning: entity "ð" doesn't end in ';' -line 255 column 31 - Warning: entity "ð" doesn't end in ';' -line 258 column 17 - Warning: entity "ñ" doesn't end in ';' -line 258 column 34 - Warning: entity "ñ" doesn't end in ';' -line 261 column 17 - Warning: entity "ò" doesn't end in ';' -line 261 column 34 - Warning: entity "ò" doesn't end in ';' -line 264 column 17 - Warning: entity "ó" doesn't end in ';' -line 264 column 34 - Warning: entity "ó" doesn't end in ';' -line 267 column 17 - Warning: entity "ô" doesn't end in ';' -line 267 column 33 - Warning: entity "ô" doesn't end in ';' -line 270 column 17 - Warning: entity "õ" doesn't end in ';' -line 270 column 34 - Warning: entity "õ" doesn't end in ';' -line 273 column 17 - Warning: entity "ö" doesn't end in ';' -line 273 column 32 - Warning: entity "ö" doesn't end in ';' -line 276 column 17 - Warning: entity "÷" doesn't end in ';' -line 276 column 34 - Warning: entity "÷" doesn't end in ';' -line 279 column 17 - Warning: entity "ø" doesn't end in ';' -line 279 column 34 - Warning: entity "ø" doesn't end in ';' -line 282 column 17 - Warning: entity "ù" doesn't end in ';' -line 282 column 34 - Warning: entity "ù" doesn't end in ';' -line 285 column 17 - Warning: entity "ú" doesn't end in ';' -line 285 column 34 - Warning: entity "ú" doesn't end in ';' -line 288 column 17 - Warning: entity "û" doesn't end in ';' -line 288 column 33 - Warning: entity "û" doesn't end in ';' -line 291 column 17 - Warning: entity "ü" doesn't end in ';' -line 291 column 32 - Warning: entity "ü" doesn't end in ';' -line 294 column 17 - Warning: entity "ý" doesn't end in ';' -line 294 column 34 - Warning: entity "ý" doesn't end in ';' -line 297 column 17 - Warning: entity "þ" doesn't end in ';' -line 297 column 33 - Warning: entity "þ" doesn't end in ';' -line 300 column 17 - Warning: entity "ÿ" doesn't end in ';' -line 300 column 32 - Warning: entity "ÿ" doesn't end in ';' -line 308 column 17 - Warning: unescaped & or unknown entity "&fnof" -line 308 column 32 - Warning: unescaped & or unknown entity "&fnof" -line 311 column 17 - Warning: unescaped & or unknown entity "&Alpha" -line 311 column 33 - Warning: unescaped & or unknown entity "&Alpha" -line 314 column 17 - Warning: unescaped & or unknown entity "&Beta" -line 314 column 32 - Warning: unescaped & or unknown entity "&Beta" -line 317 column 17 - Warning: unescaped & or unknown entity "&Gamma" -line 317 column 33 - Warning: unescaped & or unknown entity "&Gamma" -line 320 column 17 - Warning: unescaped & or unknown entity "&Delta" -line 320 column 33 - Warning: unescaped & or unknown entity "&Delta" -line 323 column 17 - Warning: unescaped & or unknown entity "&Epsilon" -line 323 column 35 - Warning: unescaped & or unknown entity "&Epsilon" -line 326 column 17 - Warning: unescaped & or unknown entity "&Zeta" -line 326 column 32 - Warning: unescaped & or unknown entity "&Zeta" -line 329 column 17 - Warning: unescaped & or unknown entity "&Eta" -line 329 column 31 - Warning: unescaped & or unknown entity "&Eta" -line 332 column 17 - Warning: unescaped & or unknown entity "&Theta" -line 332 column 33 - Warning: unescaped & or unknown entity "&Theta" -line 335 column 17 - Warning: unescaped & or unknown entity "&Iota" -line 335 column 32 - Warning: unescaped & or unknown entity "&Iota" -line 338 column 17 - Warning: unescaped & or unknown entity "&Kappa" -line 338 column 33 - Warning: unescaped & or unknown entity "&Kappa" -line 341 column 17 - Warning: unescaped & or unknown entity "&Lambda" -line 341 column 34 - Warning: unescaped & or unknown entity "&Lambda" -line 344 column 17 - Warning: unescaped & or unknown entity "&Mu" -line 344 column 30 - Warning: unescaped & or unknown entity "&Mu" -line 347 column 17 - Warning: unescaped & or unknown entity "&Nu" -line 347 column 30 - Warning: unescaped & or unknown entity "&Nu" -line 350 column 17 - Warning: unescaped & or unknown entity "&Xi" -line 350 column 30 - Warning: unescaped & or unknown entity "&Xi" -line 353 column 17 - Warning: unescaped & or unknown entity "&Omicron" -line 353 column 35 - Warning: unescaped & or unknown entity "&Omicron" -line 356 column 17 - Warning: unescaped & or unknown entity "&Pi" -line 356 column 30 - Warning: unescaped & or unknown entity "&Pi" -line 359 column 17 - Warning: unescaped & or unknown entity "&Rho" -line 359 column 31 - Warning: unescaped & or unknown entity "&Rho" -line 362 column 17 - Warning: unescaped & or unknown entity "&Sigma" -line 362 column 33 - Warning: unescaped & or unknown entity "&Sigma" -line 365 column 17 - Warning: unescaped & or unknown entity "&Tau" -line 365 column 31 - Warning: unescaped & or unknown entity "&Tau" -line 368 column 17 - Warning: unescaped & or unknown entity "&Upsilon" -line 368 column 35 - Warning: unescaped & or unknown entity "&Upsilon" -line 371 column 17 - Warning: unescaped & or unknown entity "&Phi" -line 371 column 31 - Warning: unescaped & or unknown entity "&Phi" -line 374 column 17 - Warning: unescaped & or unknown entity "&Chi" -line 374 column 31 - Warning: unescaped & or unknown entity "&Chi" -line 377 column 17 - Warning: unescaped & or unknown entity "&Psi" -line 377 column 31 - Warning: unescaped & or unknown entity "&Psi" -line 380 column 17 - Warning: unescaped & or unknown entity "&Omega" -line 380 column 33 - Warning: unescaped & or unknown entity "&Omega" -line 383 column 17 - Warning: unescaped & or unknown entity "&alpha" -line 383 column 33 - Warning: unescaped & or unknown entity "&alpha" -line 386 column 17 - Warning: unescaped & or unknown entity "&beta" -line 386 column 32 - Warning: unescaped & or unknown entity "&beta" -line 389 column 17 - Warning: unescaped & or unknown entity "&gamma" -line 389 column 33 - Warning: unescaped & or unknown entity "&gamma" -line 392 column 17 - Warning: unescaped & or unknown entity "&delta" -line 392 column 33 - Warning: unescaped & or unknown entity "&delta" -line 395 column 17 - Warning: unescaped & or unknown entity "&epsilon" -line 395 column 35 - Warning: unescaped & or unknown entity "&epsilon" -line 398 column 17 - Warning: unescaped & or unknown entity "&zeta" -line 398 column 32 - Warning: unescaped & or unknown entity "&zeta" -line 401 column 17 - Warning: unescaped & or unknown entity "&eta" -line 401 column 31 - Warning: unescaped & or unknown entity "&eta" -line 404 column 17 - Warning: unescaped & or unknown entity "&theta" -line 404 column 33 - Warning: unescaped & or unknown entity "&theta" -line 407 column 17 - Warning: unescaped & or unknown entity "&iota" -line 407 column 32 - Warning: unescaped & or unknown entity "&iota" -line 410 column 17 - Warning: unescaped & or unknown entity "&kappa" -line 410 column 33 - Warning: unescaped & or unknown entity "&kappa" -line 413 column 17 - Warning: unescaped & or unknown entity "&lambda" -line 413 column 34 - Warning: unescaped & or unknown entity "&lambda" -line 416 column 17 - Warning: unescaped & or unknown entity "&mu" -line 416 column 30 - Warning: unescaped & or unknown entity "&mu" -line 419 column 17 - Warning: unescaped & or unknown entity "&nu" -line 419 column 30 - Warning: unescaped & or unknown entity "&nu" -line 422 column 17 - Warning: unescaped & or unknown entity "&xi" -line 422 column 30 - Warning: unescaped & or unknown entity "&xi" -line 425 column 17 - Warning: unescaped & or unknown entity "&omicron" -line 425 column 35 - Warning: unescaped & or unknown entity "&omicron" -line 428 column 17 - Warning: unescaped & or unknown entity "&pi" -line 428 column 30 - Warning: unescaped & or unknown entity "&pi" -line 431 column 17 - Warning: unescaped & or unknown entity "&rho" -line 431 column 31 - Warning: unescaped & or unknown entity "&rho" -line 434 column 17 - Warning: unescaped & or unknown entity "&sigmaf" -line 434 column 34 - Warning: unescaped & or unknown entity "&sigmaf" -line 437 column 17 - Warning: unescaped & or unknown entity "&sigma" -line 437 column 33 - Warning: unescaped & or unknown entity "&sigma" -line 440 column 17 - Warning: unescaped & or unknown entity "&tau" -line 440 column 31 - Warning: unescaped & or unknown entity "&tau" -line 443 column 17 - Warning: unescaped & or unknown entity "&upsilon" -line 443 column 35 - Warning: unescaped & or unknown entity "&upsilon" -line 446 column 17 - Warning: unescaped & or unknown entity "&phi" -line 446 column 31 - Warning: unescaped & or unknown entity "&phi" -line 449 column 17 - Warning: unescaped & or unknown entity "&chi" -line 449 column 31 - Warning: unescaped & or unknown entity "&chi" -line 452 column 17 - Warning: unescaped & or unknown entity "&psi" -line 452 column 31 - Warning: unescaped & or unknown entity "&psi" -line 455 column 17 - Warning: unescaped & or unknown entity "&omega" -line 455 column 33 - Warning: unescaped & or unknown entity "&omega" -line 458 column 17 - Warning: unescaped & or unknown entity "&thetasym" -line 458 column 36 - Warning: unescaped & or unknown entity "&thetasym" -line 461 column 17 - Warning: unescaped & or unknown entity "&upsih" -line 461 column 33 - Warning: unescaped & or unknown entity "&upsih" -line 464 column 17 - Warning: unescaped & or unknown entity "&piv" -line 464 column 31 - Warning: unescaped & or unknown entity "&piv" -line 467 column 17 - Warning: unescaped & or unknown entity "&bull" -line 467 column 32 - Warning: unescaped & or unknown entity "&bull" -line 470 column 17 - Warning: unescaped & or unknown entity "&hellip" -line 470 column 34 - Warning: unescaped & or unknown entity "&hellip" -line 473 column 17 - Warning: unescaped & or unknown entity "&prime" -line 473 column 33 - Warning: unescaped & or unknown entity "&prime" -line 476 column 17 - Warning: unescaped & or unknown entity "&Prime" -line 476 column 33 - Warning: unescaped & or unknown entity "&Prime" -line 479 column 17 - Warning: unescaped & or unknown entity "&oline" -line 479 column 33 - Warning: unescaped & or unknown entity "&oline" -line 482 column 17 - Warning: unescaped & or unknown entity "&frasl" -line 482 column 33 - Warning: unescaped & or unknown entity "&frasl" -line 485 column 17 - Warning: unescaped & or unknown entity "&weierp" -line 485 column 34 - Warning: unescaped & or unknown entity "&weierp" -line 488 column 17 - Warning: unescaped & or unknown entity "&image" -line 488 column 33 - Warning: unescaped & or unknown entity "&image" -line 491 column 17 - Warning: unescaped & or unknown entity "&real" -line 491 column 32 - Warning: unescaped & or unknown entity "&real" -line 494 column 17 - Warning: unescaped & or unknown entity "&trade" -line 494 column 33 - Warning: unescaped & or unknown entity "&trade" -line 497 column 17 - Warning: unescaped & or unknown entity "&alefsym" -line 497 column 35 - Warning: unescaped & or unknown entity "&alefsym" -line 500 column 17 - Warning: unescaped & or unknown entity "&larr" -line 500 column 32 - Warning: unescaped & or unknown entity "&larr" -line 503 column 17 - Warning: unescaped & or unknown entity "&uarr" -line 503 column 32 - Warning: unescaped & or unknown entity "&uarr" -line 506 column 17 - Warning: unescaped & or unknown entity "&rarr" -line 506 column 32 - Warning: unescaped & or unknown entity "&rarr" -line 509 column 17 - Warning: unescaped & or unknown entity "&darr" -line 509 column 32 - Warning: unescaped & or unknown entity "&darr" -line 512 column 17 - Warning: unescaped & or unknown entity "&harr" -line 512 column 32 - Warning: unescaped & or unknown entity "&harr" -line 515 column 17 - Warning: unescaped & or unknown entity "&crarr" -line 515 column 33 - Warning: unescaped & or unknown entity "&crarr" -line 518 column 17 - Warning: unescaped & or unknown entity "&lArr" -line 518 column 32 - Warning: unescaped & or unknown entity "&lArr" -line 521 column 17 - Warning: unescaped & or unknown entity "&uArr" -line 521 column 32 - Warning: unescaped & or unknown entity "&uArr" -line 524 column 17 - Warning: unescaped & or unknown entity "&rArr" -line 524 column 32 - Warning: unescaped & or unknown entity "&rArr" -line 527 column 17 - Warning: unescaped & or unknown entity "&dArr" -line 527 column 32 - Warning: unescaped & or unknown entity "&dArr" -line 530 column 17 - Warning: unescaped & or unknown entity "&hArr" -line 530 column 32 - Warning: unescaped & or unknown entity "&hArr" -line 533 column 17 - Warning: unescaped & or unknown entity "&forall" -line 533 column 34 - Warning: unescaped & or unknown entity "&forall" -line 536 column 17 - Warning: unescaped & or unknown entity "&part" -line 536 column 32 - Warning: unescaped & or unknown entity "&part" -line 539 column 17 - Warning: unescaped & or unknown entity "&exist" -line 539 column 33 - Warning: unescaped & or unknown entity "&exist" -line 542 column 17 - Warning: unescaped & or unknown entity "&empty" -line 542 column 33 - Warning: unescaped & or unknown entity "&empty" -line 545 column 17 - Warning: unescaped & or unknown entity "&nabla" -line 545 column 33 - Warning: unescaped & or unknown entity "&nabla" -line 548 column 17 - Warning: unescaped & or unknown entity "&isin" -line 548 column 32 - Warning: unescaped & or unknown entity "&isin" -line 554 column 17 - Warning: unescaped & or unknown entity "¬in" -line 554 column 33 - Warning: unescaped & or unknown entity "¬in" -line 557 column 17 - Warning: unescaped & or unknown entity "&ni" -line 557 column 30 - Warning: unescaped & or unknown entity "&ni" -line 560 column 17 - Warning: unescaped & or unknown entity "&prod" -line 560 column 32 - Warning: unescaped & or unknown entity "&prod" -line 563 column 17 - Warning: unescaped & or unknown entity "&sum" -line 563 column 31 - Warning: unescaped & or unknown entity "&sum" -line 566 column 17 - Warning: unescaped & or unknown entity "&minus" -line 566 column 33 - Warning: unescaped & or unknown entity "&minus" -line 569 column 17 - Warning: unescaped & or unknown entity "&lowast" -line 569 column 34 - Warning: unescaped & or unknown entity "&lowast" -line 572 column 17 - Warning: unescaped & or unknown entity "&radic" -line 572 column 33 - Warning: unescaped & or unknown entity "&radic" -line 575 column 17 - Warning: unescaped & or unknown entity "&prop" -line 575 column 32 - Warning: unescaped & or unknown entity "&prop" -line 578 column 17 - Warning: unescaped & or unknown entity "&infin" -line 578 column 33 - Warning: unescaped & or unknown entity "&infin" -line 581 column 17 - Warning: unescaped & or unknown entity "&ang" -line 581 column 31 - Warning: unescaped & or unknown entity "&ang" -line 584 column 17 - Warning: unescaped & or unknown entity "&and" -line 584 column 31 - Warning: unescaped & or unknown entity "&and" -line 587 column 17 - Warning: unescaped & or unknown entity "&or" -line 587 column 30 - Warning: unescaped & or unknown entity "&or" -line 590 column 17 - Warning: unescaped & or unknown entity "&cap" -line 590 column 31 - Warning: unescaped & or unknown entity "&cap" -line 593 column 17 - Warning: unescaped & or unknown entity "&cup" -line 593 column 31 - Warning: unescaped & or unknown entity "&cup" -line 596 column 17 - Warning: unescaped & or unknown entity "&int" -line 596 column 31 - Warning: unescaped & or unknown entity "&int" -line 599 column 17 - Warning: unescaped & or unknown entity "&there4" -line 599 column 34 - Warning: unescaped & or unknown entity "&there4" -line 602 column 17 - Warning: unescaped & or unknown entity "&sim" -line 602 column 31 - Warning: unescaped & or unknown entity "&sim" -line 605 column 17 - Warning: unescaped & or unknown entity "&cong" -line 605 column 32 - Warning: unescaped & or unknown entity "&cong" -line 608 column 17 - Warning: unescaped & or unknown entity "&asymp" -line 608 column 33 - Warning: unescaped & or unknown entity "&asymp" -line 611 column 17 - Warning: unescaped & or unknown entity "&ne" -line 611 column 30 - Warning: unescaped & or unknown entity "&ne" -line 614 column 17 - Warning: unescaped & or unknown entity "&equiv" -line 614 column 33 - Warning: unescaped & or unknown entity "&equiv" -line 617 column 17 - Warning: unescaped & or unknown entity "&le" -line 617 column 30 - Warning: unescaped & or unknown entity "&le" -line 620 column 17 - Warning: unescaped & or unknown entity "&ge" -line 620 column 30 - Warning: unescaped & or unknown entity "&ge" -line 623 column 17 - Warning: unescaped & or unknown entity "&sub" -line 623 column 31 - Warning: unescaped & or unknown entity "&sub" -line 626 column 17 - Warning: unescaped & or unknown entity "&sup" -line 626 column 31 - Warning: unescaped & or unknown entity "&sup" -line 629 column 17 - Warning: unescaped & or unknown entity "&nsub" -line 629 column 32 - Warning: unescaped & or unknown entity "&nsub" -line 632 column 17 - Warning: unescaped & or unknown entity "&sube" -line 632 column 32 - Warning: unescaped & or unknown entity "&sube" -line 635 column 17 - Warning: unescaped & or unknown entity "&supe" -line 635 column 32 - Warning: unescaped & or unknown entity "&supe" -line 638 column 17 - Warning: unescaped & or unknown entity "&oplus" -line 638 column 33 - Warning: unescaped & or unknown entity "&oplus" -line 641 column 17 - Warning: unescaped & or unknown entity "&otimes" -line 641 column 34 - Warning: unescaped & or unknown entity "&otimes" -line 644 column 17 - Warning: unescaped & or unknown entity "&perp" -line 644 column 32 - Warning: unescaped & or unknown entity "&perp" -line 647 column 17 - Warning: unescaped & or unknown entity "&sdot" -line 647 column 32 - Warning: unescaped & or unknown entity "&sdot" -line 650 column 17 - Warning: unescaped & or unknown entity "&lceil" -line 650 column 33 - Warning: unescaped & or unknown entity "&lceil" -line 653 column 17 - Warning: unescaped & or unknown entity "&rceil" -line 653 column 33 - Warning: unescaped & or unknown entity "&rceil" -line 656 column 17 - Warning: unescaped & or unknown entity "&lfloor" -line 656 column 34 - Warning: unescaped & or unknown entity "&lfloor" -line 659 column 17 - Warning: unescaped & or unknown entity "&rfloor" -line 659 column 34 - Warning: unescaped & or unknown entity "&rfloor" -line 662 column 17 - Warning: unescaped & or unknown entity "&lang" -line 662 column 32 - Warning: unescaped & or unknown entity "&lang" -line 665 column 17 - Warning: unescaped & or unknown entity "&rang" -line 665 column 32 - Warning: unescaped & or unknown entity "&rang" -line 668 column 17 - Warning: unescaped & or unknown entity "&loz" -line 668 column 31 - Warning: unescaped & or unknown entity "&loz" -line 671 column 17 - Warning: unescaped & or unknown entity "&spades" -line 671 column 34 - Warning: unescaped & or unknown entity "&spades" -line 674 column 17 - Warning: unescaped & or unknown entity "&clubs" -line 674 column 33 - Warning: unescaped & or unknown entity "&clubs" -line 677 column 17 - Warning: unescaped & or unknown entity "&hearts" -line 677 column 34 - Warning: unescaped & or unknown entity "&hearts" -line 680 column 17 - Warning: unescaped & or unknown entity "&diams" -line 680 column 33 - Warning: unescaped & or unknown entity "&diams" -line 689 column 17 - Warning: entity """ doesn't end in ';' -line 689 column 32 - Warning: entity """ doesn't end in ';' -line 692 column 17 - Warning: entity "&" doesn't end in ';' -line 692 column 31 - Warning: entity "&" doesn't end in ';' -line 695 column 17 - Warning: entity "<" doesn't end in ';' -line 695 column 30 - Warning: entity "<" doesn't end in ';' -line 698 column 17 - Warning: entity ">" doesn't end in ';' -line 698 column 30 - Warning: entity ">" doesn't end in ';' -line 706 column 17 - Warning: unescaped & or unknown entity "&OElig" -line 706 column 33 - Warning: unescaped & or unknown entity "&OElig" -line 709 column 17 - Warning: unescaped & or unknown entity "&oelig" -line 709 column 33 - Warning: unescaped & or unknown entity "&oelig" -line 712 column 17 - Warning: unescaped & or unknown entity "&Scaron" -line 712 column 34 - Warning: unescaped & or unknown entity "&Scaron" -line 715 column 17 - Warning: unescaped & or unknown entity "&scaron" -line 715 column 34 - Warning: unescaped & or unknown entity "&scaron" -line 718 column 17 - Warning: unescaped & or unknown entity "&Yuml" -line 718 column 32 - Warning: unescaped & or unknown entity "&Yuml" -line 721 column 17 - Warning: unescaped & or unknown entity "&circ" -line 721 column 32 - Warning: unescaped & or unknown entity "&circ" -line 724 column 17 - Warning: unescaped & or unknown entity "&tilde" -line 724 column 33 - Warning: unescaped & or unknown entity "&tilde" -line 727 column 17 - Warning: unescaped & or unknown entity "&ensp" -line 727 column 32 - Warning: unescaped & or unknown entity "&ensp" -line 730 column 17 - Warning: unescaped & or unknown entity "&emsp" -line 730 column 32 - Warning: unescaped & or unknown entity "&emsp" -line 733 column 17 - Warning: unescaped & or unknown entity "&thinsp" -line 733 column 34 - Warning: unescaped & or unknown entity "&thinsp" -line 736 column 17 - Warning: unescaped & or unknown entity "&zwnj" -line 736 column 32 - Warning: unescaped & or unknown entity "&zwnj" -line 739 column 17 - Warning: unescaped & or unknown entity "&zwj" -line 739 column 31 - Warning: unescaped & or unknown entity "&zwj" -line 742 column 17 - Warning: unescaped & or unknown entity "&lrm" -line 742 column 31 - Warning: unescaped & or unknown entity "&lrm" -line 745 column 17 - Warning: unescaped & or unknown entity "&rlm" -line 745 column 31 - Warning: unescaped & or unknown entity "&rlm" -line 748 column 17 - Warning: unescaped & or unknown entity "&ndash" -line 748 column 33 - Warning: unescaped & or unknown entity "&ndash" -line 751 column 17 - Warning: unescaped & or unknown entity "&mdash" -line 751 column 33 - Warning: unescaped & or unknown entity "&mdash" -line 754 column 17 - Warning: unescaped & or unknown entity "&lsquo" -line 754 column 33 - Warning: unescaped & or unknown entity "&lsquo" -line 757 column 17 - Warning: unescaped & or unknown entity "&rsquo" -line 757 column 33 - Warning: unescaped & or unknown entity "&rsquo" -line 760 column 17 - Warning: unescaped & or unknown entity "&sbquo" -line 760 column 33 - Warning: unescaped & or unknown entity "&sbquo" -line 763 column 17 - Warning: unescaped & or unknown entity "&ldquo" -line 763 column 33 - Warning: unescaped & or unknown entity "&ldquo" -line 766 column 17 - Warning: unescaped & or unknown entity "&rdquo" -line 766 column 33 - Warning: unescaped & or unknown entity "&rdquo" -line 769 column 17 - Warning: unescaped & or unknown entity "&bdquo" -line 769 column 33 - Warning: unescaped & or unknown entity "&bdquo" -line 772 column 17 - Warning: unescaped & or unknown entity "&dagger" -line 772 column 34 - Warning: unescaped & or unknown entity "&dagger" -line 775 column 17 - Warning: unescaped & or unknown entity "&Dagger" -line 775 column 34 - Warning: unescaped & or unknown entity "&Dagger" -line 778 column 17 - Warning: unescaped & or unknown entity "&permil" -line 778 column 34 - Warning: unescaped & or unknown entity "&permil" -line 781 column 17 - Warning: unescaped & or unknown entity "&lsaquo" -line 781 column 34 - Warning: unescaped & or unknown entity "&lsaquo" -line 784 column 17 - Warning: unescaped & or unknown entity "&rsaquo" -line 784 column 34 - Warning: unescaped & or unknown entity "&rsaquo" -line 790 column 17 - Warning: unescaped & or unknown entity "&euro" -line 790 column 32 - Warning: unescaped & or unknown entity "&euro" -line 798 column 17 - Warning: entity "&apos" doesn't end in ';' -line 798 column 32 - Warning: entity "&apos" doesn't end in ';' -line 801 column 17 - Warning: unescaped & or unknown entity "&foo" -line 801 column 31 - Warning: unescaped & or unknown entity "&foo" -line 15 column 2 - Warning: <a> escaping malformed URI reference -line 18 column 2 - Warning: <a> escaping malformed URI reference -line 21 column 2 - Warning: <a> escaping malformed URI reference -line 24 column 2 - Warning: <a> escaping malformed URI reference -line 27 column 2 - Warning: <a> escaping malformed URI reference -line 30 column 2 - Warning: <a> escaping malformed URI reference -line 33 column 2 - Warning: <a> escaping malformed URI reference -line 36 column 2 - Warning: <a> escaping malformed URI reference -line 39 column 2 - Warning: <a> escaping malformed URI reference -line 42 column 2 - Warning: <a> escaping malformed URI reference -line 45 column 2 - Warning: <a> escaping malformed URI reference -line 48 column 2 - Warning: <a> escaping malformed URI reference -line 51 column 2 - Warning: <a> escaping malformed URI reference -line 54 column 2 - Warning: <a> escaping malformed URI reference -line 57 column 2 - Warning: <a> escaping malformed URI reference -line 60 column 2 - Warning: <a> escaping malformed URI reference -line 63 column 2 - Warning: <a> escaping malformed URI reference -line 66 column 2 - Warning: <a> escaping malformed URI reference -line 69 column 2 - Warning: <a> escaping malformed URI reference -line 72 column 2 - Warning: <a> escaping malformed URI reference -line 75 column 2 - Warning: <a> escaping malformed URI reference -line 78 column 2 - Warning: <a> escaping malformed URI reference -line 81 column 2 - Warning: <a> escaping malformed URI reference -line 84 column 2 - Warning: <a> escaping malformed URI reference -line 87 column 2 - Warning: <a> escaping malformed URI reference -line 90 column 2 - Warning: <a> escaping malformed URI reference -line 93 column 2 - Warning: <a> escaping malformed URI reference -line 96 column 2 - Warning: <a> escaping malformed URI reference -line 99 column 2 - Warning: <a> escaping malformed URI reference -line 102 column 2 - Warning: <a> escaping malformed URI reference -line 105 column 2 - Warning: <a> escaping malformed URI reference -line 108 column 2 - Warning: <a> escaping malformed URI reference -line 111 column 2 - Warning: <a> escaping malformed URI reference -line 114 column 2 - Warning: <a> escaping malformed URI reference -line 117 column 2 - Warning: <a> escaping malformed URI reference -line 120 column 2 - Warning: <a> escaping malformed URI reference -line 123 column 2 - Warning: <a> escaping malformed URI reference -line 126 column 2 - Warning: <a> escaping malformed URI reference -line 129 column 2 - Warning: <a> escaping malformed URI reference -line 132 column 2 - Warning: <a> escaping malformed URI reference -line 135 column 2 - Warning: <a> escaping malformed URI reference -line 138 column 2 - Warning: <a> escaping malformed URI reference -line 141 column 2 - Warning: <a> escaping malformed URI reference -line 144 column 2 - Warning: <a> escaping malformed URI reference -line 147 column 2 - Warning: <a> escaping malformed URI reference -line 150 column 2 - Warning: <a> escaping malformed URI reference -line 153 column 2 - Warning: <a> escaping malformed URI reference -line 156 column 2 - Warning: <a> escaping malformed URI reference -line 159 column 2 - Warning: <a> escaping malformed URI reference -line 162 column 2 - Warning: <a> escaping malformed URI reference -line 165 column 2 - Warning: <a> escaping malformed URI reference -line 168 column 2 - Warning: <a> escaping malformed URI reference -line 171 column 2 - Warning: <a> escaping malformed URI reference -line 174 column 2 - Warning: <a> escaping malformed URI reference -line 177 column 2 - Warning: <a> escaping malformed URI reference -line 180 column 2 - Warning: <a> escaping malformed URI reference -line 183 column 2 - Warning: <a> escaping malformed URI reference -line 186 column 2 - Warning: <a> escaping malformed URI reference -line 189 column 2 - Warning: <a> escaping malformed URI reference -line 192 column 2 - Warning: <a> escaping malformed URI reference -line 195 column 2 - Warning: <a> escaping malformed URI reference -line 198 column 2 - Warning: <a> escaping malformed URI reference -line 201 column 2 - Warning: <a> escaping malformed URI reference -line 204 column 2 - Warning: <a> escaping malformed URI reference -line 207 column 2 - Warning: <a> escaping malformed URI reference -line 210 column 2 - Warning: <a> escaping malformed URI reference -line 213 column 2 - Warning: <a> escaping malformed URI reference -line 216 column 2 - Warning: <a> escaping malformed URI reference -line 219 column 2 - Warning: <a> escaping malformed URI reference -line 222 column 2 - Warning: <a> escaping malformed URI reference -line 225 column 2 - Warning: <a> escaping malformed URI reference -line 228 column 2 - Warning: <a> escaping malformed URI reference -line 231 column 2 - Warning: <a> escaping malformed URI reference -line 234 column 2 - Warning: <a> escaping malformed URI reference -line 237 column 2 - Warning: <a> escaping malformed URI reference -line 240 column 2 - Warning: <a> escaping malformed URI reference -line 243 column 2 - Warning: <a> escaping malformed URI reference -line 246 column 2 - Warning: <a> escaping malformed URI reference -line 249 column 2 - Warning: <a> escaping malformed URI reference -line 252 column 2 - Warning: <a> escaping malformed URI reference -line 255 column 2 - Warning: <a> escaping malformed URI reference -line 258 column 2 - Warning: <a> escaping malformed URI reference -line 261 column 2 - Warning: <a> escaping malformed URI reference -line 264 column 2 - Warning: <a> escaping malformed URI reference -line 267 column 2 - Warning: <a> escaping malformed URI reference -line 270 column 2 - Warning: <a> escaping malformed URI reference -line 273 column 2 - Warning: <a> escaping malformed URI reference -line 276 column 2 - Warning: <a> escaping malformed URI reference -line 279 column 2 - Warning: <a> escaping malformed URI reference -line 282 column 2 - Warning: <a> escaping malformed URI reference -line 285 column 2 - Warning: <a> escaping malformed URI reference -line 288 column 2 - Warning: <a> escaping malformed URI reference -line 291 column 2 - Warning: <a> escaping malformed URI reference -line 294 column 2 - Warning: <a> escaping malformed URI reference -line 297 column 2 - Warning: <a> escaping malformed URI reference -line 300 column 2 - Warning: <a> escaping malformed URI reference -line 695 column 2 - Warning: <a> escaping malformed URI reference -line 698 column 2 - Warning: <a> escaping malformed URI reference -Info: Document content looks like HTML5 -607 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433021.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433021.txt deleted file mode 100644 index 83402a00..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433021.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <p> attribute "align" has invalid value "fizzle" -line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -line 9 column 1 - Warning: <td> attribute "valign" has invalid value "center" -line 11 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" -line 13 column 1 - Warning: <td> attribute "align" has invalid value "fuzzle" -line 13 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" -Info: Document content looks like HTML5 -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433040.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433040.txt deleted file mode 100644 index 50bdf717..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433040.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433359.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433359.txt deleted file mode 100644 index 50bdf717..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433359.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433360.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433360.txt deleted file mode 100644 index ae51a384..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433360.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <font> missing '>' for end of tag -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433604.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433604.txt deleted file mode 100644 index 767672b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433604.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433607.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433607.txt deleted file mode 100644 index 767672b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433607.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433656.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433656.txt deleted file mode 100644 index 50bdf717..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433656.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433666.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433666.txt deleted file mode 100644 index cb9a4911..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433666.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: <table> dropping value "right" for repeated attribute "align" -line 4 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433672.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433672.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433672.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433856.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433856.txt deleted file mode 100644 index d4501f4f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_433856.txt +++ /dev/null @@ -1,32 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 2 column 11 - Warning: adjacent hyphens within comment -line 10 column 7 - Warning: missing </font> before <p> -line 10 column 4 - Warning: missing </u> before <p> -line 10 column 1 - Warning: missing </b> before <p> -line 10 column 36 - Warning: inserting implicit <b> -line 10 column 36 - Warning: inserting implicit <u> -line 10 column 36 - Warning: inserting implicit <font> -line 11 column 1 - Warning: discarding unexpected </b> -line 11 column 5 - Warning: discarding unexpected </u> -line 11 column 9 - Warning: discarding unexpected </font> -line 11 column 16 - Warning: missing </font> before <p> -line 12 column 4 - Warning: inserting implicit <font> -line 13 column 1 - Warning: discarding unexpected </font> -line 10 column 7 - Warning: trimming empty <font> -line 10 column 4 - Warning: trimming empty <u> -line 10 column 1 - Warning: trimming empty <b> -line 11 column 16 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -18 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434047.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434047.txt deleted file mode 100644 index d3f7005a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434047.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434100.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434100.txt deleted file mode 100644 index f0c28666..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434100.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 13 column 1 - Error: unexpected </head> in <link> -0 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434940.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434940.txt deleted file mode 100644 index 74f78560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_434940.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435903.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435903.txt deleted file mode 100644 index 6d6604e8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435903.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 10 column 9 - Warning: <script> isn't allowed in <tr> elements -line 9 column 7 - Info: <tr> previously mentioned -line 9 column 7 - Warning: trimming empty <tr> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435917.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435917.txt deleted file mode 100644 index a9465aed..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435917.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 8 column 1 - Warning: <input> isn't allowed in <body> elements -line 6 column 1 - Info: <body> previously mentioned -line 8 column 1 - Warning: inserting implicit <form> -line 10 column 1 - Warning: <input> attribute with missing trailing quote mark -line 8 column 1 - Warning: missing </form> -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435919.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435919.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435919.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435920.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435920.txt deleted file mode 100644 index cdd6147b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435920.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435922.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435922.txt deleted file mode 100644 index 7b7063bc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435922.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 3 - Warning: <input> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 6 column 3 - Warning: inserting implicit <form> -line 6 column 3 - Warning: missing </form> -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435923.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435923.txt deleted file mode 100644 index 50bdf717..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_435923.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_437468.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_437468.txt deleted file mode 100644 index a40dbc13..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_437468.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438650.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438650.txt deleted file mode 100644 index 7c44b344..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438650.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <a> discarding newline in URI reference -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438658.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438658.txt deleted file mode 100644 index ac720954..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438658.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 3 column 1 - Warning: <title> is probably intended as -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438954.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438954.txt deleted file mode 100644 index 50bdf717..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438954.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438956.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438956.txt deleted file mode 100644 index decde0d4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_438956.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 1 - Warning: plain text isn't allowed in elements -line 2 column 1 - Info: previously mentioned -line 4 column 1 - Warning: inserting implicit -line 5 column 1 - Warning: discarding unexpected -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_441508.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_441508.txt deleted file mode 100644 index 75ac6170..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_441508.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 1 - Warning:
  • dropping value "right" for repeated attribute "align" -line 7 column 1 - Warning: missing -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_441568.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_441568.txt deleted file mode 100644 index 74f78560..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_441568.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443362.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443362.txt deleted file mode 100644 index 94f8f257..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443362.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 26 column 11 - Warning: discarding unexpected -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443576.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443576.txt deleted file mode 100644 index ef4c1487..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443576.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 10 column 1 - Warning: discarding unexpected -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443678.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443678.txt deleted file mode 100644 index 14eb869f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_443678.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 11 column 1 - Warning: missing -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify page and link colors -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445074.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445074.txt deleted file mode 100644 index 37f88714..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445074.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 8 column 1 - Warning:
    attribute value "POST" must be lower case for XHTML -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445394.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445394.txt deleted file mode 100644 index b878e8af..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445394.txt +++ /dev/null @@ -1,21 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 6 column 1 - Warning:
    attribute with missing trailing quote mark -line 6 column 1 - Warning: escaping malformed URI reference -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445557.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445557.txt deleted file mode 100644 index cb136c3a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_445557.txt +++ /dev/null @@ -1,30 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 32 - Warning: replacing invalid character code 150 -line 8 column 12 - Warning: replacing invalid numeric character reference 150 -line 8 column 31 - Warning: replacing invalid numeric character reference 150 -line 9 column 9 - Warning: replacing invalid numeric character reference 150 -line 10 column 9 - Warning: replacing invalid numeric character reference 150 -line 12 column 5 - Warning: replacing invalid numeric character reference 150 -line 14 column 5 - Warning: replacing invalid numeric character reference 150 -line 16 column 5 - Warning: replacing invalid numeric character reference 150 -line 18 column 5 - Warning: replacing invalid numeric character reference 150 -line 20 column 5 - Warning: replacing invalid numeric character reference 150 -Info: Document content looks like HTML5 -11 warnings, 0 errors were found! - -Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent. - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_449348.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_449348.txt deleted file mode 100644 index 144f0fc7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_449348.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//IETF//DTD HTML 2.0//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_470663.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_470663.txt deleted file mode 100644 index 8eb0b736..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_470663.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: proprietary attribute "xmlns:v" -line 1 column 1 - Warning: proprietary attribute "xmlns:o" -line 1 column 1 - Warning: proprietary attribute "xmlns:w" -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_473490.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_473490.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_480406.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_480406.txt deleted file mode 100644 index 767672b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_480406.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_480701.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_480701.txt deleted file mode 100644 index 767672b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_480701.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_487204.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_487204.txt deleted file mode 100644 index d7e3400e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_487204.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 5 column 1 - Warning: inserting implicit -line 6 column 2 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_487283.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_487283.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_487283.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_500236.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_500236.txt deleted file mode 100644 index 2f41a1ef..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_500236.txt +++ /dev/null @@ -1,9 +0,0 @@ -line 1 column 11 - Warning: adjacent hyphens within comment -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_501669.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_501669.txt deleted file mode 100644 index 936f6d25..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_501669.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_503436.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_503436.txt deleted file mode 100644 index 824c4937..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_503436.txt +++ /dev/null @@ -1,9 +0,0 @@ -line 6 column 3 - Warning: dropping value "first" for repeated attribute "alt" -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_504206.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_504206.txt deleted file mode 100644 index e630dd80..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_504206.txt +++ /dev/null @@ -1,26 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 152 column 1 - Warning: shouldn't be nested -line 152 column 1 - Warning: missing -line 12 column 1 - Warning: missing -line 12 column 1 - Warning:
    escaping malformed URI reference -line 42 column 1 - Warning: trimming empty

    -line 138 column 1 - Warning: trimming empty

    -line 143 column 1 - Warning: trimming empty

    -Info: Document content looks like HTML5 -8 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_505770.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_505770.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_505770.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_511243.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_511243.txt deleted file mode 100644 index 9bf5f35b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_511243.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_511679.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_511679.txt deleted file mode 100644 index 08979a2c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_511679.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 1 - Warning: inserting implicit -line 4 column 7 - Warning: missing before -line 2 column 1 - Warning: The summary attribute on the

  • element is obsolete in HTML5 -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_533233.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_533233.txt deleted file mode 100644 index ca07de0e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_533233.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_540571.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_540571.txt deleted file mode 100644 index b16a1a7e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_540571.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 6 column 1 - Warning: missing before

    -line 6 column 23 - Warning: inserting implicit -line 6 column 39 - Warning: discarding unexpected -line 10 column 1 - Warning: missing before

    -line 10 column 23 - Warning: inserting implicit -line 10 column 39 - Warning: discarding unexpected -line 10 column 1 - Warning: proprietary attribute "color" -line 10 column 23 - Warning: proprietary attribute "color" -line 6 column 1 - Warning: trimming empty -line 10 column 1 - Warning: trimming empty -Info: Document content looks like XHTML5 -11 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_543262.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_543262.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_545772.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_545772.txt deleted file mode 100644 index 55029911..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_545772.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_553468.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_553468.txt deleted file mode 100644 index 84d3c845..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_553468.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_566542.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_566542.txt deleted file mode 100644 index 5569c538..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_566542.txt +++ /dev/null @@ -1,36 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 1 - Warning: inserting implicit -line 4 column 1 - Warning:
  • isn't allowed in elements -line 4 column 1 - Info: previously mentioned -line 4 column 1 - Warning: inserting implicit
      -line 4 column 1 - Warning: missing
    before

    -line 4 column 39 - Warning: missing before

    -line 7 column 1 - Warning: inserting implicit -line 7 column 1 - Warning: missing before

  • -line 7 column 1 - Warning:
  • isn't allowed in elements -line 4 column 1 - Info: previously mentioned -line 7 column 1 - Warning: inserting implicit
      -line 7 column 5 - Warning: inserting implicit -line 7 column 5 - Warning: missing before

      -line 7 column 1 - Warning: missing

    before

    -line 7 column 8 - Warning: inserting implicit -line 7 column 8 - Warning: nested emphasis -line 7 column 8 - Warning: missing before

    -line 7 column 8 - Warning: missing before

    -line 4 column 1 - Warning: trimming empty

  • -line 4 column 1 - Warning: trimming empty
  • -line 29 column 11 - Error: discarding unexpected -line 29 column 18 - Error: discarding unexpected -line 25 column 3 - Warning: missing -line 6 column 3 - Warning: The summary attribute on the
    element is obsolete in HTML5 -line 13 column 3 - Warning: The summary attribute on the
    element is obsolete in HTML5 -line 18 column 5 - Warning: The summary attribute on the
    element is obsolete in HTML5 -line 26 column 5 - Warning: The summary attribute on the
    element is obsolete in HTML5 -Info: Document content looks like HTML5 -7 warnings, 2 errors were found! - -You may need to move one or both of the
    and -tags. HTML elements should be properly nested and form elements -are no exception. For instance you should not place the
    -in one table cell and the in another. If the
    is -placed before a table, the cannot be placed inside the -table! Note that one form can't be nested inside another! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_649812.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_649812.txt deleted file mode 100644 index 299360c0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_649812.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_655338.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_655338.txt deleted file mode 100644 index b5cb0af1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_655338.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 2 column 1 - Warning: removing whitespace preceding XML Declaration -line 7 column 1 - Warning: inserting implicit -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_656889.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_656889.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_656889.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_658230.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_658230.txt deleted file mode 100644 index 058cba68..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_658230.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: inserting implicit -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -Info: No system identifier in emitted doctype -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_660397.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_660397.txt deleted file mode 100644 index 3be09657..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_660397.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 3 column 1 - Warning: inserting missing 'title' element -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_661606.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_661606.txt deleted file mode 100644 index ae84fa4b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_661606.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_671087.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_671087.txt deleted file mode 100644 index ca07de0e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_671087.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_676156.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_676156.txt deleted file mode 100644 index 9b7bfce2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_676156.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: plain text isn't allowed in elements -line 1 column 1 - Info: previously mentioned -line 1 column 1 - Warning: inserting implicit -line 3 column 22 - Warning: adjacent hyphens within comment -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_676205.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_676205.txt deleted file mode 100644 index a245e57b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_676205.txt +++ /dev/null @@ -1,32 +0,0 @@ -line 11 column 1 - Warning: discarding newline in URI reference -line 11 column 1 - Warning: discarding newline in URI reference -line 11 column 1 - Warning: discarding newline in URI reference -line 14 column 1 - Warning: end of file while parsing attributes -line 11 column 1 - Warning: escaping malformed URI reference -line 11 column 1 - Warning: lacks "alt" attribute -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -6 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_678268.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_678268.txt deleted file mode 100644 index d4862703..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_678268.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 3 column 17 - Warning: adjacent hyphens within comment -line 4 column 1 - Warning: missing before
    -line 12 column 1 - Warning: inserting implicit -line 1 column 1 - Warning: proprietary attribute "xmlns:msxsl" -line 1 column 1 - Warning: proprietary attribute "xmlns:user" -line 12 column 1 - Warning:
    lacks "summary" attribute -Info: Document content looks like XHTML5 -7 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_688746.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_688746.txt deleted file mode 100644 index 11551f4d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_688746.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 13 - Warning: adjacent hyphens within comment -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_695408.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_695408.txt deleted file mode 100644 index 87029935..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_695408.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 8 column 11 - Warning: proprietary attribute "datafld" -line 9 column 11 - Warning: proprietary attribute "datafld" -line 10 column 11 - Warning: proprietary attribute "datafld" -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_696799.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_696799.txt deleted file mode 100644 index e1952811..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_696799.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_706260.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_706260.txt deleted file mode 100644 index 84d3c845..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_706260.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_765852.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_765852.txt deleted file mode 100644 index 05479f4e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_765852.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 3 column 1 - Warning: inserting implicit -line 3 column 29 - Warning: trimming empty -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_795643-1.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_795643-1.txt deleted file mode 100644 index 07e9e0a3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_795643-1.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: inserting implicit -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_795643-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_795643-2.txt deleted file mode 100644 index 8a608a28..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_795643-2.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462-2.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462-2.txt deleted file mode 100644 index 9d649204..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462-2.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 13 column 3 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462-3.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462-3.txt deleted file mode 100644 index d4009db0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462-3.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 6 column 1 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462.txt deleted file mode 100644 index 9d649204..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_836462.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 13 column 3 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_837023.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_837023.txt deleted file mode 100644 index 62205f02..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_837023.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 9 column 7 - Warning: discarding malformed -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_978947.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_978947.txt deleted file mode 100644 index 50bdf717..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_978947.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_996484.txt b/HTMLTidy/vendor/tidy-html5/test/testbase/msg_996484.txt deleted file mode 100644 index 299360c0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/msg_996484.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1003361.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1003361.html deleted file mode 100644 index 785aa08f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1003361.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - 1003361 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1004051.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1004051.html deleted file mode 100644 index 545532eb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1004051.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - font - - - - yy - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1004512.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1004512.html deleted file mode 100644 index b50aa464..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1004512.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - font tag with -clean - - - -
      -
    • y2
    • -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1014993.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1014993.html deleted file mode 100644 index ebc9b65b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1014993.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - php-like tag - - -
  • - - - -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1015959.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1015959.html deleted file mode 100644 index 470a974a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1015959.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ #1015959 ] inline propagation - - - -

    1

    -

    2

    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1027888.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1027888.html deleted file mode 100644 index 2cca88b2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1027888.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - div merging tests - - -
    -

    1

    -
    -
    -
    -

    2

    -
    -
    -
    -

    3

    -
    -
    -

    4

    -
    -
    -

    5

    -
    -
    -

    6

    -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1050673.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1050673.html deleted file mode 100644 index 09f38236..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1050673.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1052758.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1052758.html deleted file mode 100644 index 1c47ebb1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1052758.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - Jean Racine - - -
    -

    Pour qui sont ces serpents qui sifflent sur vos ttes - ?
    - — Jean Racine, Andromaque

    -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1053626.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1053626.html deleted file mode 100644 index 0f935ced..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1053626.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - -
      -
    • - - -
      -
    • -
    -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1055304.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1055304.html deleted file mode 100644 index aebb3f7a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1055304.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - 1055304 - - -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1055398.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1055398.html deleted file mode 100644 index 7ad39a26..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1055398.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -test whether repairing duplicate attributes works - - - - -
    -
    - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1056023.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1056023.html deleted file mode 100644 index 09f38236..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1056023.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1056910.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1056910.html deleted file mode 100644 index f72025ab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1056910.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - list fusion should not happen - - -
      -
    • -
        -
        -
      • -
      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062345.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062345.html deleted file mode 100644 index e2268510..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062345.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - -
      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062511.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062511.html deleted file mode 100644 index 6b721155..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062511.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - -
      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062661.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062661.html deleted file mode 100644 index 1b2de286..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1062661.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Google - - - Images - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1067112.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1067112.html deleted file mode 100644 index 4aa0e11c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1067112.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - Word 2000 - - -
      -

      Word 2000

      -

      -

      Heading 1

      -

      Heading 2

      -

      Heading 3

      -

      -

      Some ordinary text to see how it handles paragraphs

      -

      A second paragraph

      -

      -
        -
      • One dot point
      • -
      • Two dot points
      • -
      • Three dot points
      • -
      -

      -

      -
        -
      1. One numbered point
      2. -
      3. Two numbered points
      4. -
      5. Three numbered points
      6. -
      -

      - - - - - - - - - - - - - - - - -
      -

      One

      -
      -

      two

      -
      -

      three

      -
      -

      Four

      -
      -

      five

      -
      -

      six

      -
      -

      Seven

      -
      -

      eight

      -
      -

      nine

      -
      -

      -
      Some italic text
      -

      -
      Some bold text
      -

      -

      End of text

      -
      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1068087.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1068087.html deleted file mode 100644 index 9e893bb2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1068087.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - bad font size - - - b -

      a

      - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1069549.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1069549.html deleted file mode 100644 index e101f19f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1069549.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - test NestedList() - - -
        -
      • -

        q

        -
          -
        1. -
        - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1069553.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1069553.html deleted file mode 100644 index d189dc94..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1069553.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - test NestedList() - - -
          -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1072528.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1072528.html deleted file mode 100644 index 09f38236..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1072528.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1078345.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1078345.html deleted file mode 100644 index d9448767..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1078345.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -

            Some text.

            - -
            -
            -

            Text

            -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1079820.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1079820.html deleted file mode 100644 index 5851da1e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1079820.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - -

            text more text latin - text text text.

            -

            text more text latin text - text text.

            -

            text latin text text - text.

            -

            text more text latin text - text text.

            -

            blah blah ... long - descriptionshort text

            -

            text more text latin text text text.

            -

            text more text latin text - text text.

            -

            text latin text text - text.

            -

            text more text latin text text - text.

            blah - blah ... long descriptionshort text - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1086083.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1086083.html deleted file mode 100644 index 7a7ebaf9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1086083.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - -
            -
              -
            • Huh?
            • -
            -
            -
              -
            • Huh?
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1090318.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1090318.html deleted file mode 100644 index 2c62e1b8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1090318.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - <body> - </body> - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1098012.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1098012.html deleted file mode 100644 index a841f1cc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1098012.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - -
            -
            -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1107622.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1107622.html deleted file mode 100644 index fc7b722e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1107622.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - name to id - - -

            a

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1115094.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1115094.html deleted file mode 100644 index 0b3822d7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1115094.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -

            xx yy

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1117013.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1117013.html deleted file mode 100644 index 0dd58e84..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1117013.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - test 1117013 - - -

            a

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1145571.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1145571.html deleted file mode 100644 index b300494a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1145571.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - invalid name to id - - -

            a

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1145572.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1145572.html deleted file mode 100644 index 0a87dedf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1145572.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - name vs id in anchor elements - - -

            a

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1168193.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1168193.html deleted file mode 100644 index 5704baef..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1168193.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - span merging tests - - -

            1

            -

            2

            -

            3

            -

            4

            -

            5

            -

            6

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1183751.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1183751.html deleted file mode 100644 index 5ee2ad87..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1183751.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - char attribute in table - - - - - - - - - - - - - - - - -
            55.0055555.00
            1234.56123.45
            - - - - - - - - - - - -
            55.0055555.00
            1234.56123.45
            - - - - - - - - - -
            55.0055555.00
            1234.56123.45
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            THEADTHEADTHEAD
            THEADTHEADTHEAD
            TFOOT 55.00TFOOT 55555.00TFOOT 555.00
            TFOOT 1234.56TFOOT 123.45TFOOT 12345.67
            TBODYTBODYTBODY
            TBODYTBODYTBODY
            - - - - - - - - - - - -
            55.0055555.00555.00
            1234.56123.4512345.67
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1198501.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1198501.html deleted file mode 100644 index 8091ebf2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1198501.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - 1198501 - - - - - - - - - - - - -
            12
            34
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1207443.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1207443.html deleted file mode 100644 index dd0fa032..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1207443.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -
            -

            A test input box

            -

            -

             

            -

            Radio buttons

            -

            A check box

            -


            -
            -
              -
            • item 1
            • -
            • item 2
            • -
            -
              -
            1. item 1
            2. -
            3. item 2
            4. -
            -
              -
            • item 1
            • -
            • item 2
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1210752.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1210752.html deleted file mode 100644 index 08cd137b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1210752.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1231279.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1231279.html deleted file mode 100644 index 0073ae9f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1231279.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 1231279 - - -
            - x -
            -
            - y -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1235296.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1235296.html deleted file mode 100644 index ca766f1c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1235296.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - 1235296 - - -

            xa1

            -

            xa1

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1241723.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1241723.html deleted file mode 100644 index 148d5ac1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1241723.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - 1241723 - - - -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1263391.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1263391.html deleted file mode 100644 index ce7ebadf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1263391.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - My page - - - This should return 2 HTML errors. But there is none
            - DIV or UL are not allowed in address
            -
            -
            - toto titi -
            -
            - 1st street
            - 23X52 - NY
            -
            -
            -
            -
            -
              -
            • ...
            • -
            • ...
            • -
            -
            -
            -

            p is allowed within address only in html transitional.

            -
            -

            contact name

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1266647.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1266647.html deleted file mode 100644 index 988a9d1d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1266647.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1282835.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1282835.html deleted file mode 100644 index 49afe7d3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1282835.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - HTML NOHREF - HTML Code Tutorial - - -
            - - - - ohoh - The Circle - Click the O!
            - [ The O ] -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1286029.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1286029.html deleted file mode 100644 index 5ccccc23..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1286029.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - HTML NOHREF - HTML Code Tutorial - - -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1286278.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1286278.html deleted file mode 100644 index a583954a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1286278.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -1286278 - - -
            hello -

            -hello -

            -

            -hello -

            -

            -

            -hello
            -
            -
            hello -

            -hello -

            -hello -

            -hello
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316258.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316258.html deleted file mode 100644 index ad14399f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316258.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - 1316258 - - - -

            This is text that should appear BEFORE the table.

            -
            - - - - - - - - - - - - - - - -
            Row 1 - Col 1Row 1 - Col 2Row 1 - Col 3Row 1 - Col 4Row 1 - Col 5
            Row 2 - Col 1Row 2 - Col 2Row 2 - Col 3Row 2 - Col 4Row 2 - Col 5
            -
            -

            This is text that should appear AFTER the table.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316307-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316307-2.html deleted file mode 100644 index 9588a55e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316307-2.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - 1316307-2 - - - - - - -
            Cell Data
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316307.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316307.html deleted file mode 100644 index 8ccd1da7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1316307.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - 1316307 - - - -

            This is text that should appear BEFORE the table.

            -
            - - - - - - - - - - - - - - - -
            Row 1 - Col 1Row 1 - Col 2Row 1 - Col 3Row 1 - Col 4Row 1 - Col 5
            Row 2 - Col 1Row 2 - Col 2Row 2 - Col 3Row 2 - Col 4Row 2 - Col 5
            -
            -

            This is text that should appear AFTER the table. HTML Tidy - output however shows it BEFORE the table.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1326520.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1326520.html deleted file mode 100644 index 07034977..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1326520.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - 1326520 - - - - <body> - <dl> - <dd> - <div> - <table summary=""> - <tr> - <td></td> - </tr> - </table> - </div> - </dd> - <dd></dd> - </dl> - </body> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1331849.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1331849.html deleted file mode 100644 index 162cc59d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1331849.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - 1331849 - - - Text BEFORE [implied] table - - - - - - - - - -
            Implied table cell.Implied because there is no opening table tag - just an - opening table row tag.
            2nd Row of implied tableMore text
            Text AFTER [implied] table but BEFORE the correctly - specified table - - - - - - - - - -
            Row 1 - Cell 1Row 1 - Cell 2
            Row 2 - Cell 1Row 2 - Cell 2
            Text that appears AFTER table the end! - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1333579.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1333579.html deleted file mode 100644 index 9cbc3ab7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1333579.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - 1333579 - - - -
            -

            Paragraph Text nested in a DIV

            -
            - - - - -
            inferred table
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1359292.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1359292.html deleted file mode 100644 index 0e381e21..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1359292.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 1359292 - Word 2000 - - -

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1398397.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1398397.html deleted file mode 100644 index 09f38236..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1398397.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1407266.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1407266.html deleted file mode 100644 index 7cf6e3d2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1407266.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -1407266 - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1408034.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1408034.html deleted file mode 100644 index 3171254d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1408034.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -x xxx xx - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061-1.html deleted file mode 100644 index 8eff94b0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061-1.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -1410061 - issue 1 inferred ul - - - - -In bold -
              -
            • Not in bold
            • -
            • With font size 6
            • -
            • But should NOT be indented
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061-2.html deleted file mode 100644 index 7ec491a8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061-2.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -1410061 - issue 2 - inline propagation - - - - -In bold -
              -
            • Not in bold
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061.html deleted file mode 100644 index a19d6c6c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1410061.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -1410061 - - - - -The Compact E.O.S. is composed of two integrated modules: the well -known Agfa daylight system and the Agfa Classic E.O.S. film -processor. The small footprint enables it to be installed even in -restricted spaces. The Compact E.O.S. can be extended at the back -with a table for film processing from a darkroom.
            -
            -
              -
            • capacity: up to 240 films per hour (medium format)
            • -
            • cassette cycle time: 15 s
            • -
            • film formats: 18 x24cm to 35 x 43cm
            • -
            • film storage magazines that can be used: Curix, Scopix
            • -
            • loading and unloading module with 7 dispensers
            • -
            • integrated time switch for automatically switching on and off -at preselected times
            • -
            • stand-by circuit
            • -
            • water economy circuit for the integrated film -processor
            • -
            • film surface scanning for optimum regeneration depending on the -film throughput
            • -
            • infrared cold air drier offers reduced power consumption with -lower heat dissipation
            • -
            • interactive operating display that shows operating state and -possible service messages
              -
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1415137.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1415137.html deleted file mode 100644 index 73287fa5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1415137.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - <body> - abc - </body> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1423252.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1423252.html deleted file mode 100644 index d2e2363d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1423252.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -[1423252] missing text node, and font propagation - - -a -
            -
            b
            -
            -
            -
            c
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1426419.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1426419.html deleted file mode 100644 index bfd42065..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1426419.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [1426419] mal-formed inline elements - - -

            Bold Bold and Italics Italics - Only

            -

            Mono Mono and Bold Bold - Only

            -

            Italics Italics and Bold - Bold Only

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1436578.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1436578.html deleted file mode 100644 index 012b0e70..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1436578.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - 1436578 - - - -

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1445570.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1445570.html deleted file mode 100644 index 94444cbc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1445570.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 1445570 - - - This is a picture of 'Water - Lilly' - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1452744.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1452744.html deleted file mode 100644 index 1f6cfd8f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1452744.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -1452744 - - -

            Test

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1503897.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1503897.html deleted file mode 100644 index 625ca0cc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1503897.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - 1503897 - - -
            - PrintString("
            \n"); -
            - PrintString("
            \n"); - - - - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1586158.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1586158.html deleted file mode 100644 index ee496992..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1586158.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 1586158 - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1590220-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1590220-1.html deleted file mode 100644 index aed89821..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1590220-1.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -1590220 - Example 1 - - -
            -Text of first PRE block
            -
            -
            -
            -Text of second PRE block
            -
            -
            - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1590220-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1590220-2.html deleted file mode 100644 index 28002026..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1590220-2.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -1590220 - Example 2 - - -
            -Text of first PRE block
            -
            -More errant table content - this should not be PRE'd - - - - -
            This is a test cell
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1603538-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1603538-1.html deleted file mode 100644 index 3d8ddaca..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1603538-1.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - -
              -
            • - 1111 -
            • -
            • -
              -
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1603538-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1603538-2.html deleted file mode 100644 index 4e1951d4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1603538-2.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
            Norway
            Sweden
            Switzerland
            Turkey
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1610888-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1610888-1.html deleted file mode 100644 index a8f3b6cf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1610888-1.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 1610888 - - - -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1610888-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1610888-2.html deleted file mode 100644 index a8f3b6cf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1610888-2.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 1610888 - - - -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1632218.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1632218.html deleted file mode 100644 index 10171b68..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1632218.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 1632218 - entity parsing - - - link link link - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1632470.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1632470.html deleted file mode 100644 index a936ff51..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1632470.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - 1632470 - - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1638062.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1638062.html deleted file mode 100644 index bed9e0df..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1638062.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 16380628: nested emphasis - - -

            now how about this

            -

            this is an error and this is - not

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1642186-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1642186-1.html deleted file mode 100644 index 96290510..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1642186-1.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Issue #65 - Parser too greedy over script blocks - - - - -

            para 1

            - -

            para 2

            - -

            para 3

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1674502.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1674502.html deleted file mode 100644 index 9f9af14e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1674502.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1707836.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1707836.html deleted file mode 100644 index 13582363..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1707836.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1715153.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1715153.html deleted file mode 100644 index 74464155..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1715153.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1720953.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1720953.html deleted file mode 100644 index be25f602..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1720953.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -1720853 - - -x - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1773932.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1773932.html deleted file mode 100644 index 61c7e7c4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1773932.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - -
              -
            1. Foo
            2. -
            3. Bar
            4. -
            5. Xyzzy
            6. -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-1.html deleted file mode 100644 index 2ffc3d62..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -1986717 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-2.html deleted file mode 100644 index aa906b1a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-2.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -1986717 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-3.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-3.html deleted file mode 100644 index a8d8c06d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_1986717-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -1986717 - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2085175.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_2085175.html deleted file mode 100644 index 1645e48e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2085175.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - 2085175 - - -

            some text [2]

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2359929.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_2359929.html deleted file mode 100644 index dd9aa72a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2359929.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - A test - - - - Say hello
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2705873-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_2705873-1.html deleted file mode 100644 index 307f4212..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2705873-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - -Virtual Library - - -

            Moved to example.org.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2705873-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_2705873-2.html deleted file mode 100644 index de5953bc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2705873-2.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -Virtual Library - - -

            Moved to example.org.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2709860.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_2709860.html deleted file mode 100644 index 52fbf54f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_2709860.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - -
            TopicversionPlugins/standalone ?Foobar
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_426885.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_426885.html deleted file mode 100644 index fb77d591..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_426885.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - [ #426885 ] Definition list w/Center crashes - - - -
            -

            Heading 1

            -
            -
            -
            Term 1
            -
            Term 2
            -
            -
            -
            -
            -
            -

            Heading 2

            -
            -
            -
            -
            Term 3
            -
            Term 4
            -
            -
            -
            -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427633.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427633.html deleted file mode 100644 index 2bd64077..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427633.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [#427663] Line endings not supported correctly - - -

            This is a carriage return This is a Unix line-ending This is a - DOS line ending

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427662.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427662.html deleted file mode 100644 index 66989ae4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427662.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [#427662] BLOCK/INLINE before TABLE parsed wrong - - - - Big and bold Big -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427664.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427664.html deleted file mode 100644 index 41d8d969..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427664.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#427664] Missing attr values cause NULL segfault - - - text - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427671.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427671.html deleted file mode 100644 index f9e1275f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427671.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - [#427671] <LI> w/FRAME/FRAMESET/OPTGROUP/OPTION - loop - - -
              -
            • first item
            • -
            • frame item
            • -
            • frameset item
            • -
            • optgroup item
            • -
            • option item
            • -
            • last item
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427672.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427672.html deleted file mode 100644 index fdab1951..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427672.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#427672] Non-std attrs w/multibyte names segfault - - - text - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427675.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427675.html deleted file mode 100644 index 77202b23..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427675.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - <body> - This text belongs in a noframes element. - </body> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427677.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427677.html deleted file mode 100644 index 9d76a454..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427677.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ #427677 ] TrimInitialSpace() can trim too much - - - -

            This is a Red link

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427810.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427810.html deleted file mode 100644 index 8e174aba..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427810.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ #427810 ] Proprietary elements not reported as - err - - - -

            Test inline element

            Proprietary inline element - (blink) Proprietary inline element (wbr) - note - starts on new line, doesn't need end tag - Proprietary inline element (nobr) -

            Test inline element

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427811.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427811.html deleted file mode 100644 index f369d59e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427811.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [#427811] FRAME inside NOFRAME infinite loop - - -

            Need a Frame Capable Browser!

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427813.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427813.html deleted file mode 100644 index 96e63a7a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427813.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#427813] Missing = from attr value segfaults - - - text - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427816.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427816.html deleted file mode 100644 index fe036f53..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427816.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427816 ] Mismatched quotes for attr segfaults - - - blah - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427818.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427818.html deleted file mode 100644 index 95c4740e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427818.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427818 ] Missing quotes cause segfaults - - - link - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427819.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427819.html deleted file mode 100644 index fc83b5b9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427819.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - [ #427819 ] OPTION w/illegal FONT eats whitespace - - -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427820.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427820.html deleted file mode 100644 index d72e7115..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427820.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Test Input For Bug #427820 - - - - - - -

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427821.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427821.html deleted file mode 100644 index 625c41f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427821.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #427821 ] XHTML TRANSITIONAL doctype set wrongly - - - -<body> -This is a test - use "-asxml" on the command line. -</body> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427822.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427822.html deleted file mode 100644 index d509f2c9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427822.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - [ #427822 ] PopInLine() doesn't check stack - - -
            -
            abc
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427823.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427823.html deleted file mode 100644 index 0b604ffd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427823.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - [ #427823 ] Multiple <BODY>'s in <NOFRAMES> - allowed - - - - - <body> - Text in body 1. - <div> - Text in illegal body 2. - </div> - <p>Text in inferred illegal body 3.</p> - <p>Text in inferred illegal body 4.</p> - </body> - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427825.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427825.html deleted file mode 100644 index 00443567..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427825.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -Test user defined tags - bug #427825 - - -Test-1Test-3 - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427826.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427826.html deleted file mode 100644 index ee3b7e0f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427826.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - [#427826] Script source needs escaping/CDATA - section - - - - - - -

            If converted to XML/XHTML, the < in the javascript source - above causes problems for XML tools.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427827.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427827.html deleted file mode 100644 index 27a86c98..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427827.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427827 ] Nested anchor elements allowed - - - link-1 link-2 plain - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427830.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427830.html deleted file mode 100644 index cfc8e63e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427830.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Test Input For Bug #427830 - - -

            Tidy uses an incorrect XHTML 1.0 Namespace, even if the - correct namespace is given.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427833.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427833.html deleted file mode 100644 index 296795ab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427833.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - Escape sequences - - -

            #include <stdio.h>

            -

            #include <stdio.h>

            -

            #include <stdio.h>

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427834.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427834.html deleted file mode 100644 index 6775edc4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427834.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427834 ] Warning given for newline in DOCTYPE - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427835.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427835.html deleted file mode 100644 index 559b6d5b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427835.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -Test input file for bug #427835 - - -

            Test input file for bug #427835

            -

            Use with or without the -asxhtml option.

            -

            -clean has no effect

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427836.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427836.html deleted file mode 100644 index ae1dfacb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427836.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427837.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427837.html deleted file mode 100644 index c6c0cade..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427837.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Bjrn Hhrmann -Marc-Andr Lemburg - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427838.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427838.html deleted file mode 100644 index afef3f41..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427838.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - [ #427838 ] Name Anchor thrown away - - - A fragment of html created by Frontpage..... -

            Clipboard

            -

            lots more stuff deleted.... - some textsome text

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427839.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427839.html deleted file mode 100644 index 09059c99..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427839.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Test Input For Bug #427839 - - -This is a test. Use "-asxhtml --doctype omit" on the command line. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427840.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427840.html deleted file mode 100644 index 57947311..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427840.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427840 ] Span causes infinite loop - - -

            Inside a span.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427841.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427841.html deleted file mode 100644 index 9cbce0c2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427841.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - Test input for bug #427841 - - - -

            Tidy crashes on badly formed HTML involving nested lists.

            - -
              -
            • Merge adjacent lists
            • -
            -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427845.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427845.html deleted file mode 100644 index 7e76a011..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427845.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #427845 ] Doctypes are output on multiple -lines - - -Use "--wrap 60" on the command line - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427846.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_427846.html deleted file mode 100644 index d2c9e8f7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_427846.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - Test Input For Bug #427846 - - - -
            - text-one -
            text-two - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431716.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431716.html deleted file mode 100644 index 5ba85122..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431716.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - - -civRights2 - - -

            Civil Rights #2

            -

            Overview

            -
              -
            • Who are you protected from?
            • -
            • How are you supposed to do anything about it?
            • -
            • Why do protections grow and shrink?
            • -
            • Rights of women
            • -
            • Rights of disabled people
            • -
            • Native Americans
            • -
            -

            Who are you protected from?

            -
              -
            • "State government" under 14th Amendment
            • -
            • -
                -
              • Sex/race, not age!
              • -
              • People who act "on behalf" of state government
              • -
              -
            • -
            -

            Who are you protected from?

            -
              -
            • "State government" under 14th Amendment
            • -
            • -
                -
              • Sex/race, not age!
              • -
              • People who act "on behalf" of state government
              • -
              -
            • -
            • Federal Government Contractors
            • -
            -

            Who are you protected from?

            -
              -
            • "State government" under 14th Amendment
            • -
            • -
                -
              • Sex/race, not age!
              • -
              • People who act "on behalf" of state government
              • -
              -
            • -
            • Federal Government Contractors
            • -
            • Anybody Congress can regulate under the commerce clause
            • -
            • -
                -
              • Civil Rights Acts (1866, 1964, 1991)
              • -
              -
            • -
            -

            How are rules enforced?

            -
              -
            1. Criminal prosecution
            2. -
            -

            How are rules enforced?

            -
              -
            1. Criminal prosecution
            2. -
            3. EEOC complaint
            4. -
            5. -
                -
              1. Lawsuit for back pay and reinstatement
              2. -
              3. Affirmative Action order.
              4. -
              -
            6. -
            -

            How are rules enforced?

            -
              -
            1. Criminal prosecution
            2. -
            3. EEOC complaint
            4. -
            5. -
                -
              1. Lawsuit for back pay and reinstatement
              2. -
              3. Affirmative Action order.
              4. -
              -
            6. -
            7. Private lawsuit--financial compensation
            8. -
            -

            What about Affirmative Action?

            -
              -
            • what is it?
            • -
            -

            What about Affirmative Action?

            -
              -
            • what is it?
            • -
            • reverse discrimination
            • -
            -

            What about Affirmative Action?

            -
              -
            • what is it?
            • -
            • reverse discrimination
            • -
            • diversity policy and the University
            • -
            • -
                -
              • Bakke's lawsuit & followups
              • -
              -
            • -
            • diversity in government contracting: quotas?
            • -
            -

            Why do protections grow and shrink?

            -
              -
            • Courts have limited government intervention in society
            • -
            • Is protest necessary?
            • -
            • -
                -
              •  Need to "get attention"
              • -
              • Maybe if you don't have a good lawyer...
              • -
              -
            • -
            • Terrorism/violence usually "counter productive"
            • -
            -

            Racial Minorities

            -
              -
            • 14th shrank in response to Court decisions and politics
            • -
            • Some protections won through legal action
            • -
            • Biggest protections result from nonviolent action
            • -
            -

            Rights of Women

            -
              -
            • Long era of "protectionism"
            • -
            -

            Rights of Women

            -
              -
            • Long era of "protectionism"
            • -
            • excluded from many professions
            • -
            -

            Rights of Women

            -
              -
            • Long era of "protectionism"
            • -
            • excluded from many professions
            • -
            • couldn't vote
            • -
            • own property
            • -
            -

            Equal Rights Amendments

            -
              -
            • Remember the 14th Amendment?
            • -
            -

            Equal Rights Amendments

            -
              -
            • Remember the 14th Amendment?
            • -
            • ERA proposed by Congress 1972. Failed.
            • -
            -

            Equal Rights Amendments

            -
              -
            • Remember the 14th Amendment?
            • -
            • ERA proposed by Congress 1972. Failed.
            • -
            • 1970s: Revival of 14th for women.
            • -
            • -
                -
              • Sexual classifications no longer allowed by State without -persuasive justification
              • -
              -
            • -
            -

            Women in the Labor Force

            -
              -
            • Why do women earn less?
            • -
            • -
                -
              • Job type
              • -
              • Skill
              • -
              • Discrimination
              • -
              -
            • -
            -

            Women in the Labor Force

            -
              -
            • Why do women earn less?
            • -
            • -
                -
              • Job type
              • -
              • Skill
              • -
              • Discrimination
              • -
              -
            • -
            • 1964 CRA included "sex" but...
            • -
            • EEOC  initially refused to pursue sex discrimination -cases
            • -
            -

            Women in the Labor Force

            -
              -
            • Why do women earn less?
            • -
            • -
                -
              • Job type
              • -
              • Skill
              • -
              • Discrimination
              • -
              -
            • -
            • 1964 CRA included "sex" but...
            • -
            • EEOC  initially refused to pursue sex discrimination -cases
            • -
            • 1991 CRA: restated 1866 CRA right to sue for $ damages for -discrimination or sexual harassment.
            • -
            -

            Higher Education

            -
              -
            • Higher Educ. Act, Title IX (1972)  Prohibit sex -discrimination in fed. funded programs
            • -
            • Rising emphasis on women's athletics
            • -
            • Backlash in some states (California, Texas)
            • -
            -

            Rights of disabled people

            -
              -
            • 1973 Federal law prohibited discrimination by federal -contractors
            • -
            • -
                -
              • must not discriminate against an otherwise qualified person -solely by reason of handicap
              • -
              -
            • -
            -

            Rights of disabled people

            -
              -
            • 1973 Federal law prohibited discrimination by federal -contractors
            • -
            • -
                -
              • must not discriminate against an otherwise qualified person -solely by reason of handicap
              • -
              -
            • -
            • 1990 Americans with Disabilities Act
            • -
            • -
                -
              • extends protection to businesses and public accommodations -(commerce clause)
              • -
              • requires reasonable accommodation
              • -
              -
            • -
            -

            Politics and Native American Rights

            -
              -
            • Battle on 2 fronts
            • -
            • -
                -
              • Tribal autonomy & relations with US/BIA
              • -
              • Opportunities within "mainstream" US
              • -
              -
            • -
            • State Government and the 14th amendment
            • -
            • -
                -
              • Complicated peyote story
              • -
              -
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431721.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431721.html deleted file mode 100644 index 09d8132c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431721.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - Joe-Bob Briggs LLP - - -
            -

            Joe-Bob Briggs LLP

            -

             

            -

            Bryan Joe-Bob LLP is a leading national and international - corporate, litigation and private client law firm.  We - represent a wide variety of business, institutional and - individual clients for whom our lawyers handle a wide range of - matters.  As a result, our lawyers are well prepared to - meet the needs of clients whether large or small, public or - private, for-profit or not-for-profit.

            -

             

            -

            Joe-Bob Briggs has more offices than you can shake a stick - at.  These locations give Joe-Bob the geographic reach to - assist his clients where their needs are most pressing.

            -
              -
            • Estate Planning
            • -
            • Closely-Held Business Practice
            • -
            • Estate, Gift, Income and Other Tax Advice
            • -
            -

             

            -

            Joe-Bob joined the Firm in 1995 after 15 years with the - Kansas City firm of Fish, Gill, Smoker & Butts, where he was a - Shareholder/Director.  John is a past Chair of the Estate - Planning, Probate and Trust Committee of the Kansas City - Metropolitan Bar Association and co-authored the Drinking - Procedures Manual for County Practitioners.  Currently, JB - is a member of the Missouri Bar Probate and Trust Committee, - the Estate Planning Society and the Mid-America Planned Giving - Council.  A fellow of the American College of Trust and - Estate Counsel, JB lectures frequently on Estate Planning - topics for both legal and lay organizations. 

            -

             

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431731.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431731.html deleted file mode 100644 index acffe796..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431731.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ #431731 ] Inline emphasis inconsistent - propagation - - - - OUTSIDE
            - OUTSIDE - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431736.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431736.html deleted file mode 100644 index f65d7a83..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431736.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -[#431736] Doctype decl added before XML decl - - -

            Run tidy w/ -asxhtml or -asxml options...

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431739.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431739.html deleted file mode 100644 index a764e99a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431739.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [#431739] Spaces carried into empty block tags - - - - This is a test -
            - Example - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431874.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431874.html deleted file mode 100644 index b9d2f623..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431874.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - Test for bug #431874 - - - Test for bug - #431874 - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431889.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431889.html deleted file mode 100644 index 6575c88f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431889.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - -Bug-2000-12-27-B [ #431889 ] Config file options w/"param" -don't work - - -

            AlternateThis image has no ALT -attribute.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431898.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431898.html deleted file mode 100644 index 83359c18..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431898.html +++ /dev/null @@ -1,15 +0,0 @@ - - -]> - - - [ #431898 ] Tidy messes up X(HT)ML documents - - -

            Test

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431964.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_431964.html deleted file mode 100644 index 9746a1af..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_431964.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #431964 ] table height="" not flagged as error - - - - - - -
            A cell.
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_432677.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_432677.html deleted file mode 100644 index a1c34976..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_432677.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -[ #432677 ] Null value changed to "value" for -asxml - - -
            - - - - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433012.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433012.html deleted file mode 100644 index 73406d70..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433012.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - [ #433012 ] Illegal ampersands/character entities - - -

            - - - - - - - - - - - - - - - id=ID =XX
            - - id=ID¡=XX
            - - id=ID¢=XX
            - - id=ID£=XX
            - - id=ID¤=XX
            - - id=ID¥=XX
            - - id=ID¦=XX
            - - id=ID§=XX
            - - id=ID¨=XX
            - - id=ID©=XX
            - - id=IDª=XX
            - - id=ID«=XX
            - - id=ID¬=XX
            - - id=ID­=XX
            - - id=ID®=XX
            - - id=ID¯=XX
            - - id=ID°=XX
            - - id=ID±=XX
            - - id=ID²=XX
            - - id=ID³=XX
            - - id=ID´=XX
            - - id=IDµ=XX
            - - id=ID¶=XX
            - - id=ID·=XX
            - - id=ID¸=XX
            - - id=ID¹=XX
            - - id=IDº=XX
            - - id=ID»=XX
            - - id=ID¼=XX
            - - id=ID½=XX
            - - id=ID¾=XX
            - - id=ID¿=XX
            - - id=IDÀ=XX
            - - id=IDÁ=XX
            - - id=IDÂ=XX
            - - id=IDÃ=XX
            - - id=IDÄ=XX
            - - id=IDÅ=XX
            - - id=IDÆ=XX
            - - id=IDÇ=XX
            - - id=IDÈ=XX
            - - id=IDÉ=XX
            - - id=IDÊ=XX
            - - id=IDË=XX
            - - id=IDÌ=XX
            - - id=IDÍ=XX
            - - id=IDÎ=XX
            - - id=IDÏ=XX
            - - id=IDÐ=XX
            - - id=IDÑ=XX
            - - id=IDÒ=XX
            - - id=IDÓ=XX
            - - id=IDÔ=XX
            - - id=IDÕ=XX
            - - id=IDÖ=XX
            - - id=ID×=XX
            - - id=IDØ=XX
            - - id=IDÙ=XX
            - - id=IDÚ=XX
            - - id=IDÛ=XX
            - - id=IDÜ=XX
            - - id=IDÝ=XX
            - - id=IDÞ=XX
            - - id=IDß=XX
            - - id=IDà=XX
            - - id=IDá=XX
            - - id=IDâ=XX
            - - id=IDã=XX
            - - id=IDä=XX
            - - id=IDå=XX
            - - id=IDæ=XX
            - - id=IDç=XX
            - - id=IDè=XX
            - - id=IDé=XX
            - - id=IDê=XX
            - - id=IDë=XX
            - - id=IDì=XX
            - - id=IDí=XX
            - - id=IDî=XX
            - - id=IDï=XX
            - - id=IDð=XX
            - - id=IDñ=XX
            - - id=IDò=XX
            - - id=IDó=XX
            - - id=IDô=XX
            - - id=IDõ=XX
            - - id=IDö=XX
            - - id=ID÷=XX
            - - id=IDø=XX
            - - id=IDù=XX
            - - id=IDú=XX
            - - id=IDû=XX
            - - id=IDü=XX
            - - id=IDý=XX
            - - id=IDþ=XX
            - - id=IDÿ=XX
            - - - - id=ID&fnof=XX
            - - id=ID&Alpha=XX
            - - id=ID&Beta=XX
            - - id=ID&Gamma=XX
            - - id=ID&Delta=XX
            - - id=ID&Epsilon=XX
            - - id=ID&Zeta=XX
            - - id=ID&Eta=XX
            - - id=ID&Theta=XX
            - - id=ID&Iota=XX
            - - id=ID&Kappa=XX
            - - id=ID&Lambda=XX
            - - id=ID&Mu=XX
            - - id=ID&Nu=XX
            - - id=ID&Xi=XX
            - - id=ID&Omicron=XX
            - - id=ID&Pi=XX
            - - id=ID&Rho=XX
            - - id=ID&Sigma=XX
            - - id=ID&Tau=XX
            - - id=ID&Upsilon=XX
            - - id=ID&Phi=XX
            - - id=ID&Chi=XX
            - - id=ID&Psi=XX
            - - id=ID&Omega=XX
            - - id=ID&alpha=XX
            - - id=ID&beta=XX
            - - id=ID&gamma=XX
            - - id=ID&delta=XX
            - - id=ID&epsilon=XX
            - - id=ID&zeta=XX
            - - id=ID&eta=XX
            - - id=ID&theta=XX
            - - id=ID&iota=XX
            - - id=ID&kappa=XX
            - - id=ID&lambda=XX
            - - id=ID&mu=XX
            - - id=ID&nu=XX
            - - id=ID&xi=XX
            - - id=ID&omicron=XX
            - - id=ID&pi=XX
            - - id=ID&rho=XX
            - - id=ID&sigmaf=XX
            - - id=ID&sigma=XX
            - - id=ID&tau=XX
            - - id=ID&upsilon=XX
            - - id=ID&phi=XX
            - - id=ID&chi=XX
            - - id=ID&psi=XX
            - - id=ID&omega=XX
            - - id=ID&thetasym=XX
            - - id=ID&upsih=XX
            - - id=ID&piv=XX
            - - id=ID&bull=XX
            - - id=ID&hellip=XX
            - - id=ID&prime=XX
            - - id=ID&Prime=XX
            - - id=ID&oline=XX
            - - id=ID&frasl=XX
            - - id=ID&weierp=XX
            - - id=ID&image=XX
            - - id=ID&real=XX
            - - id=ID&trade=XX
            - - id=ID&alefsym=XX
            - - id=ID&larr=XX
            - - id=ID&uarr=XX
            - - id=ID&rarr=XX
            - - id=ID&darr=XX
            - - id=ID&harr=XX
            - - id=ID&crarr=XX
            - - id=ID&lArr=XX
            - - id=ID&uArr=XX
            - - id=ID&rArr=XX
            - - id=ID&dArr=XX
            - - id=ID&hArr=XX
            - - id=ID&forall=XX
            - - id=ID&part=XX
            - - id=ID&exist=XX
            - - id=ID&empty=XX
            - - id=ID&nabla=XX
            - - id=ID&isin=XX
            - - - - - - - id=ID&notin=XX
            - - id=ID&ni=XX
            - - id=ID&prod=XX
            - - id=ID&sum=XX
            - - id=ID&minus=XX
            - - id=ID&lowast=XX
            - - id=ID&radic=XX
            - - id=ID&prop=XX
            - - id=ID&infin=XX
            - - id=ID&ang=XX
            - - id=ID&and=XX
            - - id=ID&or=XX
            - - id=ID&cap=XX
            - - id=ID&cup=XX
            - - id=ID&int=XX
            - - id=ID&there4=XX
            - - id=ID&sim=XX
            - - id=ID&cong=XX
            - - id=ID&asymp=XX
            - - id=ID&ne=XX
            - - id=ID&equiv=XX
            - - id=ID&le=XX
            - - id=ID&ge=XX
            - - id=ID&sub=XX
            - - id=ID&sup=XX
            - - id=ID&nsub=XX
            - - id=ID&sube=XX
            - - id=ID&supe=XX
            - - id=ID&oplus=XX
            - - id=ID&otimes=XX
            - - id=ID&perp=XX
            - - id=ID&sdot=XX
            - - id=ID&lceil=XX
            - - id=ID&rceil=XX
            - - id=ID&lfloor=XX
            - - id=ID&rfloor=XX
            - - id=ID&lang=XX
            - - id=ID&rang=XX
            - - id=ID&loz=XX
            - - id=ID&spades=XX
            - - id=ID&clubs=XX
            - - id=ID&hearts=XX
            - - id=ID&diams=XX
            - - - - - - - id=ID"=XX
            - - id=ID&=XX
            - - id=ID<=XX
            - - id=ID>=XX
            - - - - id=ID&OElig=XX
            - - id=ID&oelig=XX
            - - id=ID&Scaron=XX
            - - id=ID&scaron=XX
            - - id=ID&Yuml=XX
            - - id=ID&circ=XX
            - - id=ID&tilde=XX
            - - id=ID&ensp=XX
            - - id=ID&emsp=XX
            - - id=ID&thinsp=XX
            - - id=ID&zwnj=XX
            - - id=ID&zwj=XX
            - - id=ID&lrm=XX
            - - id=ID&rlm=XX
            - - id=ID&ndash=XX
            - - id=ID&mdash=XX
            - - id=ID&lsquo=XX
            - - id=ID&rsquo=XX
            - - id=ID&sbquo=XX
            - - id=ID&ldquo=XX
            - - id=ID&rdquo=XX
            - - id=ID&bdquo=XX
            - - id=ID&dagger=XX
            - - id=ID&Dagger=XX
            - - id=ID&permil=XX
            - - id=ID&lsaquo=XX
            - - id=ID&rsaquo=XX
            - - - - - - - id=ID&euro=XX
            - - - - - - - id=ID'=XX
            - - id=ID&foo=XX

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433021.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433021.html deleted file mode 100644 index 49b4e2e9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433021.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - [ #433021 ] Identify attribute whose value is bad - - -

            text

            - - - - - - -
            -

            "valign" attr value can't be "center"

            -
            -

            "valign" attr value can't be "fuzzle"

            -
            -

            "align"/"valign" attr values can't be "fuzzle"

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433040.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433040.html deleted file mode 100644 index 6bdc1d2d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433040.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #433040 ] Anchor tag without attributes deleted - - - Tidy strips Anchor tags when there are no attributes - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433359.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433359.html deleted file mode 100644 index eafcd0e0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433359.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #433359 ] Empty iframe elements trimmed - - - This is a test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433360.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433360.html deleted file mode 100644 index 9dd89d85..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433360.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ #433360 ] Tags with missing > can't be - repaired - - - -

            There seems to be an error occurring when you - don't end a tag with a - >. Tidy won't fix it.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433604.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433604.html deleted file mode 100644 index 4ca9324d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433604.html +++ /dev/null @@ -1,3 +0,0 @@ - -[ #433604 ] Tidy inserts &nbsp; entity in -xml mode. Use --xml on command line. Test of   diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433607.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433607.html deleted file mode 100644 index e5c2ecbd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433607.html +++ /dev/null @@ -1,3 +0,0 @@ - -[ #433607 ] No warning for omitted end tag with -xml. Use --xml on command line. diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433656.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433656.html deleted file mode 100644 index c2a5cd88..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433656.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #433656 ] Improve support for PHP - - - (some text) - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433666.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433666.html deleted file mode 100644 index 25d3afbb..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433666.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - [ #433666 ] Attempt to repair duplicate attributes - - - - - - - -
            Test
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433672.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433672.html deleted file mode 100644 index 88cd3b4b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433672.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - [ #433672 ] Anchor enclosing Header tags is - omitted - - - - -

            Section heading

            -

            Another heading

            -
            ack!
            -

            Goto Another Heading

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433856.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_433856.html deleted file mode 100644 index 6cf00d17..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_433856.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - -[ #433856 ] Access violation w/Word files w/font tag - - -

            De kop

            -

            Dit is een test.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_434047.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_434047.html deleted file mode 100644 index b8ba22f9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_434047.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #434047 ] Mixed content in 4.01 Strict not - allowed - - - - - - -
            Some text.
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_434940.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_434940.html deleted file mode 100644 index 0bc8c4ad..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_434940.html +++ /dev/null @@ -1 +0,0 @@ -Use "--show-body-only yes" on the command line diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435903.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_435903.html deleted file mode 100644 index 94852fa1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435903.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - [ #435903 ] Script element w/body child to table - bug> - - - - - - - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435917.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_435917.html deleted file mode 100644 index ecc98829..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435917.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ #435917 ] <input onfocus=""> reported unknown - attr - - - bug #1 -
            - bug #2 -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435919.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_435919.html deleted file mode 100644 index 91950234..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435919.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #435919 ] Nested <q></q>'s not handled - correctly - - - So then I said to him, don't go there. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435920.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_435920.html deleted file mode 100644 index 65326b0f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435920.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ #435920 ] Space inserted before </td> causes - probs - - - bla - - - - -
             
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435922.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_435922.html deleted file mode 100644 index e96d9d9d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435922.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #435922 ] Missing <form> around <input> no - warning - - -
            -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435923.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_435923.html deleted file mode 100644 index 771fee50..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_435923.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #435923 ] Preserve case of attribute names - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_437468.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_437468.html deleted file mode 100644 index ccdb0140..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_437468.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Test input file for iso-8859-1 character entities - - -

            Phrase with numeric quotes expressly stated: “Dj conu - l're de Cafne”

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438650.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_438650.html deleted file mode 100644 index 3eed22b4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438650.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #438650 ] Newline in URL attr value becomes - space - - - This is a test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438658.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_438658.html deleted file mode 100644 index 8ef57dab..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438658.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #438658 ] Missing / in title endtag makes 2 - titles - - - Test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438954.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_438954.html deleted file mode 100644 index ccb2b039..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438954.html +++ /dev/null @@ -1,4 +0,0 @@ - -[ #438954 ] Body tag w/attributes omitted w/hide-end - -Use "--hide-endtags yes" on command line diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438956.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_438956.html deleted file mode 100644 index dd19c0ad..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_438956.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #438956 ] Bad head-endtag reported incorrectly - - - </</head> Test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_441508.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_441508.html deleted file mode 100644 index 71b5bdfd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_441508.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - [ #441508 ] parser.c: BadForm() function broken - - - - - - - -
            Test
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_441568.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_441568.html deleted file mode 100644 index 590e6125..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_441568.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ #441568 ] Font tags handling different - - - -
            - text-one -
            text-two - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_443362.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_443362.html deleted file mode 100644 index 8d9ed67e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_443362.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - [ #443362 ] null-pointer except. for doctype in - pre - - -

            Unofficial W3C Validator FAQ

            -

            This is a list of frequently asked questions and answers asked - on the www-validator-css@w3.org mailing - list.

            -

            What does "org.xml.sax.SAXException: Please, fix your - system identifier (URI) in the DOCTYPE rule." mean?

            -

            Your XHTML document contains a document type declaration but - the system identifier points at some non-W3C URI. Your document - probably contains something like this:

            -
             
            - 
            -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_443576.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_443576.html deleted file mode 100644 index e9f9c8c9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_443576.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #443576 ] End script tag inside scripts problem - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_443678.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_443678.html deleted file mode 100644 index 008c2293..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_443678.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - [ #443678 ] Unclosed <script> in <head> messes - Tidy - - - - - - Just a test. - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_445074.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_445074.html deleted file mode 100644 index c6b479c2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_445074.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - [ #445074 ] XHTML requires form method="post" - - -
            - - - - -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_445394.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_445394.html deleted file mode 100644 index f9732942..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_445394.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #445394 ] Improve handling of missing trailing " - - - link - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_445557.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_445557.html deleted file mode 100644 index 9c6389a6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_445557.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - [ #445557 ] Convert Symbol font chars to Unicode - - - -

            The predicate calculus has a number of theorems and axioms for - proving logical statements. Here are the main symbols used in - predicate calculus:

            -

            P(x) – proposition – a logical statement in the - condition x.

            -

            x – any condition in the set of possible - conditions.

            -

            c – a particular condition in the set of - possible conditions.

            -

            " – "For every"

            -

            $ – "Exists"

            -

            – Implication

            -

            – Conjunction (logical - and)

            -

            – Disjunction (logical - or)

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_449348.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_449348.html deleted file mode 100644 index f8fa11d5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_449348.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #449348 ] Whitespace added/removed to inline tags - - -

            Make this wrap at the end of the line12345678: -white-spacejoebob

            -

            This is long enough a wrap at the next line text -...

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_470663.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_470663.html deleted file mode 100644 index 355be5f1..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_470663.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -Test Input For Bug #470663 - - -

            Body doesn't matter. Problem occurs parsing <head> -element.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_473490.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_473490.html deleted file mode 100644 index 3562b5a9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_473490.html +++ /dev/null @@ -1,10 +0,0 @@ - - -[ #473490 ] DOCTYPE for Proprietary HTML to XHTML bad - - - -

            Test

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_480406.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_480406.html deleted file mode 100644 index fc8fb784..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_480406.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_480701.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_480701.html deleted file mode 100644 index 645c1061..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_480701.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_487204.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_487204.html deleted file mode 100644 index e081ce5c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_487204.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - [ #487204 ] Duplicate DIV style attribute - generated - - - -
            -
              -
            1. One
            2. -
            3. Two
            4. -
            5. Three
            6. -
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_487283.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_487283.html deleted file mode 100644 index 6f8519fa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_487283.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - [ #487283 ] >/select< does not terminate - >option< - - -
            - -
            - - - - - - - - - -
            row 1, cell 1row 1, cell 2
            row 2, cell 1row 2, cell 2
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_500236.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_500236.html deleted file mode 100644 index 144f4217..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_500236.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_501669.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_501669.html deleted file mode 100644 index 4c9b632b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_501669.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ #501669 ] width="n*" marked invalid on - <COL> - - - - - - - -
            xx
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_503436.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_503436.html deleted file mode 100644 index 32420ec8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_503436.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Testcase #503436 - - -second - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_504206.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_504206.html deleted file mode 100644 index aeb0bfff..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_504206.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - [ #504206] Tidy errors in processing forms. - - -

            COMM 428: Feedback Survey

            -

            Please fill out the following form based on YOUR experience in - COMM 428 to date.

            -

            Use the Send button at the bottom of the page - to send your feedback to me via e-mail.

            -
            -
            - - -

            Name (optional):

            -

            E-Mail Address (optional):

            -

            Where will you be this time next year? -

            -

            Area(s) of concentation? (Select all that - Apply):
            - MIS
            - Finance
            - Marketing
            - Management
            - Accounting
            - Other

            -

            Q1: The instructor gives appropriate consideration - to the comments and questions of students.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q2: The instructor relates theoretical concepts - covered in the course to practical applications.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q3: The instructor presents class material in a - clear and organized manner.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q4: The instructor is prepared for - class.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q5: The instructor demonstrates enthusiasm and - interest in the subject matter.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q6: The instructor posts reasonable office hours and - is available whenever I try to see him during those - hours.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q7: The instructor stimulates me to think about the - course.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Stengths (class/instructor):
            -

            -

            Weaknesses (class/instructor):
            -

            -

            Suggestions for improvement (class/instructor; NOTE: - This field is REQUIRED):
            -

            -

            - -
            -
            - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_505770.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_505770.html deleted file mode 100644 index e9f39b8d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_505770.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - [ #505770] Unclosed option tag causing problems - - -
            -
            - -
            -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_511243.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_511243.html deleted file mode 100644 index d4381acf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_511243.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - -[ #511243 ] xhtml utf8 format bug - - - -

            How -to…
            -Place an extended-hours order:

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_511679.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_511679.html deleted file mode 100644 index 837491cf..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_511679.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ 511679 ] Block level elements in a <pre> - section - - - - - - -
            -
            foo
            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_533233.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_533233.html deleted file mode 100644 index ac0d973b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_533233.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - Test for bug #533233 - - - - -

            Script sample 1

            -

            Headline project—Link to - offsite page.

            -

            Input 1

            -

            text - text

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_540571.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_540571.html deleted file mode 100644 index ce04ef67..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_540571.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - #540571 Inconsistent behaviour with span inline element - - -

            Hello World

            -

            The font inline is moved so it becomes a child of the h1 element.

            -

            Hello World

            -

            The span inline is not moved so it becomes a child of the h1 element, which is inconsistent and does not correspond with current browser behaviour any more.

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_543262.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_543262.html deleted file mode 100644 index c0718fba..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_543262.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -Preferences - - - - -

            Test

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_545772.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_545772.html deleted file mode 100644 index 2cc4c986..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_545772.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -[ 547057 ] --output-xhtml hangs on most files - - - - -test - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_553468.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_553468.html deleted file mode 100644 index 4d4b105b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_553468.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - [ #553468 ] Doesn't warn about <u> in XHTML - strict - - - -

            Tidy doesn't complain about underlining in XHTML strict documents

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_566542.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_566542.html deleted file mode 100644 index 490dfce6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_566542.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ 566542 ] parser hangs - - - -

            Identify the member disks with ssaraid -H -lssa0 -n - pdisk [n] -u -a use=member

            -

            Identify the hot spare with ssaraid -H -lssa0 -n pdisk - [n]-u -a use=spare

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_586555.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_586555.html deleted file mode 100644 index 450ca7f9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_586555.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - [ 586555 ] Misplaced backslash caused by newline - - -

            [ 586555 ] Misplaced backslash caused by newline

            - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_586562.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_586562.html deleted file mode 100644 index 15fe2bd8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_586562.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - [586562] Two Doctypes - - -

            Two DOCTYPE's!

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_588061.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_588061.html deleted file mode 100644 index e9c56f9d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_588061.html +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - - TVNAV.COM Garmin GPS Home Page - - - -
            -

            TVNAV.COM
            -
            - Toll Free 877-625-3546 (US - only)

            -

            -
            -
            - Garmin Logo
            -
            -
            -
            -
            -
            -

            To track your package click - here.
            -
            - Check the current REBATE offers!
            -
            - **NEW! GPSMAP 76S IN - STOCK!**
            -
            - **NEW! Rino 110/120 GPS/FRS/GMRS Expected September**
            -
            - **NEW! GPSMAP 196 Coming - Soon!**
            -
            - **NEW! City - Navigator Australia....$265.00 IN - STOCK!**
            -
            - **NEW! - BlueChart software IN - STOCK!**
            -
            - **NEW! Europe - MapSource: City Navigator, City Select, MetroGuide and Roads & - Recreation IN STOCK!**
            -
            - **NEW! We now - have remanufactured GPS III ($150) in stock. 1 year - warranty.
            **
            -
            - **NEW! GPS V IN - STOCK!**
            -
            - **NEW! eTrex/eMap/StreetPilot/ColorMap/StreetPilot - III/GPSMAP 295 Bean Bag - IN STOCK!**
            -
            - **NEW! StreetPilot III IN - STOCK!**
            -
            - **NEW! StreetPilot/ColorMap/295 Deluxe Case - IN STOCK!**
            -
            - **NEW! Sunvisor for StreetPilot, ColorMap, StreetPilot - III and GPSMAP 295....$20.00 IN - STOCK!**
            -
            - **We have R-A-M mounts now in stock for most Garmin - units....Call or email us for prices and - availability.**
            -

            -

            -
            -
            -
            -

            Total Video became an authorized Garmin dealer in January 1999. We sold - 300+ GPS units prior to becoming a Garmin - direct dealer, picking them up from various distributors and - individuals to sell. By becoming a Garmin direct dealer we now - are able to sell for less! Total Video prides itself with - *very quick shipping and a strong - history of customer satisfaction. Comments from customers.
            -
            - Want to learn more about GPS? Click here for further GPS information.
            -
            -

            -

            Rino 110/120 GPS-Integrated FRS/GMRS - Radios....(MAP $169.99/$249.99) Call or - email us for our current price....too low to advertise! - Coming Soon!
            -
            - eMap....$170.00 IN - STOCK!
            -
            - eMap with 8MB memory cartridge....$200.00 - IN STOCK!
            -
            - eMap with 8MB memory cartridge and USA - MetroGuide MapSource....$215.00 IN - STOCK!
            -
            - eTrex....$115.00 IN - STOCK!
            -
            - eTrex Summit....$210.00 IN STOCK!
            -
            - eTrex Camo....$125.00 IN - STOCK!
            -
            - eTrex Venture....(MAP $169.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - eTrex Legend....(MAP $249.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - eTrex Vista....(MAP $349.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 76S....(MAP $449.99) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 76....(MAP $349.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPS 76....(MAP $219.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 176....(MAP $499.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 176C....(MAP $599.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 2006....(MAP $1199.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 2006C....(MAP $1999.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 2010C....(MAP $2499.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPS 12....$140.00 IN - STOCK!
            -
            - GPS 12XL with carrying case....$190.00 IN STOCK!
            -
            - GPS 12 MAP with PC interface cable....$280.00 IN STOCK!
            -
            - GPS II Plus....$190.00 IN - STOCK!
            -
            - GPS III Plus with PC interface cable....$280.00 IN STOCK!
            -
            - GPS V Deluxe w/*new* City Select with all - unlocks....(MAP $499.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - *U.S. Roads and Recreation - MapSource....$80.00 IN STOCK!
            -
            - *WorldMap MapSource....$80.00 - IN STOCK!
            -
            - *TOPO MapSource....$85.00 - IN STOCK!
            -
            - *Fishing Hot Spots MapSource - (includes one coverage area unlock)....$85.00 IN STOCK!
            -
            - *U.S. Waterways & Lights - MapSource....$60.00 IN STOCK!
            -
            - StreetPilot with dash mount, cigarette - power cable and PC interface cable....$385.00 IN STOCK!
            -
            - StreetPilot ColorMap with dash mount, - cigarette power cable and PC interface cable....$540.00 - IN STOCK!
            -
            - StreetPilot III Deluxe w/128MB, *new* City - Navigator w/all unlocks and portable bean bag - mount....(MAP $999.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - *MetroGuide USA - MapSource....$90.00 IN STOCK!
            -
            - *MetroGuide USA MapSource - w/Blank 8MB Memory Cartridge....$110.00 IN - STOCK!
            -
            - *MetroGuide USA MapSource - w/Blank 16MB Memory Cartridge....$115.00 IN - STOCK!
            -
            - *MetroGuide Canada with Roads & - Recreation....$80.00 IN STOCK!
            -
            - *City Navigator - Europe....$195.00 IN STOCK!
            -
            - *City Navigator Europe "All" - unlock....$215.00 IN STOCK!
            -
            - *City Select Europe....$115.00 - IN STOCK!
            -
            - *City Select Europe "All" - unlock....$115.00 IN STOCK!
            -
            - *MetroGuide Europe....$115.00 - IN STOCK!
            -
            - *Roads & Recreation - Europe....$85.00 IN STOCK!
            -
            - *City Navigator - Australia....$265.00 IN STOCK!
            -
            - *BlueChart w/one coverage - area....(MAP - Americas-$139.00/Atlantic-$229.00/Pacific-$189.00) Call or - - email us for our current prices....too low to advertise! - IN STOCK!
            -
            - *BlueChart Single Region - Unlock....Americas-$85.00/Atlantic-$145.00/Pacific-$105.00 - IN STOCK!
            -
            - Blank 8MB Memory Cartridge....$45.00 IN - STOCK!
            -
            - Blank 16MB Memory Cartridge....$55.00 IN - STOCK!
            -
            - Blank 32MB Memory Cartridge....$70.00 IN - STOCK!
            -
            - Blank 64MB Memory Cartridge....$105.00 IN - STOCK!
            -
            - Blank 128MB Memory Cartridge....$155.00 IN - STOCK!
            -
            - USB Data Card Programmer....$70.00 IN - STOCK!
            -
            - PC Download Kit (includes AC/DC adapter and 12V - cigarette power/PC interface cable (for round, 4 pin connectors - only)....$45.00
            -
            - eMap/eTrex PC Download Kit (includes - AC/DC adapter and - cigarette power/PC interface cable....$50.00
            -
            - GPSMAP 162....$355.00 (w/internal - antenna)/$375.00 (w/external antenna) IN - STOCK!
            -
            - GPSMAP 168 Sounder....$495.00 (w/internal - antenna)/$515.00 (w/external antenna) IN - STOCK!
            -
            - NavTalk Cellular phone/GPS (ver. - 2.16)....$375.00
            -
            - GBR 21 and GBR 23 Differential - Receivers....$180.00
            -
            - Videos available on many of the Garmin - products as well as general GPS usage videos.
            -
            - Garmin GPS and accessories - catalog....$2.00 (for s/h in US. Refundable/free with - order)
            -
            - Online GARMIN - manuals.


            - Stock status subject to change. We try to update - the stock status continuously but we sometimes don't get it - changed immediately. Check with us for current stock - status.
            -
            -
            -

            We also sell Garmin GPS accessories such as mounts, - cables, cases, etc.
            -
            - We sell everything in the Garmin outdoor recreation, marine and cartography - line. Email us for - prices on any items you don't see listed above.

            -

            -
            -


            - We charge a flat $10.00 shipping and handling charge (via UPS - ground) per GPS order (not per item) in the 48/US.
            -
            - $5.00 shipping and handling for accessories in the 48/US.
            -
            - An additional $10.00 charge for COD orders (COD s/h must be - credit card secured).
            -
            - Faster shipping available.
            -
            - *3 day select (usually arrives in 2 - days!)--addtl. $3.00.
            - *2nd day air--addtl. $5.00.
            - *Next day air saver--addtl. $20.00.
            - *Next day air-Saturday delivery--addtl. $35.00
            - *More shipping may be required on larger - packages for 3 day, 2nd day and next day air - packages.
            -
            - Click here to get UPS Ground delivery times. - Our zip code is 67601 (Hays, Kansas).
            -
            - Add $10 to UPS charges for - FedEx shipping. (minimum FedEx s/h is $18)
            -
            - $20 for Priority Mail s/h on - GPS units and $15 for accessories in the US.
            -
            - - Email us for requirements/costs for out of 48/US sales or - click here.
            -
            -
            -

            -
            -

            ORDERING INFORMATION


            -
            - * Most orders received by 2:00 p.m. central time - for in stock items will ship the same day (business days - only).
            -
            - All orders in Kansas must pay a 6.8% sales tax.
            -
            - We accept payment by - Discover/MasterCard/Visa/Pre-pay (orders paid by personal/company - check orders held for 10 business days for check clearing. - Cashier checks/money orders ship same day.). COD orders welcome - (cashiers check or money order). -
            - -
            - -
            -
            -
            - send email
            -
            -

            Toll Free Order Line (877) 625-3546 (US only)
            -
            - FAX (413) 383-8800
            -
            - Information /International Order Line (785) 625-3546


            -

            Home Page


            -
            - - - - - - - - - - - -
            Subscribe to the TVNAV.COM - GarminGPS mail list
            - Powered by groups.yahoo.com -
            -

            -
            -
            - Counter reset 2/1/99
            -
            - This site last modified 7/25/02 -

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_590716.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_590716.html deleted file mode 100644 index e9b386bd..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_590716.html +++ /dev/null @@ -1,547 +0,0 @@ - - - -[ #590716 ] Preserve Entities - - -

            - - - - - - - - - - - id=ID =XX
            - - id=ID¡=XX
            - - id=ID¢=XX
            - - id=ID£=XX
            - - id=ID¤=XX
            - - id=ID¥=XX
            - - id=ID¦=XX
            - - id=ID§=XX
            - - id=ID¨=XX
            - - id=ID©=XX
            - - id=IDª=XX
            - - id=ID«=XX
            - - id=ID¬=XX
            - - id=ID­=XX
            - - id=ID®=XX
            - - id=ID¯=XX
            - - id=ID°=XX
            - - id=ID±=XX
            - - id=ID²=XX
            - - id=ID³=XX
            - - id=ID´=XX
            - - id=IDµ=XX
            - - id=ID¶=XX
            - - id=ID·=XX
            - - id=ID¸=XX
            - - id=ID¹=XX
            - - id=IDº=XX
            - - id=ID»=XX
            - - id=ID¼=XX
            - - id=ID½=XX
            - - id=ID¾=XX
            - - id=ID¿=XX
            - - id=IDÀ=XX
            - - id=IDÁ=XX
            - - id=IDÂ=XX
            - - id=IDÃ=XX
            - - id=IDÄ=XX
            - - id=IDÅ=XX
            - - id=IDÆ=XX
            - - id=IDÇ=XX
            - - id=IDÈ=XX
            - - id=IDÉ=XX
            - - id=IDÊ=XX
            - - id=IDË=XX
            - - id=IDÌ=XX
            - - id=IDÍ=XX
            - - id=IDÎ=XX
            - - id=IDÏ=XX
            - - id=IDÐ=XX
            - - id=IDÑ=XX
            - - id=IDÒ=XX
            - - id=IDÓ=XX
            - - id=IDÔ=XX
            - - id=IDÕ=XX
            - - id=IDÖ=XX
            - - id=ID×=XX
            - - id=IDØ=XX
            - - id=IDÙ=XX
            - - id=IDÚ=XX
            - - id=IDÛ=XX
            - - id=IDÜ=XX
            - - id=IDÝ=XX
            - - id=IDÞ=XX
            - - id=IDß=XX
            - - id=IDà=XX
            - - id=IDá=XX
            - - id=IDâ=XX
            - - id=IDã=XX
            - - id=IDä=XX
            - - id=IDå=XX
            - - id=IDæ=XX
            - - id=IDç=XX
            - - id=IDè=XX
            - - id=IDé=XX
            - - id=IDê=XX
            - - id=IDë=XX
            - - id=IDì=XX
            - - id=IDí=XX
            - - id=IDî=XX
            - - id=IDï=XX
            - - id=IDð=XX
            - - id=IDñ=XX
            - - id=IDò=XX
            - - id=IDó=XX
            - - id=IDô=XX
            - - id=IDõ=XX
            - - id=IDö=XX
            - - id=ID÷=XX
            - - id=IDø=XX
            - - id=IDù=XX
            - - id=IDú=XX
            - - id=IDû=XX
            - - id=IDü=XX
            - - id=IDý=XX
            - - id=IDþ=XX
            - - id=IDÿ=XX
            - - - - id=IDƒ=XX
            - - id=IDΑ=XX
            - - id=IDΒ=XX
            - - id=IDΓ=XX
            - - id=IDΔ=XX
            - - id=IDΕ=XX
            - - id=IDΖ=XX
            - - id=IDΗ=XX
            - - id=IDΘ=XX
            - - id=IDΙ=XX
            - - id=IDΚ=XX
            - - id=IDΛ=XX
            - - id=IDΜ=XX
            - - id=IDΝ=XX
            - - id=IDΞ=XX
            - - id=IDΟ=XX
            - - id=IDΠ=XX
            - - id=IDΡ=XX
            - - id=IDΣ=XX
            - - id=IDΤ=XX
            - - id=IDΥ=XX
            - - id=IDΦ=XX
            - - id=IDΧ=XX
            - - id=IDΨ=XX
            - - id=IDΩ=XX
            - - id=IDα=XX
            - - id=IDβ=XX
            - - id=IDγ=XX
            - - id=IDδ=XX
            - - id=IDε=XX
            - - id=IDζ=XX
            - - id=IDη=XX
            - - id=IDθ=XX
            - - id=IDι=XX
            - - id=IDκ=XX
            - - id=IDλ=XX
            - - id=IDμ=XX
            - - id=IDν=XX
            - - id=IDξ=XX
            - - id=IDο=XX
            - - id=IDπ=XX
            - - id=IDρ=XX
            - - id=IDς=XX
            - - id=IDσ=XX
            - - id=IDτ=XX
            - - id=IDυ=XX
            - - id=IDφ=XX
            - - id=IDχ=XX
            - - id=IDψ=XX
            - - id=IDω=XX
            - - id=IDϑ=XX
            - - id=IDϒ=XX
            - - id=IDϖ=XX
            - - id=ID•=XX
            - - id=ID…=XX
            - - id=ID′=XX
            - - id=ID″=XX
            - - id=ID‾=XX
            - - id=ID⁄=XX
            - - id=ID℘=XX
            - - id=IDℑ=XX
            - - id=IDℜ=XX
            - - id=ID™=XX
            - - id=IDℵ=XX
            - - id=ID←=XX
            - - id=ID↑=XX
            - - id=ID→=XX
            - - id=ID↓=XX
            - - id=ID↔=XX
            - - id=ID↵=XX
            - - id=ID⇐=XX
            - - id=ID⇑=XX
            - - id=ID⇒=XX
            - - id=ID⇓=XX
            - - id=ID⇔=XX
            - - id=ID∀=XX
            - - id=ID∂=XX
            - - id=ID∃=XX
            - - id=ID∅=XX
            - - id=ID∇=XX
            - - id=ID∈=XX
            - - - - - - - id=ID∉=XX
            - - id=ID∋=XX
            - - id=ID∏=XX
            - - id=ID∑=XX
            - - id=ID−=XX
            - - id=ID∗=XX
            - - id=ID√=XX
            - - id=ID∝=XX
            - - id=ID∞=XX
            - - id=ID∠=XX
            - - id=ID∧=XX
            - - id=ID∨=XX
            - - id=ID∩=XX
            - - id=ID∪=XX
            - - id=ID∫=XX
            - - id=ID∴=XX
            - - id=ID∼=XX
            - - id=ID≅=XX
            - - id=ID≈=XX
            - - id=ID≠=XX
            - - id=ID≡=XX
            - - id=ID≤=XX
            - - id=ID≥=XX
            - - id=ID⊂=XX
            - - id=ID⊃=XX
            - - id=ID⊄=XX
            - - id=ID⊆=XX
            - - id=ID⊇=XX
            - - id=ID⊕=XX
            - - id=ID⊗=XX
            - - id=ID⊥=XX
            - - id=ID⋅=XX
            - - id=ID⌈=XX
            - - id=ID⌉=XX
            - - id=ID⌊=XX
            - - id=ID⌋=XX
            - - id=ID⟨=XX
            - - id=ID⟩=XX
            - - id=ID◊=XX
            - - id=ID♠=XX
            - - id=ID♣=XX
            - - id=ID♥=XX
            - - id=ID♦=XX
            - - - - id=ID"=XX
            - - id=ID&=XX
            - - id=ID<=XX
            - - id=ID>=XX
            - - - - id=IDŒ=XX
            - - id=IDœ=XX
            - - id=IDŠ=XX
            - - id=IDš=XX
            - - id=IDŸ=XX
            - - id=IDˆ=XX
            - - id=ID˜=XX
            - - id=ID =XX
            - - id=ID =XX
            - - id=ID =XX
            - - id=ID‌=XX
            - - id=ID‍=XX
            - - id=ID‎=XX
            - - id=ID‏=XX
            - - id=ID–=XX
            - - id=ID—=XX
            - - id=ID‘=XX
            - - id=ID’=XX
            - - id=ID‚=XX
            - - id=ID“=XX
            - - id=ID”=XX
            - - id=ID„=XX
            - - id=ID†=XX
            - - id=ID‡=XX
            - - id=ID‰=XX
            - - id=ID‹=XX
            - - id=ID›=XX
            - - - - - - - id=ID€=XX
            - - - - - - - id=ID'=XX
            - - id=ID&foo;=XX

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_593705.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_593705.html deleted file mode 100644 index 594b8d63..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_593705.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ 593705 ] Use of < comparison symbol confuses - Tidy - - - -

            Does the script confuse Tidy?

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_609058.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_609058.html deleted file mode 100644 index 3be6759a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_609058.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - 609058 - elements replaced by CSS - - - -
            - aa aa - aa -
            -
            - aa aa - aa -
            -
            -

            aa

            -

            aa

            -

            aa

            -
            -
            -

            aa bb

            -

            aa bb

            -

            aa bb

            -
            -
            -

            aa

            -

            aa

            -

            aa

            -
            -
            -

            aa bb

            -

            aa bb

            -

            aa bb

            -
            -
            -

            cc aa bb

            -

            cc aa bb

            -

            cc aa bb

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_616744.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_616744.html deleted file mode 100644 index 2b4de5fa..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_616744.html +++ /dev/null @@ -1,12 +0,0 @@ - -This is some stuff in a para. There's a " -command" in it. -
            - - This line is indented 4 spaces. - - This (3rd) line is indented 8 spaces. - - -
            -
            diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_620531.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_620531.html deleted file mode 100644 index f9c5cbbc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_620531.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ 620531 ] br in pre must not cause line break - - -

            foo

            -
            bar
            baz
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_629885.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_629885.html deleted file mode 100644 index a6876f00..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_629885.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - [629885] - Unbalanced quote in CSS Scrambles Doc - - - -

            Test

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_634889.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_634889.html deleted file mode 100644 index 31576776..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_634889.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ 634889 ] Problem with <o:p> ms word tag - - -

            Probably OK, now that ParseTagNames() is fixed.

            - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_640473.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_640473.html deleted file mode 100644 index 5385a9f5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_640473.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ 640473 ] new-empty-tags doesn't work, breaks doc - - - Foo bar foo foo - foo -

            This is a test

            - - -This is a pre-formatted Baz! - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_640474.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_640474.html deleted file mode 100644 index c6c0cade..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_640474.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Bjrn Hhrmann -Marc-Andr Lemburg - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_646946.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_646946.html deleted file mode 100644 index bb889162..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_646946.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_647255.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_647255.html deleted file mode 100644 index 1adc1ee4..00000000 Binary files a/HTMLTidy/vendor/tidy-html5/test/testbase/out_647255.html and /dev/null differ diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_647900.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_647900.html deleted file mode 100644 index 62257aa7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_647900.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - [ 647900 ] tables are incorrectly merged - - - - - - -
            Table data
            -

            A paragraph

            - - - - - - - -
            Foo
            - - - - -
            Foo
            -
            -

            Another paragraph

            -
            - - - - - -
            Input:
            -

            Yet another paragraph

            -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_649812.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_649812.html deleted file mode 100644 index 5bc4c536..00000000 Binary files a/HTMLTidy/vendor/tidy-html5/test/testbase/out_649812.html and /dev/null differ diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_655338.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_655338.html deleted file mode 100644 index 627035e0..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_655338.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - [ 655338 ] Tidy leaves XML decl in wrong place - - -

            foo

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_656889.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_656889.html deleted file mode 100644 index f8c8a056..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_656889.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ 656889 ] textarea text and line wrapping - - -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_658230.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_658230.html deleted file mode 100644 index 9de4985c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_658230.html +++ /dev/null @@ -1,580 +0,0 @@ - - - - - - -

            BIG-5 r

            -

            Here are some entities: & "  2

            -

            A0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            C0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            C1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            C2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® -¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ - -

            -

            C3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ à á â ã ä å æ ç è é ê ë ì í î -ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ - -

            -

            C4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ġ ġ Ģ ģ Ĥ ĥ Ħ ħ Ĩ ĩ Ī ī Ĭ ĭ Į -į İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ - -

            -

            C5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Š š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ ŭ Ů -ů Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ Ź ź Ż ż Ž ž ſ - -

            -

            C6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ơ ơ Ƣ ƣ Ƥ ƥ Ʀ Ƨ ƨ Ʃ ƪ ƫ Ƭ ƭ Ʈ -Ư ư Ʊ Ʋ Ƴ ƴ Ƶ ƶ Ʒ Ƹ ƹ ƺ ƻ Ƽ ƽ ƾ ƿ - -

            -

            C7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ǡ ǡ Ǣ ǣ Ǥ ǥ Ǧ ǧ Ǩ ǩ Ǫ ǫ Ǭ ǭ Ǯ -ǯ ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ ǿ - -

            -

            C8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ƞ ȡ Ȣ ȣ Ȥ ȥ Ȧ ȧ Ȩ ȩ Ȫ ȫ Ȭ ȭ Ȯ -ȯ Ȱ ȱ Ȳ ȳ ȴ ȵ ȶ ȷ ȸ ȹ Ⱥ Ȼ ȼ Ƚ Ⱦ ȿ - -

            -

            C9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ɠ ɡ ɢ ɣ ɤ ɥ ɦ ɧ ɨ ɩ ɪ ɫ ɬ ɭ ɮ -ɯ ɰ ɱ ɲ ɳ ɴ ɵ ɶ ɷ ɸ ɹ ɺ ɻ ɼ ɽ ɾ ɿ - -

            -

            CA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ʠ ʡ ʢ ʣ ʤ ʥ ʦ ʧ ʨ ʩ ʪ ʫ ʬ ʭ ʮ -ʯ ʰ ʱ ʲ ʳ ʴ ʵ ʶ ʷ ʸ ʹ ʺ ʻ ʼ ʽ ʾ ʿ - -

            -

            CB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ˠ ˡ ˢ ˣ ˤ ˥ ˦ ˧ ˨ ˩ ˪ ˫ ˬ ˭ ˮ -˯ ˰ ˱ ˲ ˳ ˴ ˵ ˶ ˷ ˸ ˹ ˺ ˻ ˼ ˽ ˾ ˿ - -

            -

            CC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ̠ ̡ ̢ ̣ ̤ ̥ ̦ ̧ ̨ ̩ ̪ ̫ ̬ ̭ ̮ -̯ ̰ ̱ ̲ ̳ ̴ ̵ ̶ ̷ ̸ ̹ ̺ ̻ ̼ ̽ ̾ ̿ - -

            -

            CD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ͠ ͡ ͢ ͣ ͤ ͥ ͦ ͧ ͨ ͩ ͪ ͫ ͬ ͭ ͮ -ͯ Ͱ ͱ Ͳ ͳ ʹ ͵ Ͷ ͷ ͸ ͹ ͺ ͻ ͼ ͽ ; Ϳ - -

            -

            CE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Π Ρ ΢ Σ Τ Υ Φ Χ Ψ Ω Ϊ Ϋ ά έ ή -ί ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο - -

            -

            CF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ϡ ϡ Ϣ ϣ Ϥ ϥ Ϧ ϧ Ϩ ϩ Ϫ ϫ Ϭ ϭ Ϯ -ϯ ϰ ϱ ϲ ϳ ϴ ϵ ϶ Ϸ ϸ Ϲ Ϻ ϻ ϼ Ͻ Ͼ Ͽ - -

            -

            D0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю -Я а б в г д е ж з и й к л м н о п - -

            -

            D1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ѡ ѡ Ѣ ѣ Ѥ ѥ Ѧ ѧ Ѩ ѩ Ѫ ѫ Ѭ ѭ Ѯ -ѯ Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ Ѹ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ - -

            -

            D2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү -ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ - -

            -

            D3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ -ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӻ ӻ Ӽ ӽ Ӿ ӿ - -

            -

            D4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ԡ ԡ Ԣ ԣ Ԥ ԥ Ԧ ԧ Ԩ ԩ Ԫ ԫ Ԭ ԭ Ԯ -ԯ ԰ Ա Բ Գ Դ Ե Զ Է Ը Թ Ժ Ի Լ Խ Ծ Կ - -

            -

            D5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ՠ ա բ գ դ ե զ է ը թ ժ ի լ խ ծ -կ հ ձ ղ ճ մ յ ն շ ո չ պ ջ ռ ս վ տ - -

            -

            D6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ֠ ֡ ֢ ֣ ֤ ֥ ֦ ֧ ֨ ֩ ֪ ֫ ֬ ֭ ֮ -֯ ְ ֱ ֲ ֳ ִ ֵ ֶ ַ ָ ֹ ֺ ֻ ּ ֽ ־ ֿ - -

            -

            D7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ נ ס ע ף פ ץ צ ק ר ש ת ׫ ׬ ׭ ׮ -ׯ װ ױ ײ ׳ ״ ׵ ׶ ׷ ׸ ׹ ׺ ׻ ׼ ׽ ׾ ׿ - -

            -

            D8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ؠ ء آ أ ؤ إ ئ ا ب ة ت ث ج ح خ -د ذ ر ز س ش ص ض ط ظ ع غ ػ ؼ ؽ ؾ ؿ - -

            -

            D9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٪ ٫ ٬ ٭ ٮ -ٯ ٰ ٱ ٲ ٳ ٴ ٵ ٶ ٷ ٸ ٹ ٺ ٻ ټ ٽ پ ٿ - -

            -

            DA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ڠ ڡ ڢ ڣ ڤ ڥ ڦ ڧ ڨ ک ڪ ګ ڬ ڭ ڮ -گ ڰ ڱ ڲ ڳ ڴ ڵ ڶ ڷ ڸ ڹ ں ڻ ڼ ڽ ھ ڿ - -

            -

            DB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ۠ ۡ ۢ ۣ ۤ ۥ ۦ ۧ ۨ ۩ ۪ ۫ ۬ ۭ ۮ -ۯ ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۺ ۻ ۼ ۽ ۾ ۿ - -

            -

            DC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ܠ ܡ ܢ ܣ ܤ ܥ ܦ ܧ ܨ ܩ ܪ ܫ ܬ ܭ ܮ -ܯ ܰ ܱ ܲ ܳ ܴ ܵ ܶ ܷ ܸ ܹ ܺ ܻ ܼ ܽ ܾ ܿ - -

            -

            DD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ݠ ݡ ݢ ݣ ݤ ݥ ݦ ݧ ݨ ݩ ݪ ݫ ݬ ݭ ݮ -ݯ ݰ ݱ ݲ ݳ ݴ ݵ ݶ ݷ ݸ ݹ ݺ ݻ ݼ ݽ ݾ ݿ - -

            -

            DE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ޠ ޡ ޢ ޣ ޤ ޥ ަ ާ ި ީ ު ޫ ެ ޭ ޮ -ޯ ް ޱ ޲ ޳ ޴ ޵ ޶ ޷ ޸ ޹ ޺ ޻ ޼ ޽ ޾ ޿ - -

            -

            DF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ߠ ߡ ߢ ߣ ߤ ߥ ߦ ߧ ߨ ߩ ߪ ߫ ߬ ߭ ߮ -߯ ߰ ߱ ߲ ߳ ߴ ߵ ߶ ߷ ߸ ߹ ߺ ߻ ߼ ߽ ߾ ߿ - -

            -

            E0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            ED @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_660397.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_660397.html deleted file mode 100644 index 0d89ec1f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_660397.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - -
            - »Aufklärung ist der Ausgang des Menschen
            - aus seiner selbstverschuldeten Unmündigkeit.«
            - /Immanuel Kant/ -
            -

            »TCPA« und »Palladium«

            -

            Ein weiterer Schritt in die Unmündigkeit
            - oder ein Schritt hin zur Emanzipation? €

            -

            Von der Öffentlichkeit weitgehend unbemerkt geistern seit - einigen Wochen geheimnisvolle neue Schlagworte und Kürzel - durch die Welt der EDV-Profis: »TCPA« und - »Palladium«. Interessiert habe ich mich damit - näher beschäftigt, denn allein die Tatsache, daß - die Bezeichnung »Palladium« in unserem Fall anders - als in den Naturwissenschaften nicht ein wertvolles Metall meint, - sondern eine Wortschöpfung der Firma »Microsoft« - darstellt, verheißt nichts Gutes und weckte daher meinen - Argwohn. Der wesentlich neutralere Begriff »TCPA« - (das steht für »Trusted Computing Platform - Alliance«) dagegen scheint auf den ersten Blick positive - oder zumindest neutrale Emotionen zu wecken - aber auch nur auf - den ersten Blick, denn wenn man sich des Horrorszenarios - bewußt wird, das hinter »TCPA« in Kombination - mit »Palladium« steckt, so dürfte wohl selbst - der unbedarfteste EDV-Anwender schlaflose Nächte - bekommen.

            -

            Was hat es also mit diesen Begriffen auf sich, welche - Intentionen liegen diesen Schlagworten zugrunde und was bedeuten - die dahintersteckenden neuen Techniken für den - EDV-Anwender?

            -

            Die »TCPA« ist ein Zusammenschluß - führender Hardwarehersteller, darunter IBM, HP, AMD und - Intel, die sich vorgenommen haben, den Personal Computer durch - Implementation neuer Hardwaretechnologien sicherer zu machen. Wie - uns allen bewußt ist, hat die Monokultur im - Betriebssystemsektor dazu geführt, daß durch das - unsägliche Monopol von »Microsoft« in - Kombination mit der grottenschlechten Software dieser Firma - allerorten und allenthalben eine wahre Flut von Computerviren, - sogenannten trojanischen Pferden, Würmern und - Sicherheitslöchern entstanden ist und täglich neu auf - den Anwender zurollt, die den Umgang mit dem PC immer wieder zum - Ärgernis werden läßt. Diesem Übel wollen die - an der »TCPA« beteiligten Konzerne nun durch den - sogenannten »Fritz«-Chip (benannt nach dem US-Senator - Fritz Hollings) abhelfen - ein hehrer Wunsch. Bei dem Fritz-Chip - handelt es sich um einen Krypto-Baustein, der in zukünftige - Generationen von Personal Computern integriert werden und - allgemein die Systeme sicherer machen soll. Dieser Chip speichert - mehrere Schlüssel, die hardware- und anwenderspezifisch - definiert sind. Sobald der PC eingeschaltet wird, nimmt der - Fritz-Chip seine Arbeit auf und fragt einen Schlüssel nach - dem anderen ab: Zunächst wird das BIOS abgefragt, - anschließend alle im Rechner vorhandenen BIOS-Erweiterungen - der Steckkarten. Danach wird die Festplatte überprüft, - und anschließend prüft der TCPA-Chip auch noch den - Bootsektor, den Bootloader, den Kernel und die - Gerätetreiber. Da bei jedem dieser Schritte eine - Prüfsumme abgespeichert und ein 160 Bit langer eindeutiger - Wert aus den gewonnenen Daten und einem speziellen Schlüssel - generiert wird, hat der Fritz-Chip jederzeit die völlige - Kontrolle über das Gesamtsystem.

            -

            Damit taucht schon die erste Problematik für den Anwender - auf: Bereits ein Flash-Update des Rechner-BIOS legt das gesamte - System lahm, da dann die generierten Werte des Fritz-Chip nicht - mehr mit den gespeicherten Werten, die zertifiziert sind, - übereinstimmen. In Zeiten, in denen aufgrund der oftmals - schlampig implementierten BIOS-Versionen Flash-Updates derselben - zumindest bei den üblichen Consumer-Produkten an der - Tagesordnung sind, ist also der Fritz-Chip eher hinderlich denn - ein Segen für den Anwender. Gleiches gilt übrigens - für diejenigen Anwender, die beispielsweise eine neue - Grafikkarte oder eine größere Festplatte einbauen - wollen - auch für sie bedeutet jede Hardware-Modifikation - eine - vermutlich natürlich kostenpflichtige - - Neuzertifizierung des Gesamtsystems, damit dieses wieder als - »TCPA-konform« angesehen werden kann. Bei der - Neuzertifizierung wird online anhand einer Liste mit - geprüfter Hardware (HCL) und einer weiteren Liste mit - gesperrten Seriennummern (SRL) die Konformitätstabelle des - Rechners geprüft und aktualisiert.

            -

            Hat der Fritz-Chip beim Bootvorgang alle Komponenten als - »TCPA-konform« überprüft und erkannt, - übergibt er die Kontrolle schließlich an das - Betriebssystem. Ab diesem Punkt hakt nun - wie könnte es - anders sein? - die Firma »Microsoft« ein mit ihrer - »Palladium«-Technologie. Sobald der Anwender jetzt - ein Programm startet, überprüft das Betriebssystem - dieses anhand der im Fritz-Chip gespeicherten Werte für die - SRL. Sollte sich herausstellen, daß dieses Programm keine - gültige Lizenz und/oder Seriennummer besitzt oder die Lizenz - abgelaufen ist, wird es gar nicht erst gestartet. Stellt es sich - als »TCPA-konform« heraus, so wird nach der Freigabe - und dem anschließenden Start erneut online eine Liste mit - gesperrten Dokumenten für dieses Programm abgerufen (DRL), - um zu verhindern, daß der Anwender für ihn nicht - vorgesehene Dateien öffnet oder unerlaubterweise nutzt.

            -

            Was sich auf den ersten Blick tatsächlich als wirksame - Waffe gegen Viren, Trojaner, Würmer und ähnliche - Probleme geriert, entmündigt jedoch den Anwender: - »Palladium« stößt vor allem bei der - Unterhaltungsindustrie, die einen erbitterten Kampf gegen - jegliche Weiterverbreitung urheberrechtlich geschützter - Produkte im Internet führt, auf große Zustimmung, - bietet sich hier jedoch erstmals vordergründig die - Möglichkeit, MP3-Tauschbörsen und ähnliche Dienste - effizient trockenzulegen dank »Microsoft«. Auch das - Kopieren einzelner Musikstücke zu privaten Zwecken am - heimischen PC wird damit unterbunden - dank - »Microsoft« werden also vermutlich die ohnehin - übervollen Kassen der Unterhaltungsindustrie zukünftig - noch kräftiger klingeln!

            -

            Doch der Anwender hat natürlich noch die - Möglichkeit, auch nicht »TCPA-konforme« Software - auf seinem heimischen PC zu installieren und zu starten. Bemerkt - »Palladium« eine solche Anwendung, wird das - Gesamtsystem als »kompromittiert« gekennzeichnet und - alle konformen Anwendungen samt Dateien werden geschlossen. Der - Nutzwert eines solchen Systems dürfte für den Anwender - dann wohl gegen Null tendieren.

            -

            Doch gehen wir einen Schritt weiter und bedenken wir die - Folgen dieser Technologie:

            -
              -
            1. Die SRL's, DRL's und HCL's, die für die - Konformitäts-Authentifizierung eines PC's unbedingt - benötigt werden, werden an zentraler Stelle im Internet - gespeichert und abgerufen. Hacker brauchen jetzt also nicht - mehr einzelne PC's anzugreifen, sondern können ihr - Engagement auf diese Server konzentrieren - und damit unter - Umständen mit einem einzigen gelungenen Angriff Millionen - von Rechnern unbrauchbar machen.
            2. -
            3. Es bedarf keiner ausgesprochen ausgeprägten Phantasie, - um sich auszumalen, wie »Palladium« mit - unerwünschten Konkurrenzprodukten verfahren kann: Sollen - bestimmte Softwareprodukte anderer Hersteller als - »Microsoft« nicht als »konform« - zertifiziert werden, so genügt es, sie auf die - »schwarze Liste« des - »Palladium«-Systems zu setzen. Bei einem Start - solcher Software wäre der Rechner nur noch sehr - eingeschränkt nutzbar, da »kompromittiert« - - jeder Anwender würde sich wohl zumindest überlegen, - ob er beim nächsten Mal nicht doch zur drittklassigen - Spyware aus dem Hause »Microsoft« greift.
            4. -
            5. Die Zertifizierungen für Software und Dateien kosten - Geld: Schätzungen gehen von bis zu sechsstelligen - Dollarsummen aus für eine einzige Anwendung. Die Folge - dieser Lizenzierungspraxis wäre, daß die - Freewareszene von der Bildfläche verschwindet. Viele - tausend Programmierer, die unter oftmals großem - persönlichen Engagament und erheblichem Zeitaufwand - ansehnliche Projekte als Freeware entwickelt haben, hätten - keine Möglichkeit und auch keine Motivation mehr, ihre oft - wirklich innovativen Projekte der Anwendergemeinde zur - Verfügung zu stellen dank der kriminellen Krake - »Microsoft«.
            6. -
            7. Der gesamte von der GPL-Lizenz abgedeckte Bereich - würde ebenfalls sang- und klanglos vor dem Aus stehen, da - auch hier zunächst erhebliche Beträge in eine - Zertifizierung gesteckt werden müßten, denen keine - Einnahmen gegenüberstehen. Die wohl gefährlichste - Konkurrenz für »Microsoft«, nämlich die - oftmals aus idealistischer und moralischer Intention heraus - handelnden freien Entwickler, die ihre Software unter der - GPL-Lizenz vertreiben, wäre mit einem Schlag - ausgeschaltet.
            8. -
            9. Dem unsäglichen Monopol der Firma - »Microsoft« im Betriebssystemmarkt würde ein - weiterer nachhaltiger Schub verliehen, denn Konkurrenzsysteme - müßten, um mit dem Fritz-Chip und damit letztendlich - auch mit »Palladium« zu harmonieren, ebenfalls - »TCPA-konform« gestaltet werden. Für OS/2 WARP - ebenso wie für die meisten Linux-Distributionen und auch - Systeme wie FreeBSD, NetBSD oder auch BeOS und (mit - Einschränkungen) QNX würde der Zwang zur - »TCPA-« und - »Palladium«-Konformität das Verschwinden vom - EDV-Markt bedeuten, denn ohne diese Konformität - würden diese meist besseren Betriebssysteme als - »unsicher« gelten. OS/2 WARP und die eComStation - würden aus den großen Banken und Versicherungen, bei - TK-Dienstleistern und bei den anderen Anwendern im - professionellen Umfeld geächtet und von den Festplatten - verbannt zugunsten der wesentlich schlechteren - »Windows«-Systeme. Die einzige Alternative bliebe - nach dem derzeitigen Stand der Dinge HP-Linux, da HP bereits an - der »TCPA-« und - »Palladium«-Konformität seines Linux - arbeitet.
            10. -
            11. Mit dem »Palladium«-System würde die - offene, basisdemokratische Struktur des Internet endgültig - zu Grabe getragen und einem Meinungs- und Zensurmonopol der - Firma »Microsoft« weichen. »Microsoft« - könnte über die variable Gestaltung von - Zertifizierungsgebühren die Weiterverbreitung kritischer - Dokumente im Internet oder im Rahmen von - Software-Distributionen verhindern. Obendrein wären alle - Newsdienste außer den »Microsoft«-eigenen - davon betroffen - freiwillige, sehr anerkennenswerte - Initiativen wie beispielsweise auch die VOICE, die sich der - Aufklärung der OS/2-Gemeinde verschrieben hat, - müßten für die einzelnen Beiträge - Zertifizierungsgebühren an »Microsoft« zahlen - für die »Palladium«-Konformität, um nicht - auf der »schwarzen Liste« der DRL-Server zu landen. - Das Internet als Transporteur basisdemokratischer Ideale - wäre zerstört und zu einem Sprachrohr von - »Microsoft« verkommen.
            12. -
            13. Durch die enge Kopplung der - »Palladium«-Technologie in Kooperation mit dem - Fritz-Chip an Hard- und Software würde der - Gebrauchtsoftwaremarkt zum Erliegen kommen - weil bereits - einmal durch TCPA und »Palladium« zertifizierte - Software aufgrund der Verschlüsselung untrennbar an die - Hardware gekoppelt ist. Für »Microsoft« - erfüllt sich damit ein lange gehegter Traum: Jeder - Käufer eines PC muß Software aus Redmond neu kaufen, - da die alte Software nur über eine Seriennummern-Freigabe - auf ein anderes Gerät übertragbar wäre - und - davon steht nicht ein einziges Wort in den entsprechenden - Standardisierungs-Richtlinien.
            14. -
            -

            Das hier geschilderte Horrorszenario erscheint keineswegs - abwegig: Bill Gates hat mit der Unterhaltungsindustrie starke - Kombattanten im Rücken, denen es genauso wie ihm um die - Profitmaximierung um jeden Preis geht - auch wenn dabei - demokratische und ethische Prinzipien nicht nur ausgehöhlt, - sondern offen mit Füßen getreten werden und auf der - Strecke bleiben. Offen diskutiert werden die Folgen seiner - Technologie noch nicht; bislang hat Gates größten Wert - darauf gelegt, sich stets öffentlich und lauthals als - Vorkämpfer gegen Raubkopierertum zum Wohle der Software- und - der Unterhaltungsindustrie und auch zum angeblichen Nutzen des - Endverbrauchers zu gerieren - mit »Palladium« jedoch - überschreitet »Microsoft« im Halbdunkel ein- - für allemal eine Grenze, die dem vermeintlichen - Vorkämpfer Gates für die Durchsetzung von - Urheberrechten bislang Fesseln anlegte: Nun geht es um die - vollkommene Kontrolle der Informationsgesellschaft durch einen - Konzern, der krimineller Machenschaften mehrfach - überführt ist - die Weltherrschaft einer einzelnen - kleinen Clique im Mediensektor droht, und das auch noch mit - blauäugiger Zustimmung einiger international agierender - Medienkonzerne, die bisher offenbar noch gar nicht realisiert - haben, daß sie sich mit ihrer offensichtlich blinden - Profitsucht einem Mann ausliefern, den andere als den - gefährlichsten Zeitgenossen seit Adolf Hitler - betrachten.

            -

            Es wird Zeit, daß die Demokraten unter den EDV-Profis - und -Anwendern endlich aus ihrem Dornröschenschlaf - aufwachen, denn:

            -
            - »Man darf nicht warten, bis aus dem Schneeball eine - Lawine geworden ist. Man muß den rollenden Schneeball - zertreten. Die Lawine hält keiner mehr auf. Sie ruht erst, - wenn sie alles unter sich begraben hat...«
            - /Erich Kästner/ -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_661606.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_661606.html deleted file mode 100644 index cdfff158..00000000 Binary files a/HTMLTidy/vendor/tidy-html5/test/testbase/out_661606.html and /dev/null differ diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_671087.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_671087.html deleted file mode 100644 index 92ef17f3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_671087.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - tidy loops with --new-inline-tags table,tr,td - - - - - - -
            table heading
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_676156.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_676156.html deleted file mode 100644 index abd7e7c6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_676156.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -foo bar - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_676205.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_676205.html deleted file mode 100644 index 50e8b41b..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_676205.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ 676205 ] <img src="> crashes Tidy - - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_678268.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_678268.html deleted file mode 100644 index e2f1627d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_678268.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - Error: File Copy Error! File=C:\WinNT\ - System32\PERFLIB_PERFDATA_<#>.DAT (copying to a - '.fil'). - - - Error: File Copy Error! File=C:\WinNT\ - System32\PERFLIB_PERFDATA_ - <#>.DAT (copying to a '.fil'). - - - - - - -
            id
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_688746.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_688746.html deleted file mode 100644 index f478a9dc..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_688746.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ 688746 ] incorrect charset value for utf-8 - - - - - -

            How to…
            -Place an extended-hours order:

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_695408.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_695408.html deleted file mode 100644 index 005eae0a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_695408.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ 695408 ] Empty spans getting dropped, even if they have - attrs - - - - - - - - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_696799.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_696799.html deleted file mode 100644 index bdba1d3c..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_696799.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ 696799 ] Crash: <script language=""> - - - - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_706260.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_706260.html deleted file mode 100644 index 400121a3..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_706260.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - #706260 size not accepted for input - - -
            - -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_765852.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_765852.html deleted file mode 100644 index f05a643e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_765852.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - #765852 Empty tag striping - - -

            Text following italicswithout a blank after the i end - tag is not cleaned up correctly (the bold blank is - eliminated).

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_795643-1.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_795643-1.html deleted file mode 100644 index f55a6043..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_795643-1.html +++ /dev/null @@ -1,2 +0,0 @@ -

            Hi

            - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_795643-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_795643-2.html deleted file mode 100644 index c60d910e..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_795643-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -

            Hi

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462-2.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462-2.html deleted file mode 100644 index 2dc66ee6..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462-2.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - 836462-2 - - -

            Heading

            -
              -
            1. -

              First ordered list item

              -
            2. -
            3. -

              Second ordered list item

              -
            4. -
            5. -

              Third ordered list item

              -
                -
              • -

                First unordered list item

                -
              • -
              • -

                Second unordered list item

                -
              • -
              -
            6. -
            7. -

              Fourth unordered list item

              -
            8. -
            9. -

              Fifth unordered list item

              -
            10. -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462-3.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462-3.html deleted file mode 100644 index 354e47b5..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462-3.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - test - - - -
              - -

            1. -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462.html deleted file mode 100644 index b643edc2..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_836462.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - 836462 - - - -

            Heading

            -
              -
            • -

              First list item

              -
            • -
            • -

              Second list item

              -
            • -
            • -

              Third list item

              -
            • -
            • -
                -
              • -

                First list item 2

                -
              • -
              • -

                Second list item 2

                -
              • -
              -
            • -
            • -

              Fourth list item

              -
            • -
            • -

              Fifth list item

              -
            • -
            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_837023.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_837023.html deleted file mode 100644 index 7a5e48b9..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_837023.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ 837023 ] segfault on doctype-like element - - - Just text. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_978947.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_978947.html deleted file mode 100644 index d2376287..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_978947.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - Bug: &nbsp; disappears after </pre> - - - Here the non-breaking spaces (     ) - remain. -

                 Works multiple times - (     ) as well.
            - But . . .  :

            -
            -A block of 
            -preformatted text.
            -
            Now the non-breaking spaces (     ) -are replaced with ordinary spaces, and disappear. - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testbase/out_996484.html b/HTMLTidy/vendor/tidy-html5/test/testbase/out_996484.html deleted file mode 100644 index 8d067482..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testbase/out_996484.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - test whether xx<...>yy</...> is wrapped - properly - - -

            test 1.1 (no space)

            -

            xxyy

            -

            test 1.2 (with space)

            -

            xx - yy

            -

            test 1.3 (with non breaking space)

            -

            xx yy

            -

            test 2.1 (no space)

            -

            xxyy

            -

            test 2.2 (with space)

            -

            xx - yy

            -

            test 2.3 (with non breaking space)

            -

            xx yy

            -

            test 3 (no space)

            -

            -x

            -

            -x

            -

            test 4 (<br>)

            -

            zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
            - - xx

            -

            test 5 (no space in the front)

            -

            - aa

            -

            test 6 (no space in the front)

            -

            - aa-

            - - diff --git a/HTMLTidy/vendor/tidy-html5/test/testcases.txt b/HTMLTidy/vendor/tidy-html5/test/testcases.txt deleted file mode 100644 index 784c5f1a..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testcases.txt +++ /dev/null @@ -1,228 +0,0 @@ -426885 1 -427633 0 -427662 1 -427664 1 -427671 1 -427672 1 -427675 1 -427676 2 -427677 1 -427810 1 -427811 1 -427813 1 -427816 1 -427818 1 -427819 1 -427820 1 -427821 0 -427822 1 -427823 1 -427825 1 -427826 0 -427827 1 -427830 1 -427833 0 -427834 0 -427835 1 -427836 1 -427837 0 -427838 1 -427839 0 -427840 1 -427841 1 -427845 0 -427846 1 -431716 0 -431721 1 -431731 1 -431736 1 -431739 1 -431874 1 -431889 1 -431895 1 -431898 1 -431958 0 -431964 1 -432677 0 -433012 1 -433021 1 -433040 0 -433359 0 -433360 1 -433604 0 -433607 0 -433656 0 -433666 1 -433672 1 -433856 1 -434047 0 -434100 2 -434940 0 -435903 1 -435917 1 -435919 1 -435920 1 -435922 1 -435923 0 -437468 0 -438650 1 -438658 1 -438954 0 -438956 1 -441508 1 -441568 0 -443362 1 -443576 1 -443678 1 -445074 1 -445394 1 -445557 1 -449348 0 -470663 1 -473490 1 -480406 0 -480701 0 -487204 1 -487283 1 -500236 1 -501669 0 -503436 1 -504206 1 -505770 1 -511679 1 -511243 0 -533233 0 -540571 1 -543262 0 -545772 0 -553468 0 -566542 1 -586555 1 -586562 1 -588061 1 -590716 1 -593705 0 -609058 0 -616744 0 -620531 1 -629885 1 -634889 1 -640473 1 -640474 0 -646946 0 -647255 1 -647900 2 -649812 0 -655338 1 -656889 1 -658230 1 -660397 1 -661606 0 -671087 0 -676156 1 -676205 1 -678268 1 -688746 1 -695408 1 -696799 1 -706260 0 -765852 1 -795643-1 1 -795643-2 1 -836462 1 -836462-2 1 -836462-3 1 -837023 1 -978947 0 -996484 0 -1002509 2 -1003361 0 -1004051 0 -1004512 0 -1014993 1 -1015959 1 -1027888 1 -1050673 1 -1052758 0 -1053626 1 -1055304 1 -1055398 1 -1056023 1 -1056910 0 -1062345 1 -1062511 1 -1062661 1 -1063256 2 -1067112 1 -1068087 1 -1069549 0 -1069553 0 -1072528 1 -1078345 0 -1079820 1 -1086083 1 -1090318 1 -1098012 1 -1107622 1 -1117013 0 -1115094 1 -1145571 1 -1145572 0 -1168193 1 -1183751 0 -1198501 0 -1207443 0 -1210752 1 -1231279 1 -1235296 0 -1241723 0 -1263391 1 -1266647 1 -1282835 0 -1286029 0 -1286278 0 -1316258 1 -1316307 1 -1316307-2 1 -1326520 1 -1331849 1 -1333579 1 -1359292 1 -1398397 1 -1407266 1 -1408034 1 -1410061 1 -1410061-1 1 -1410061-2 1 -1415137 1 -1423252 1 -1426419 1 -1436578 0 -1452744 0 -1445570 1 -1503897 1 -1586158 0 -1590220-1 1 -1590220-2 1 -1603538-1 1 -1603538-2 1 -1610888-1 0 -1610888-2 0 -1632470 1 -1632218 1 -1638062 1 -1674502 1 -1707836 1 -1715153 1 -1720953 0 -1773932 1 -1986717-1 0 -1986717-2 0 -1986717-3 0 -2046048 2 -2085175 0 -2359929 1 -2705873-1 0 -2705873-2 0 -2709860 0 -1642186-1 0 diff --git a/HTMLTidy/vendor/tidy-html5/test/testinfo.txt b/HTMLTidy/vendor/tidy-html5/test/testinfo.txt deleted file mode 100644 index c648fc5f..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testinfo.txt +++ /dev/null @@ -1,126 +0,0 @@ -Description of tests -==================== - -A brief description of most of the tests. Well mainly the header of the -original bug report. Namely https://sourceforge.net/p/tidy/bugs/#number/ - -The original list was generated by tidytests.pl, which scanned the -test/input folder, and extracted the title, if one found. - -Then each was verified on the sourceforge site, and the current sf bug number -added. A few case were 'missing'. - -426885 1 #1 Definition list w/Center crashes -427633 0 #3 Line endings not supported correctly -427662 1 #2 BLOCK/INLINE before TABLE parsed wrong -427664 1 #4 Missing attr values cause NULL segfault -427671 1 #9 LI w/FRAME/FRAMESET/OPTGROUP/OPTION loop -427672 1 #10 Non-std attrs w/multibyte names segfault -427675 1 #12 Frameset followed by frame infinite loop -427676 2 #13 Missing = from attr value NULL segfault -427677 1 #14 TrimInitialSpace() can trim too much -427810 1 #15 Proprietary elements not reported as err -427811 1 #16 FRAME inside NOFRAME infinite loop -427813 1 #18 Missing = from attr value segfaults -427816 1 #19 Mismatched quotes for attr segfaults -427818 1 #20 Missing quotes cause segfaults -427819 1 #21 OPTION w/illegal FONT eats whitespace -427820 1 #22 indent config options ignored for BR -427821 0 #23 XHTML TRANSITIONAL doctype set wrongly -427822 1 #24 PopInLine() doesn't check stack -427823 1 #25 Multiple BODY's in NOFRAMES allowed -427825 1 #26 Problems nesting user defined inline tag -427826 0 #27 Script source needs escaping/CDATA section -427827 1 #28 Nested anchor elements allowed -427830 1 #29 Correct XHTML 1.0 Namespace ignored -427833 0 #30 Uppercase &#X; escape sequences ignored -427834 0 #31 Warning given for newline in DOCTYPE -427835 1 #32 DTD not inserted, but DTD URI Namespace -427836 1 #33 OBJECT should be wrapped in BODY -427837 0 #34 No encoding specified in XML output -427838 1 #35 Name Anchor thrown away -427839 0 #36 Output DOCTYPE/Namespace decl separately -427840 1 #37 Span causes infinite loop -427841 1 #38 Bad HTML in nested lists cause segfault - #39 End tags containing whitespace warning -427845 0 [ #427845 ] Doctypes are output on multiple lines -427846 1 #40 Blank char inserted after first char - #41 non-usascii element names not recognized - #42 attr.c:DeclareLiteralAttrib()assign NULL -431716 0 #43 -slides causes a seg fault - #44 HTML 3.2 Doctype not recognized correct - #45 Memory Leaks - FreeNode() not called -431721 1 #46 Cleaning list bullets for Word 2000 -431731 1 #47 Inline emphasis inconsistent propagation -431736 1 #49 Doctype decl added before XML decl -431739 1 #51 Spaces carried into empty block tags -431874 1 #53 Nested anchors not detected -431889 1 #55 Config file options w/"param" don't work -431895 1 #56 gnu-emacs filename not set for XML or -q -431898 1 #57 Tidy messes up X(HT)ML documents -431958 0 #59 Comments always indented -431964 1 #60 table height="" not flagged as error -432677 0 #62 Null value changed to "value" for -asxml -433012 1 [ #433012 ] Illegal ampersands/character entities -433021 1 [ #433021 ] Identify attribute whose value is bad -433040 0 #64 Anchor tag without attributes deleted -433359 0 #65 Empty iframe elements trimmed -433360 1 #66 Tags with missing > can't be repaired -433604 0 #67 Tidy inserts &amp;nbsp; entity in -xml mode -433607 0 #68 No warning for omitted end tag with -xml - #69 Problem w/ ExpandTilde (config file) - #70 &amp;apos not recognized as valid XML entity -433656 0 [ #433656 ] Improve support for PHP -433666 1 [ #433666 ] Attempt to repair duplicate attributes -433672 1 #71 Anchor enclosing Header tags is omitted -433856 1 #72 Access violation w/Word files w/font tag -434047 0 #74 Mixed content in 4.01 Strict not allowed -434100 2 #76 Error actually reported as a warning - #77 Doctype set to Transitional for Frameset -434940 0 [ #434940 ] --show-body-only: print only body contents -435903 1 #78 Script element w/body child to table bug> -435917 1 #80 <input onfocus=""> reported unknown attr -435919 1 #81 Nested <q></q>'s not handled correctly -435920 1 #82 Space inserted before </td> causes probs -435922 1 #83 Missing <form> around <input> no warning - #84 -clean demotes smart quotes to ascii - #85 Newline in URL attr value becomes space - #86 Missing / in title endtag makes 2 titles -435923 0 [ #435923 ] Preserve case of attribute names -437468 0 Test input file for iso-8859-1 character entities -438650 1 [ #438650 ] Newline in URL attr value becomes space -438658 1 -438954 0 #87 Body tag w/attributes omitted w/hide-end -438956 1 #88 Bad head-endtag reported incorrectly -441508 1 #90 parser.c: BadForm() function broken -441568 0 #92 Font tags handling different -443362 1 #94 null-pointer except. for doctype in pre -443576 1 #96 End script tag inside scripts problem -443678 1 #98 Tidy breaks docs with unclosed <script> in <head> -445074 1 #101 XHTML requires form method="post" in lower case -445394 1 -445557 1 [ #445557 ] Convert Symbol font chars to Unicode -449348 0 #103 Whitespace added/removed to inline tags (in -xml mode) -470663 1 Test Input For Bug #470663 -473490 1 #115 Document Type Declaration for proprietary documents -480406 0 #119 Single document element discarded -480701 0 #121 -xml conflicts with -output-xhtml -487204 1 #122 Duplicate DIV style attribute generated -487283 1 #123 >/select< does not terminate >option< -500236 1 #127 Microsoft Access exported HTML files -501669 0 #130 width="n*" marked invalid on <COL> -503436 1 -504206 1 #139 Tidy errors in processing forms. -505770 1 #146 Unclosed option tag causing problems -511243 0 #149 Punctuation wrap wraps on invalid places -511679 1 #150 Block level elements in a <pre> section -533233 0 #173 Extra newline around inline <script> -540571 1 #184 Inconsistent behaviour with span inline element -543262 0 #192 tidy eats all memory -545772 0 #197 --output-xhtml hangs on most files -553468 0 #204 XHTML strict accept <b><i> and <u> tags -566542 1 #214 parser hangs -586555 1 #229 Misplaced backslash caused by newline - -======================================================================== -; eof diff --git a/HTMLTidy/vendor/tidy-html5/test/testone.sh b/HTMLTidy/vendor/tidy-html5/test/testone.sh deleted file mode 100755 index c28a469d..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testone.sh +++ /dev/null @@ -1,82 +0,0 @@ -#! /bin/sh - -# -# testone.sh - execute a single testcase -# -# (c) 1998-2006 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# -# -# set -x -BN=`basename $0` -VERSION='$Id' - -echo Testing $1 - -set +f - -TESTNO=$1 -EXPECTED=$2 -#TIDY=../bin/tidy -TIDY=../build/cmake/tidy -if [ ! -f "$TIDY" ]; then - echo "$BN: Can NOT locate binary '$TIDY'!" - echo "$BN: Fix me with the correct location of the binary to run." - exit 1 -fi -INFILES=./input/in_${TESTNO}.*ml -CFGFILE=./input/cfg_${TESTNO}.txt - -TIDYFILE=./tmp/out_${TESTNO}.html -MSGFILE=./tmp/msg_${TESTNO}.txt - -unset HTML_TIDY - -shift -shift - -# Remove any pre-exising test outputs -for INFIL in $MSGFILE $TIDYFILE -do - if [ -f $INFIL ] - then - rm $INFIL - fi -done - -for INFILE in $INFILES -do - if [ -r $INFILE ] - then - break - fi -done - -# If no test specific config file, use default. -if [ ! -f $CFGFILE ] -then - CFGFILE=./input/cfg_default.txt -fi - -# Make sure output directory exists. -if [ ! -d ./tmp ] -then - mkdir ./tmp -fi - -echo "Doing: './$TIDY -f $MSGFILE -config $CFGFILE "$@" --tidy-mark no -o $TIDYFILE $INFILE'" >> tempall.txt -./$TIDY -f $MSGFILE -config $CFGFILE "$@" --tidy-mark no -o $TIDYFILE $INFILE -STATUS=$? - -if [ $STATUS -ne $EXPECTED ] -then - echo "== $TESTNO failed (Status received: $STATUS vs expected: $EXPECTED)" - cat $MSGFILE - echo "== $TESTNO failed (Status received: $STATUS vs expected: $EXPECTED)" >> tempall.txt - cat $MSGFILE >> tempall.txt - exit 1 -fi - -exit 0 - diff --git a/HTMLTidy/vendor/tidy-html5/test/testxml.sh b/HTMLTidy/vendor/tidy-html5/test/testxml.sh deleted file mode 100644 index a35807b8..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/testxml.sh +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh - -# -# testxml.sh - execute all XML testcases -# -# (c) 1998-2005 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# -# -# set -x - -VERSION='$Id' - -BUGS="427837 431956 433604 433607 433670 434100\ - 480406 480701 500236 503436 537604 616744 640474 646946" - -while read bugNo expected -do -# echo Testing $bugNo | tee -a testxml.log - ./testone.sh "$bugNo" "$expected" "$@" | tee -a testxml.log - if test -f "./tmp/out_$bugNo.html" - then - mv "./tmp/out_$bugNo.html" "./tmp/out_$bugNo.xml" - fi -done < xmlcases.txt - diff --git a/HTMLTidy/vendor/tidy-html5/test/xmlcases.txt b/HTMLTidy/vendor/tidy-html5/test/xmlcases.txt deleted file mode 100644 index 16bccfe4..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/xmlcases.txt +++ /dev/null @@ -1,27 +0,0 @@ -427837 0 -431956 0 -432677 0 -433604 0 -433607 0 -433670 0 -434100 2 -473490 1 -480406 0 -480701 0 -500236 1 -503436 1 -537604 0 -540045 0 -542029 1 -586555 1 -616744 0 -634889 1 -640474 0 -646946 0 -1003994 2 -1004008 1 -1030944 0 -1365706 0 -1448730 0 -1510101 0 -1573338 0 diff --git a/HTMLTidy/vendor/tidy-html5/test/xmltest.cmd b/HTMLTidy/vendor/tidy-html5/test/xmltest.cmd deleted file mode 100755 index 5bd922d7..00000000 --- a/HTMLTidy/vendor/tidy-html5/test/xmltest.cmd +++ /dev/null @@ -1,37 +0,0 @@ -@setlocal -@echo off - -@REM xmltest.cmd - execute all XML test cases -@REM -@REM (c) 1998-2003 (W3C) MIT, ERCIM, Keio University -@REM See tidy.c for the copyright notice. -@REM -@REM -@REM -@set TIDY=..\build\cmake\Release\tidy5.exe -@if NOT EXIST %TIDY% goto NOEXE -@if NOT EXIST xmlcases.txt goto NOXML -@REM set OUTPUT folder -@set TIDYOUT=tmp -@if EXIST %TIDYOUT%\nul goto DOTEST -@md tmp -:DOTEST -@set TMPTEST=temptest.txt -@if EXIST %TMPTEST% @del %TMPTEST% -@echo Commencing xml tests from xmlcases.txt - -@for /F "tokens=1*" %%i in (xmlcases.txt) do @(call onetest.cmd %%i %%j) - -@echo Full output written to %TMPTEST% - -@goto END - -:NOXML -@echo Error: Can NOT locate xmlcases.txt! *** FIX ME *** -@goto END - -:NOEXE -@echo Can NOT locate %TIDY% executable! *** FIX ME *** -@goto END - -:END diff --git a/HTMLTidy/vendor/tidy-html5/version.txt b/HTMLTidy/vendor/tidy-html5/version.txt index 1428844a..294c684b 100644 --- a/HTMLTidy/vendor/tidy-html5/version.txt +++ b/HTMLTidy/vendor/tidy-html5/version.txt @@ -1,2 +1,3 @@ -5.1.24 -2015.11.18 +5.1.41 +2016.02.18 + diff --git a/JSDTidyFramework/Info.plist b/JSDTidyFramework/Info.plist index 789c9ed0..d5551dbb 100644 --- a/JSDTidyFramework/Info.plist +++ b/JSDTidyFramework/Info.plist @@ -15,13 +15,13 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 3.0.2 CFBundleSignature ???? CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright - Copyright © 2015 Jim Derry. All rights reserved. + Copyright © 2016 Jim Derry. All rights reserved. NSPrincipalClass diff --git a/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.h b/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.h index e24f7182..d3e6031f 100644 --- a/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.h +++ b/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.h @@ -23,7 +23,7 @@ /** @name Initialization */ /** - * Initializes a new instance with data from a tidyReportFilter2 callback. + * Initializes a new instance with data from a tidyReportFilter3 callback. * This is the designated initialzer for the class. Given that all of the * properties are read-only, this is the only practical way to create an * instance. @@ -34,7 +34,7 @@ * @param level The TidyReportLevel of the message. * @param line The line in the source text where the message occurs. * @param column The column number in `line` where the message occurs. - * @param message The message text. + * @param message The message code. * @param arguments A va_list of arguments. */ - (instancetype) initWithLevel:(TidyReportLevel)level diff --git a/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.m b/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.m index b0b91487..957adc34 100644 --- a/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.m +++ b/JSDTidyFramework/JSDTidyModel/JSDTidyMessage.m @@ -40,24 +40,16 @@ - (instancetype) initWithLevel:(TidyReportLevel)level { if (self = [super init]) { - /* Localize the message. - * We're localizing the string a couple of times, because the - * message might arrive in the message parameter, or it might - * arrive as one of the argumentss. For example, many messages - * are simply %s, and once the args are applied we want to - * localize this single string. In other cases, e.g., - * "replacing %s by %s" we want to localize that message before - * applying the args. This new string won't be found in the - * .strings file, so it will be used as is. - */ - - NSString *formatString = JSDLocalizedString(@(message), nil); - - NSString *intermediateString = [[NSString alloc] initWithFormat:formatString arguments:arguments]; - - _message = JSDLocalizedString(intermediateString, nil); - + NSString *formatString; + /* Get our localized format string from the message code. */ + if ( strcmp(message, "UNDEFINED") == 0 ) + formatString = @"%s"; + else + formatString = JSDLocalizedString(@(message), nil); + /* And fill in the arguments from the va_list. */ + _message = [[NSString alloc] initWithFormat:formatString arguments:arguments]; + /* Set the rest of the remaining backing iVars */ _level = level; @@ -85,6 +77,10 @@ - (instancetype) init /*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––* @property errorTypeNames + This array maintains the same order as TidyReportLevel, and + these will be used as key fields instead of an actual + TidyReportLevel so that we maintain independence from actual + enum values. *–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ - (NSArray *)errorTypeNames { @@ -92,13 +88,13 @@ - (NSArray *)errorTypeNames if (!errorTypeNames) { - errorTypeNames = @[@"messagesInfo", // 0 - @"messagesWarning", // 1 - @"messagesConfig", // 2 - @"messagesAccess", // 3 - @"messagesError", // 4 - @"messagesDocument", // 5 - @"messagesPanic"]; // 6 + errorTypeNames = @[@"messagesInfo", + @"messagesWarning", + @"messagesConfig", + @"messagesAccess", + @"messagesError", + @"messagesDocument", + @"messagesPanic"]; } return errorTypeNames; @@ -106,6 +102,8 @@ - (NSArray *)errorTypeNames /*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––* @property errorImages + The key will be the errorTypeName of the error. We don't want + to use a possibly unstable enum value as a key. *–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ - (NSDictionary *)errorImages { @@ -135,7 +133,10 @@ - (NSDictionary *)errorImages *–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ - (NSImage *)levelImage { - return self.errorImages[self.errorTypeNames[self.level]]; + /* It's possible TidyInfo (first enum) is not zero. */ + int level = self.level - TidyInfo; + + return self.errorImages[self.errorTypeNames[level]]; } @@ -144,7 +145,10 @@ - (NSImage *)levelImage *–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ - (NSString *)levelDescription { - return JSDLocalizedString(self.errorTypeNames[self.level], nil); + /* It's possible TidyInfo (first enum) is not zero. */ + int level = self.level - TidyInfo; + + return JSDLocalizedString(self.errorTypeNames[level], nil); } diff --git a/JSDTidyFramework/JSDTidyModel/JSDTidyModel.m b/JSDTidyFramework/JSDTidyModel/JSDTidyModel.m index e777dabb..f6f31b42 100755 --- a/JSDTidyFramework/JSDTidyModel/JSDTidyModel.m +++ b/JSDTidyFramework/JSDTidyModel/JSDTidyModel.m @@ -60,7 +60,7 @@ @implementation JSDTidyModel #pragma mark - Standard C Functions /*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––* - tidyCallbackFilter2 (regular C-function) + tidyCallbackFilter3 (regular C-function) In order to support libtidy's callback function for building an error list on the fly, we need to set up this standard C function to handle the callback. @@ -68,12 +68,12 @@ @implementation JSDTidyModel `tidyGetAppData` result will already contain a reference to `self` that we set via `tidySetAppData` during processing. Essentially we're calling - [self errorFilter:Level:Line:Column:Message] + [self errorFilterWithLocalization:Level:Line:Column:Message:Arguments] *–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ -BOOL tidyCallbackFilter2 ( TidyDoc tdoc, TidyReportLevel lvl, uint line, uint col, ctmbstr mssg, va_list args ) +BOOL tidyCallbackFilter3( TidyDoc tdoc, TidyReportLevel lvl, uint line, uint col, ctmbstr code, va_list args ) { - return [(__bridge JSDTidyModel*)tidyGetAppData(tdoc) errorFilterWithLocalization:tdoc Level:lvl Line:line Column:col Message:mssg Arguments:args]; + return [(__bridge JSDTidyModel*)tidyGetAppData(tdoc) errorFilterWithLocalization:tdoc Level:lvl Line:line Column:col Message:code Arguments:args]; } @@ -701,7 +701,7 @@ - (void)processTidy */ tidySetAppData(newTidy, (__bridge void *)(self)); // Need to send a message from outside self to self. - tidySetReportFilter2(newTidy, (TidyReportFilter2)&tidyCallbackFilter2); + tidySetReportFilter3(newTidy, (TidyReportFilter3)&tidyCallbackFilter3); /* Setup the error buffer to catch errors here instead of stdout */ @@ -779,7 +779,9 @@ - (void)processTidy /* Clean up. */ tidyBufFree(outBuffer); + free(outBuffer); tidyBufFree(errBuffer); + free(errBuffer); tidyRelease(newTidy); @@ -812,7 +814,7 @@ - (void)processTidy /*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––* - - errorFilterWithLocalization:Level:Line:Column:Message:Arguments: + - errorFilterWithLocalization:Level:Line:Column:Code:Arguments: This is the REAL TidyError filter, and is called by the standard C `tidyCallBackFilter2` function implemented at the top of this file. @@ -825,13 +827,13 @@ - (bool)errorFilterWithLocalization:(TidyDoc)tDoc Level:(TidyReportLevel)lvl Line:(uint)line Column:(uint)col - Message:(ctmbstr)mssg + Message:(ctmbstr)code Arguments:(va_list)args { JSDTidyMessage *message = [[JSDTidyMessage alloc] initWithLevel:lvl Line:line Column:col - Message:mssg + Message:code Arguments:args]; [self.errorArrayB addObject:message]; diff --git a/JSDTidyFramework/Resources/Base.lproj/Documentation/README.md b/JSDTidyFramework/Resources/Base.lproj/Documentation/README.md index 883d50dd..ad352a7b 100755 --- a/JSDTidyFramework/Resources/Base.lproj/Documentation/README.md +++ b/JSDTidyFramework/Resources/Base.lproj/Documentation/README.md @@ -4,7 +4,7 @@ JSDTidyFramework Documentation Description ----------- -`JSDTidyFramework` implements `JSDTidyModel` and W3C’s **libtidy** in a Cocoa- and UI-friendly manner. +`JSDTidyFramework` implements `JSDTidyModel` and HTACG’s **libtidy** in a Cocoa- and UI-friendly manner. Copyright (summary) @@ -12,12 +12,12 @@ Copyright (summary) **JSDTidyFramework** by Jim Derry and balthisar.com -Copyright ©2003-2015 Jim Derry and balthisar.com +Copyright ©2003-2016 Jim Derry and balthisar.com Released under the terms of the “MIT License,” below. **libtidy** by Dave Raggett, Charles Reitzel, HTACG Contributors, et al -Copyright © 2002-2014 World Wide Web Consortium +Copyright © 2002-2016 World Wide Web Consortium Used under the terms of the “WC3 License,” below. @@ -25,7 +25,7 @@ Used under the terms of the “WC3 License,” below. Introduction ------------ -`JSDTidyModel` is a Cocoa wrapper for most of the functionality of `libtidy` , the current incarnation of Dave Ragget’s original HTML Tidy program. `libtidy` is a pure-C library written for the most cross-platform availability possible. +`JSDTidyModel` is a Cocoa wrapper for most of the functionality of [`libtidy`](http://www.html-tidy.org), the current incarnation of Dave Ragget’s original HTML Tidy program. `libtidy` is a pure-C library written for the most cross-platform availability possible. Since Cocoa is decidely not cross-platform (meaning “outside of Cocoa” independent of hardware), no effort is made in this wrapper to maintain any such cross-functionality. Additionally, because of features unique to Cocoa, some parts of `libtidy` have been replaced by native Mac OS X routines (particularly file-encoding handling). @@ -33,7 +33,7 @@ Since Cocoa is decidely not cross-platform (meaning “outside of Cocoa” indep Usage ----- -JSDTidyModel defines the `JSDTidyModel` class, instances of which perform the functionality of libtidy. For the most part usage can be determined by browsing through the documentation and comments that are in the header file. Additionally, a good, real-world resource that indicates actual implementation can be seen by looking at the source code for Balthisar Tidy . Below, however, are some important notes that will greatly ease things for you as you try to use JSDTidyModel. +JSDTidyModel defines the `JSDTidyModel` class, instances of which perform the functionality of libtidy. For the most part usage can be determined by browsing through the documentation and comments that are in the header file. Additionally, a good, real-world resource that indicates actual implementation can be seen by looking at the source code for [Balthisar Tidy](http://www.balthisar.com/tidy). Below, however, are some important notes that will greatly ease things for you as you try to use JSDTidyModel. Options and Data Types diff --git a/JSDTidyFramework/Resources/Base.lproj/Localizable.strings b/JSDTidyFramework/Resources/Base.lproj/Localizable.strings index d731d8ec..b8736a9d 100755 --- a/JSDTidyFramework/Resources/Base.lproj/Localizable.strings +++ b/JSDTidyFramework/Resources/Base.lproj/Localizable.strings @@ -1,44 +1,55 @@ +/****************************************************************************** + * Localizable.strings for JSDTidyFramework + * + * HTML Tidy `libtidy` now supports language localization, but there aren't + * any languages available for it yet. As such we will continue to perform + * our own localization using this file. + ******************************************************************************/ + + /* Tidy Categories */ -"category-0" = "Markup Options"; -"category-1" = "Diagnostic Options"; -"category-2" = "Pretty Printing Options"; -"category-3" = "Encoding Options"; -"category-4" = "Miscellaneous Options"; +"category-0" = "Markup Options"; +"category-1" = "Diagnostic Options"; +"category-2" = "Pretty Printing Options"; +"category-3" = "Encoding Options"; +"category-4" = "Miscellaneous Options"; /* Severity Levels */ -"messagesInfo" = "Information"; -"messagesWarning" = "Warning"; -"messagesConfig" = "Configuration"; -"messagesAccess" = "Access"; -"messagesError" = "Error"; -"messagesDocument" = "Document"; -"messagesPanic" = "PANIC!"; +"messagesInfo" = "Information"; +"messagesWarning" = "Warning"; +"messagesConfig" = "Configuration"; +"messagesAccess" = "Access"; +"messagesError" = "Error"; +"messagesDocument" = "Document"; +"messagesPanic" = "PANIC!"; /* Location Descriptions for messages array */ -"N/A" = " "; -"line" = "Line"; -"column" = "Column"; - +"N/A" = " "; +"line" = "Line"; +"column" = "Column"; -/* - Export settings byline. - Note that this is all one, proper string. Syntax highlighers (such - as XCode) may not display the syntax highlighting properly, making - you think, "WTF?" It's a good string, though. - */ +/********************************************************************* + * Export settings byline. + * Note that this is all one, proper string. Syntax highlighers + * (such as XCode) may not display syntax highlighting properly. + *********************************************************************/ "export-byline" = "# Tidy Options generated and exported by Balthisar Tidy for Mac OS X. # Please visit http://www.balthisar.com for more information about Balthisar Tidy. # - Double-check encoding values; Balthisar Tidy set them all to \"utf8\". -# - If \"accessibility-check\" has a string after the number, it’s okay; it will work fine. +# - If \"accessibility-check\" has a string after the number, it's okay; it will work fine. # To use this configuration file with the native command line version of Tidy, use Tidy like this: # tidy -config %@ some_file.html #"; -/* Human-readable tag names. */ +/********************************************************************* + * Human-readable tag names. + * The human-readable tags prefixed with `--` simply aren't used in + * Balthisar Tidy. + *********************************************************************/ "tag-accessibility-check" = "Accessibility Check"; "tag-add-xml-decl" = "Add XML Declaration"; "tag-add-xml-space" = "Add xml:space='preserve'"; @@ -120,6 +131,7 @@ "tag-slide-style" = "--slide-style"; "tag-sort-attributes" = "Sort Attributes"; "tag-split" = "--split"; +"tag-strict-tags-attributes" = "Strict Tags and Attributes"; "tag-tab-size" = "Tab Size"; "tag-tidy-mark" = "Tidy Mark"; "tag-uppercase-attributes" = "Uppercase Attributes"; @@ -136,490 +148,378 @@ "tag-write-back" = "--write-back"; -/* - TidyOption descriptions - - The following strings are intended to be used with JSDTidyOption's - `localizedHumanReadableDescription` property instead of being used - via NSLocalizedString (although NSLocalizedString will technically - work). - - Using `localizedHumanReadableDescription` and prefixing an `*` to - the strings will treat them as RTF strings enabling simple use - of NSAttributedStrings. - - - Prefix * to strings to have them treated as RTF. - - - The RTF header is supplied automatically in JSDTidyOption. - - - \f0 is defined as Consolas font in JSDTidyOption.m. - - - \n newlines do not work if the string is RTF; instead use RTF's \\line - - NOTE: this flaggable mechanism exists because some localizations may not - be able to use RTF. - - NOTE: items I've prefixed with --- have no special meaning; it's just - a reminder to me that I'm not using them in Balthisar Tidy. - */ - -"description-accessibility-check" = "*This option specifies what level of accessibility checking, if any, that Tidy should perform.\\par Level {\\f0\\b 0 (Tidy Classic)} is equivalent to Tidy Classic’s accessibility checking.\\par For more information on Tidy’s accessibility checking, visit {\\f0 http://www.html-tidy.org/accessibility/}."; - -"description-add-xml-decl" = "*This option specifies if Tidy should add the XML declaration when outputting XML or XHTML.\\par Note that if the input already includes an {\\f0 } declaration then this option will be ignored."; - -"description-add-xml-space" = "*This option specifies if Tidy should add {\\f0 xml:space='preserve'} to elements such as {\\f0
            }, {\\f0