html-validate 11.2.0 → 11.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,7 @@ var html5 = {
70
70
  enum: [/./u],
71
71
  list: true
72
72
  },
73
+ "aria-*": {},
73
74
  autocapitalize: {
74
75
  enum: ["off", "none", "on", "sentences", "words", "characters"]
75
76
  },
@@ -88,6 +89,7 @@ var html5 = {
88
89
  contextmenu: {
89
90
  deprecated: true
90
91
  },
92
+ "data-*": {},
91
93
  dir: {
92
94
  enum: ["ltr", "rtl", "auto"]
93
95
  },
@@ -133,6 +135,7 @@ var html5 = {
133
135
  itemtype: {},
134
136
  lang: {},
135
137
  nonce: {},
138
+ "on*": {},
136
139
  /* css-shadow */
137
140
  part: {},
138
141
  popover: {
@@ -158,7 +161,9 @@ var html5 = {
158
161
  writingsuggestions: {
159
162
  omit: true,
160
163
  enum: ["true", "false"]
161
- }
164
+ },
165
+ "xml:*": {},
166
+ "xmlns:*": {}
162
167
  }
163
168
  },
164
169
  a: {
@@ -2141,7 +2146,8 @@ var html5 = {
2141
2146
  },
2142
2147
  selected: {
2143
2148
  boolean: true
2144
- }
2149
+ },
2150
+ value: {}
2145
2151
  },
2146
2152
  aria: {
2147
2153
  implicitRole: "option"
@@ -2462,6 +2468,9 @@ var html5 = {
2462
2468
  transparent: true,
2463
2469
  aria: {
2464
2470
  naming: "prohibited"
2471
+ },
2472
+ attributes: {
2473
+ name: {}
2465
2474
  }
2466
2475
  },
2467
2476
  small: {
@@ -2583,6 +2592,11 @@ var html5 = {
2583
2592
  embedded: true,
2584
2593
  aria: {
2585
2594
  implicitRole: "graphics-document"
2595
+ },
2596
+ attributes: {
2597
+ focusable: {
2598
+ enum: ["true", "false"]
2599
+ }
2586
2600
  }
2587
2601
  },
2588
2602
  /* while not part of HTML 5 specification these two elements are handled as