@@ -123,19 +123,13 @@ export enum State {
123123 *
124124 * Value: one of {true, false}.
125125 */
126- ATOMIC = 'ATOMIC ' ,
126+ ATOMIC = 'atomic ' ,
127127 /**
128128 * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-checked.
129129 *
130130 * Value: one of {true, false, mixed, undefined}.
131131 */
132132 CHECKED = 'checked' ,
133- /**
134- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-colcount.
135- *
136- * Value: an integer representing the number of columns in a grid.
137- */
138- COLCOUNT = 'colcount' ,
139133 /**
140134 * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-controls.
141135 *
@@ -196,72 +190,18 @@ export enum State {
196190 * Value: one of {polite, assertive, off}.
197191 */
198192 LIVE = 'live' ,
199- /**
200- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-orientation.
201- *
202- * Value: one of {horizontal, vertical, undefined}.
203- */
204- ORIENTATION = 'orientation' ,
205- /**
206- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-posinset.
207- *
208- * Value: an integer representing the position of the element within a set of related elements.
209- */
210- POSINSET = 'posinset' ,
211- /**
212- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-pressed.
213- *
214- * Value: one of {true, false, mixed, undefined}.
215- */
216- PRESSED = 'pressed' ,
217- /**
218- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-readonly.
219- *
220- * Value: one of {true, false}.
221- */
222- READONLY = 'readonly' ,
223- /**
224- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-required.
225- *
226- * Value: one of {true, false}.
227- */
228- REQUIRED = 'required' ,
229193 /**
230194 * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-roledescription.
231195 *
232196 * Value: a string.
233197 */
234198 ROLEDESCRIPTION = 'roledescription' ,
235- /**
236- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-rowcount.
237- *
238- * Value: an integer representing the number of rows in a grid or table.
239- */
240- ROWCOUNT = 'rowcount' ,
241- /**
242- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-rowindex.
243- *
244- * Value: an integer representing the index of the element within a set of related elements.
245- */
246- ROWINDEX = 'rowindex' ,
247- /**
248- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-rowspan.
249- *
250- * Value: an integer representing the number of rows a cell spans in a grid or table.
251- */
252- ROWSPAN = 'rowspan' ,
253199 /**
254200 * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-selected.
255201 *
256202 * Value:one of {true, false, undefined}.
257203 */
258204 SELECTED = 'selected' ,
259- /**
260- * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-setsize.
261- *
262- * Value: an integer representing the total number of elements in a set of related elements.
263- */
264- SETSIZE = 'setsize' ,
265205 /**
266206 * See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-valuemax.
267207 *
0 commit comments