22/**
33 * This file is generated. Do not modify it manually!
44 *
5- * @generated SignedSource<<791696ecef425920be00f0a97c386357 >>
5+ * @generated SignedSource<<3d0df4bf352417b2f38cb5581ca6f8a3 >>
66 */
77use namespace HTL\SGMLStreamInterfaces ;
88
99trait GlobalHTMLAttributes {
1010 attribute
1111 /**
1212 * @see https://html.spec.whatwg.org/multipage/#the-accesskey-attribute
13- * An ordered set of unique space-separated tokens none of which are identical to another token and each of which must be
14- * exactly one code point in length.
13+ * An ordered set of unique space-separated tokens none of which are identical to
14+ * another token and each of which must be exactly one code point in length.
1515 */
1616 string accesskey ,
1717 /**
1818 * @see https://html.spec.whatwg.org/multipage/#attr-autocapitalize
1919 */
20- enum {' off' , ' none' , ' on' , ' sentences' , ' words' , ' characters' } autocapitalize ,
20+ enum {
21+ ' off' ,
22+ ' none' ,
23+ ' on' ,
24+ ' sentences' ,
25+ ' words' ,
26+ ' characters' ,
27+ } autocapitalize ,
2128 /**
2229 * @see https://html.spec.whatwg.org/multipage/#attr-fe-autofocus
2330 */
2431 SGMLStreamInterfaces \BooleanAttribute autofocus ,
2532 /**
2633 * @see https://html.spec.whatwg.org/multipage/#classes
27- * A set of space-separated tokens representing the various classes that the element belongs to.
34+ * A set of space-separated tokens representing the various classes that the element
35+ * belongs to.
2836 */
2937 string class ,
3038 /**
@@ -44,21 +52,38 @@ trait GlobalHTMLAttributes {
4452 /**
4553 * @see https://html.spec.whatwg.org/multipage/#attr-enterkeyhint
4654 */
47- enum {' enter' , ' done' , ' go' , ' next' , ' previous' , ' search' , ' send' } enterkeyhint ,
55+ enum {
56+ ' enter' ,
57+ ' done' ,
58+ ' go' ,
59+ ' next' ,
60+ ' previous' ,
61+ ' search' ,
62+ ' send' ,
63+ } enterkeyhint ,
4864 /**
4965 * @see https://html.spec.whatwg.org/multipage/#attr-hidden
5066 */
5167 SGMLStreamInterfaces \BooleanAttribute hidden ,
5268 /**
5369 * @see https://html.spec.whatwg.org/multipage/#the-id-attribute
54- * A unique value amount all id attributes of the HTML elements in your document. At least one character in length and
55- * without ascii whitespace.
70+ * A unique value amount all id attributes of the HTML elements in your document. At
71+ * least one character in length and without ascii whitespace.
5672 */
5773 string id ,
5874 /**
5975 * @see https://html.spec.whatwg.org/multipage/#attr-inputmode
6076 */
61- enum {' none' , ' text' , ' tel' , ' url' , ' email' , ' numeric' , ' decimal' , ' search' } inputmode ,
77+ enum {
78+ ' none' ,
79+ ' text' ,
80+ ' tel' ,
81+ ' url' ,
82+ ' email' ,
83+ ' numeric' ,
84+ ' decimal' ,
85+ ' search' ,
86+ } inputmode ,
6287 /**
6388 * @see https://html.spec.whatwg.org/multipage/#attr-is
6489 * A valid custom element name.
@@ -76,7 +101,8 @@ trait GlobalHTMLAttributes {
76101 string itemprop ,
77102 /**
78103 * @see https://html.spec.whatwg.org/multipage/#attr-itemref
79- * A set of unique space-separated tokens referring to HTML element ids in the current document.
104+ * A set of unique space-separated tokens referring to HTML element ids in the
105+ * current document.
80106 */
81107 string itemref ,
82108 /**
@@ -364,7 +390,8 @@ trait GlobalHTMLAttributes {
364390 string role ,
365391 /**
366392 * @see https://html.spec.whatwg.org/multipage/#attr-slot
367- * As far as I understand, any string is valid, since <slot name=?> is allowed to be any string.
393+ * As far as I understand, any string is valid, since <slot name=?> is allowed to be
394+ * any string.
368395 */
369396 string slot ,
370397 /**
0 commit comments