summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-input-element/contains.json
blob: c2b780f0b8d916a0e9ccaecf21610cada89e2d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[
    {
        "id": "states-of-the-type-attribute",
        "original_id": "states-of-the-type-attribute",
        "children": [
            {
                "id": "hidden-state-type-hidden",
                "original_id": "hidden-state-(type=hidden)"
            },
            {
                "id": "text-type-text-state-and-search-state-type-search",
                "original_id": "text-(type=text)-state-and-search-state-(type=search)"
            },
            {
                "id": "telephone-state-type-tel",
                "original_id": "telephone-state-(type=tel)"
            },
            {
                "id": "url-state-type-url",
                "original_id": "url-state-(type=url)"
            },
            {
                "id": "e-mail-state-type-email",
                "original_id": "e-mail-state-(type=email)"
            },
            {
                "id": "password-state-type-password",
                "original_id": "password-state-(type=password)"
            },
            {
                "id": "date-and-time-state-type-datetime",
                "original_id": "date-and-time-state-(type=datetime)"
            },
            {
                "id": "date-state-type-date",
                "original_id": "date-state-(type=date)"
            },
            {
                "id": "month-state-type-month",
                "original_id": "month-state-(type=month)"
            },
            {
                "id": "week-state-type-week",
                "original_id": "week-state-(type=week)"
            },
            {
                "id": "time-state-type-time",
                "original_id": "time-state-(type=time)"
            },
            {
                "id": "local-date-and-time-state-type-datetime-local",
                "original_id": "local-date-and-time-state-(type=datetime-local)"
            },
            {
                "id": "number-state-type-number",
                "original_id": "number-state-(type=number)"
            },
            {
                "id": "range-state-type-range",
                "original_id": "range-state-(type=range)"
            },
            {
                "id": "color-state-type-color",
                "original_id": "color-state-(type=color)"
            },
            {
                "id": "checkbox-state-type-checkbox",
                "original_id": "checkbox-state-(type=checkbox)"
            },
            {
                "id": "radio-button-state-type-radio",
                "original_id": "radio-button-state-(type=radio)"
            },
            {
                "id": "file-upload-state-type-file",
                "original_id": "file-upload-state-(type=file)"
            },
            {
                "id": "submit-button-state-type-submit",
                "original_id": "submit-button-state-(type=submit)"
            },
            {
                "id": "image-button-state-type-image",
                "original_id": "image-button-state-(type=image)"
            },
            {
                "id": "reset-button-state-type-reset",
                "original_id": "reset-button-state-(type=reset)"
            },
            {
                "id": "button-state-type-button",
                "original_id": "button-state-(type=button)"
            }
        ]
    },
    {
        "id": "input-impl-notes",
        "original_id": "input-impl-notes"
    },
    {
        "id": "common-input-element-attributes",
        "original_id": "common-input-element-attributes",
        "children": [
            {
                "id": "the-maxlength-attribute",
                "original_id": "the-maxlength-attribute"
            },
            {
                "id": "the-size-attribute",
                "original_id": "the-size-attribute"
            },
            {
                "id": "the-readonly-attribute",
                "original_id": "the-readonly-attribute"
            },
            {
                "id": "the-required-attribute",
                "original_id": "the-required-attribute"
            },
            {
                "id": "the-multiple-attribute",
                "original_id": "the-multiple-attribute"
            },
            {
                "id": "the-pattern-attribute",
                "original_id": "the-pattern-attribute"
            },
            {
                "id": "the-min-and-max-attributes",
                "original_id": "the-min-and-max-attributes"
            },
            {
                "id": "the-step-attribute",
                "original_id": "the-step-attribute"
            },
            {
                "id": "the-list-attribute",
                "original_id": "the-list-attribute"
            },
            {
                "id": "the-placeholder-attribute",
                "original_id": "the-placeholder-attribute"
            }
        ]
    },
    {
        "id": "common-input-element-apis",
        "original_id": "common-input-element-apis"
    },
    {
        "id": "common-event-behaviors",
        "original_id": "common-event-behaviors"
    }
]