@markuplint/html-spec 2.0.0-dev.20211213.1 → 2.0.0-dev.20220106.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.
- package/index.json +105 -129
- package/package.json +3 -3
- package/src/attributes/input.json +10 -1
package/index.json
CHANGED
|
@@ -5904,12 +5904,74 @@
|
|
|
5904
5904
|
{
|
|
5905
5905
|
"name": "none",
|
|
5906
5906
|
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation.\n\nIn ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and we believe role=\"none\" conveys the actual meaning more unambiguously.",
|
|
5907
|
-
"generalization": [],
|
|
5907
|
+
"generalization": ["structure"],
|
|
5908
5908
|
"requiredContextRole": [],
|
|
5909
5909
|
"accessibleNameRequired": false,
|
|
5910
5910
|
"accessibleNameFromContent": false,
|
|
5911
5911
|
"accessibleNameProhibited": false,
|
|
5912
|
-
"ownedAttribute": [
|
|
5912
|
+
"ownedAttribute": [
|
|
5913
|
+
{
|
|
5914
|
+
"name": "aria-atomic"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"name": "aria-busy"
|
|
5918
|
+
},
|
|
5919
|
+
{
|
|
5920
|
+
"name": "aria-controls"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"name": "aria-current"
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"name": "aria-describedby"
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"name": "aria-details"
|
|
5930
|
+
},
|
|
5931
|
+
{
|
|
5932
|
+
"name": "aria-disabled",
|
|
5933
|
+
"deprecated": true
|
|
5934
|
+
},
|
|
5935
|
+
{
|
|
5936
|
+
"name": "aria-dropeffect"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"name": "aria-errormessage",
|
|
5940
|
+
"deprecated": true
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"name": "aria-flowto"
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"name": "aria-grabbed"
|
|
5947
|
+
},
|
|
5948
|
+
{
|
|
5949
|
+
"name": "aria-haspopup",
|
|
5950
|
+
"deprecated": true
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"name": "aria-hidden"
|
|
5954
|
+
},
|
|
5955
|
+
{
|
|
5956
|
+
"name": "aria-invalid",
|
|
5957
|
+
"deprecated": true
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
"name": "aria-keyshortcuts"
|
|
5961
|
+
},
|
|
5962
|
+
{
|
|
5963
|
+
"name": "aria-live"
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"name": "aria-owns"
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "aria-relevant"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"name": "aria-roledescription"
|
|
5973
|
+
}
|
|
5974
|
+
]
|
|
5913
5975
|
},
|
|
5914
5976
|
{
|
|
5915
5977
|
"name": "note",
|
|
@@ -12715,7 +12777,12 @@
|
|
|
12715
12777
|
"role": "heading"
|
|
12716
12778
|
},
|
|
12717
12779
|
"omittion": false,
|
|
12718
|
-
"globalAttrs": {
|
|
12780
|
+
"globalAttrs": {
|
|
12781
|
+
"#ARIAAttrs": true,
|
|
12782
|
+
"#DocumentElementEventAttrs": true,
|
|
12783
|
+
"#GlobalEventAttrs": true,
|
|
12784
|
+
"#HTMLGlobalAttrs": true
|
|
12785
|
+
},
|
|
12719
12786
|
"attributes": {}
|
|
12720
12787
|
},
|
|
12721
12788
|
{
|
|
@@ -12741,7 +12808,12 @@
|
|
|
12741
12808
|
"role": "heading"
|
|
12742
12809
|
},
|
|
12743
12810
|
"omittion": false,
|
|
12744
|
-
"globalAttrs": {
|
|
12811
|
+
"globalAttrs": {
|
|
12812
|
+
"#ARIAAttrs": true,
|
|
12813
|
+
"#DocumentElementEventAttrs": true,
|
|
12814
|
+
"#GlobalEventAttrs": true,
|
|
12815
|
+
"#HTMLGlobalAttrs": true
|
|
12816
|
+
},
|
|
12745
12817
|
"attributes": {}
|
|
12746
12818
|
},
|
|
12747
12819
|
{
|
|
@@ -12767,7 +12839,12 @@
|
|
|
12767
12839
|
"role": "heading"
|
|
12768
12840
|
},
|
|
12769
12841
|
"omittion": false,
|
|
12770
|
-
"globalAttrs": {
|
|
12842
|
+
"globalAttrs": {
|
|
12843
|
+
"#ARIAAttrs": true,
|
|
12844
|
+
"#DocumentElementEventAttrs": true,
|
|
12845
|
+
"#GlobalEventAttrs": true,
|
|
12846
|
+
"#HTMLGlobalAttrs": true
|
|
12847
|
+
},
|
|
12771
12848
|
"attributes": {}
|
|
12772
12849
|
},
|
|
12773
12850
|
{
|
|
@@ -12793,7 +12870,12 @@
|
|
|
12793
12870
|
"role": "heading"
|
|
12794
12871
|
},
|
|
12795
12872
|
"omittion": false,
|
|
12796
|
-
"globalAttrs": {
|
|
12873
|
+
"globalAttrs": {
|
|
12874
|
+
"#ARIAAttrs": true,
|
|
12875
|
+
"#DocumentElementEventAttrs": true,
|
|
12876
|
+
"#GlobalEventAttrs": true,
|
|
12877
|
+
"#HTMLGlobalAttrs": true
|
|
12878
|
+
},
|
|
12797
12879
|
"attributes": {}
|
|
12798
12880
|
},
|
|
12799
12881
|
{
|
|
@@ -12819,7 +12901,12 @@
|
|
|
12819
12901
|
"role": "heading"
|
|
12820
12902
|
},
|
|
12821
12903
|
"omittion": false,
|
|
12822
|
-
"globalAttrs": {
|
|
12904
|
+
"globalAttrs": {
|
|
12905
|
+
"#ARIAAttrs": true,
|
|
12906
|
+
"#DocumentElementEventAttrs": true,
|
|
12907
|
+
"#GlobalEventAttrs": true,
|
|
12908
|
+
"#HTMLGlobalAttrs": true
|
|
12909
|
+
},
|
|
12823
12910
|
"attributes": {}
|
|
12824
12911
|
},
|
|
12825
12912
|
{
|
|
@@ -13615,6 +13702,7 @@
|
|
|
13615
13702
|
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
|
|
13616
13703
|
"condition": {
|
|
13617
13704
|
"self": [
|
|
13705
|
+
":not([type])",
|
|
13618
13706
|
"[type='hidden' i]",
|
|
13619
13707
|
"[type='text' i]",
|
|
13620
13708
|
"[type='search' i]",
|
|
@@ -13653,7 +13741,7 @@
|
|
|
13653
13741
|
"dirname": {
|
|
13654
13742
|
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
|
|
13655
13743
|
"condition": {
|
|
13656
|
-
"self": ["[type='text' i]", "[type='search' i]"]
|
|
13744
|
+
"self": [":not([type])", "[type='text' i]", "[type='search' i]"]
|
|
13657
13745
|
}
|
|
13658
13746
|
},
|
|
13659
13747
|
"disabled": {
|
|
@@ -13699,6 +13787,7 @@
|
|
|
13699
13787
|
"_TODO_": "must be the ID of a `datalist` element",
|
|
13700
13788
|
"condition": {
|
|
13701
13789
|
"self": [
|
|
13790
|
+
":not([type])",
|
|
13702
13791
|
"[type='text' i]",
|
|
13703
13792
|
"[type='search' i]",
|
|
13704
13793
|
"[type='url' i]",
|
|
@@ -13735,6 +13824,7 @@
|
|
|
13735
13824
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength",
|
|
13736
13825
|
"condition": {
|
|
13737
13826
|
"self": [
|
|
13827
|
+
":not([type])",
|
|
13738
13828
|
"[type='text' i]",
|
|
13739
13829
|
"[type='search' i]",
|
|
13740
13830
|
"[type='url' i]",
|
|
@@ -13764,6 +13854,7 @@
|
|
|
13764
13854
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength",
|
|
13765
13855
|
"condition": {
|
|
13766
13856
|
"self": [
|
|
13857
|
+
":not([type])",
|
|
13767
13858
|
"[type='text' i]",
|
|
13768
13859
|
"[type='search' i]",
|
|
13769
13860
|
"[type='url' i]",
|
|
@@ -13796,6 +13887,7 @@
|
|
|
13796
13887
|
"type": "Pattern",
|
|
13797
13888
|
"condition": {
|
|
13798
13889
|
"self": [
|
|
13890
|
+
":not([type])",
|
|
13799
13891
|
"[type='text' i]",
|
|
13800
13892
|
"[type='search' i]",
|
|
13801
13893
|
"[type='url' i]",
|
|
@@ -13810,6 +13902,7 @@
|
|
|
13810
13902
|
"type": "OneLineAny",
|
|
13811
13903
|
"condition": {
|
|
13812
13904
|
"self": [
|
|
13905
|
+
":not([type])",
|
|
13813
13906
|
"[type='text' i]",
|
|
13814
13907
|
"[type='search' i]",
|
|
13815
13908
|
"[type='url' i]",
|
|
@@ -13824,6 +13917,7 @@
|
|
|
13824
13917
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
|
|
13825
13918
|
"condition": {
|
|
13826
13919
|
"self": [
|
|
13920
|
+
":not([type])",
|
|
13827
13921
|
"[type='text' i]",
|
|
13828
13922
|
"[type='search' i]",
|
|
13829
13923
|
"[type='url' i]",
|
|
@@ -13843,6 +13937,7 @@
|
|
|
13843
13937
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
|
|
13844
13938
|
"condition": {
|
|
13845
13939
|
"self": [
|
|
13940
|
+
":not([type])",
|
|
13846
13941
|
"[type='text' i]",
|
|
13847
13942
|
"[type='search' i]",
|
|
13848
13943
|
"[type='url' i]",
|
|
@@ -13873,6 +13968,7 @@
|
|
|
13873
13968
|
},
|
|
13874
13969
|
"condition": {
|
|
13875
13970
|
"self": [
|
|
13971
|
+
":not([type])",
|
|
13876
13972
|
"[type='text' i]",
|
|
13877
13973
|
"[type='search' i]",
|
|
13878
13974
|
"[type='url' i]",
|
|
@@ -14400,7 +14496,7 @@
|
|
|
14400
14496
|
"requiredEither": ["itemprop"]
|
|
14401
14497
|
},
|
|
14402
14498
|
"rev": {
|
|
14403
|
-
"description": "The value of this attribute shows the relationship of the current document to the linked document, as defined by the href attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for rel. Note:
|
|
14499
|
+
"description": "The value of this attribute shows the relationship of the current document to the linked document, as defined by the href attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for rel. Note: Instead of rev, you should use the rel attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also this attribute doesn't stand for \"revision\" and must not be used with a version number, even though many sites misuse it in this way.",
|
|
14404
14500
|
"obsolete": true,
|
|
14405
14501
|
"deprecated": true
|
|
14406
14502
|
},
|
|
@@ -21713,126 +21809,6 @@
|
|
|
21713
21809
|
},
|
|
21714
21810
|
"attributes": {}
|
|
21715
21811
|
},
|
|
21716
|
-
{
|
|
21717
|
-
"name": "svg:g",
|
|
21718
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
21719
|
-
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g",
|
|
21720
|
-
"categories": ["#SVGContainer", "#SVGStructural"],
|
|
21721
|
-
"permittedRoles": {
|
|
21722
|
-
"summary": "WIP",
|
|
21723
|
-
"roles": []
|
|
21724
|
-
},
|
|
21725
|
-
"implicitRole": {
|
|
21726
|
-
"summary": "WIP",
|
|
21727
|
-
"role": false
|
|
21728
|
-
},
|
|
21729
|
-
"permittedStructures": {
|
|
21730
|
-
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
|
|
21731
|
-
"tag": "g",
|
|
21732
|
-
"contents": [
|
|
21733
|
-
{
|
|
21734
|
-
"zeroOrMore": [
|
|
21735
|
-
"#SVGAnimation",
|
|
21736
|
-
"#SVGDescriptive",
|
|
21737
|
-
"#SVGPaintServer",
|
|
21738
|
-
"#SVGShape",
|
|
21739
|
-
"#SVGStructural",
|
|
21740
|
-
"svg:a",
|
|
21741
|
-
"svg:clipPath",
|
|
21742
|
-
"svg:filter",
|
|
21743
|
-
"svg:foreignObject",
|
|
21744
|
-
"svg:image",
|
|
21745
|
-
"svg:marker",
|
|
21746
|
-
"svg:mask",
|
|
21747
|
-
"svg:script",
|
|
21748
|
-
"svg:style",
|
|
21749
|
-
"svg:switch",
|
|
21750
|
-
"svg:text",
|
|
21751
|
-
"svg:view"
|
|
21752
|
-
]
|
|
21753
|
-
}
|
|
21754
|
-
]
|
|
21755
|
-
},
|
|
21756
|
-
"omittion": false,
|
|
21757
|
-
"globalAttrs": {
|
|
21758
|
-
"#HTMLGlobalAttrs": true,
|
|
21759
|
-
"#GlobalEventAttrs": true,
|
|
21760
|
-
"#DocumentElementEventAttrs": true,
|
|
21761
|
-
"#ARIAAttrs": true,
|
|
21762
|
-
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
21763
|
-
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
21764
|
-
"#SVGPresentationAttrs": [
|
|
21765
|
-
"alignment-baseline",
|
|
21766
|
-
"baseline-shift",
|
|
21767
|
-
"clip",
|
|
21768
|
-
"clip-path",
|
|
21769
|
-
"clip-rule",
|
|
21770
|
-
"color",
|
|
21771
|
-
"color-interpolation",
|
|
21772
|
-
"color-interpolation-filters",
|
|
21773
|
-
"color-rendering",
|
|
21774
|
-
"cursor",
|
|
21775
|
-
"direction",
|
|
21776
|
-
"display",
|
|
21777
|
-
"dominant-baseline",
|
|
21778
|
-
"enable-background",
|
|
21779
|
-
"fill",
|
|
21780
|
-
"fill-opacity",
|
|
21781
|
-
"fill-rule",
|
|
21782
|
-
"filter",
|
|
21783
|
-
"flood-color",
|
|
21784
|
-
"flood-opacity",
|
|
21785
|
-
"font",
|
|
21786
|
-
"font-family",
|
|
21787
|
-
"font-size",
|
|
21788
|
-
"font-size-adjust",
|
|
21789
|
-
"font-stretch",
|
|
21790
|
-
"font-style",
|
|
21791
|
-
"font-variant",
|
|
21792
|
-
"font-weight",
|
|
21793
|
-
"glyph-orientation-horizontal",
|
|
21794
|
-
"glyph-orientation-vertical",
|
|
21795
|
-
"image-rendering",
|
|
21796
|
-
"isolation",
|
|
21797
|
-
"kerning",
|
|
21798
|
-
"letter-spacing",
|
|
21799
|
-
"lighting-color",
|
|
21800
|
-
"marker",
|
|
21801
|
-
"marker-end",
|
|
21802
|
-
"marker-mid",
|
|
21803
|
-
"marker-start",
|
|
21804
|
-
"mask",
|
|
21805
|
-
"mask-type",
|
|
21806
|
-
"opacity",
|
|
21807
|
-
"overflow",
|
|
21808
|
-
"paint-order",
|
|
21809
|
-
"pointer-events",
|
|
21810
|
-
"shape-rendering",
|
|
21811
|
-
"stop-color",
|
|
21812
|
-
"stop-opacity",
|
|
21813
|
-
"stroke",
|
|
21814
|
-
"stroke-dasharray",
|
|
21815
|
-
"stroke-dashoffset",
|
|
21816
|
-
"stroke-linecap",
|
|
21817
|
-
"stroke-linejoin",
|
|
21818
|
-
"stroke-miterlimit",
|
|
21819
|
-
"stroke-opacity",
|
|
21820
|
-
"stroke-width",
|
|
21821
|
-
"text-anchor",
|
|
21822
|
-
"text-decoration",
|
|
21823
|
-
"text-overflow",
|
|
21824
|
-
"text-rendering",
|
|
21825
|
-
"transform-origin",
|
|
21826
|
-
"unicode-bidi",
|
|
21827
|
-
"vector-effect",
|
|
21828
|
-
"visibility",
|
|
21829
|
-
"white-space",
|
|
21830
|
-
"word-spacing",
|
|
21831
|
-
"writing-mode"
|
|
21832
|
-
]
|
|
21833
|
-
},
|
|
21834
|
-
"attributes": {}
|
|
21835
|
-
},
|
|
21836
21812
|
{
|
|
21837
21813
|
"name": "svg:glyph",
|
|
21838
21814
|
"namespace": "http://www.w3.org/2000/svg",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.20220106.0",
|
|
4
4
|
"description": "A specification of HTML Living Standard for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"node-fetch": "2"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@markuplint/ml-spec": "2.0.0-dev.
|
|
29
|
+
"@markuplint/ml-spec": "2.0.0-dev.20220106.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "ae095a6ca5d8ee8590fe21310c097b47d6d79486"
|
|
32
32
|
}
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
|
|
49
49
|
"condition": {
|
|
50
50
|
"self": [
|
|
51
|
+
":not([type])",
|
|
51
52
|
"[type='hidden' i]",
|
|
52
53
|
"[type='text' i]",
|
|
53
54
|
"[type='search' i]",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"dirname": {
|
|
77
78
|
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
|
|
78
79
|
"condition": {
|
|
79
|
-
"self": ["[type='text' i]", "[type='search' i]"]
|
|
80
|
+
"self": [":not([type])", "[type='text' i]", "[type='search' i]"]
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"height": {
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
"_TODO_": "must be the ID of a `datalist` element",
|
|
92
93
|
"condition": {
|
|
93
94
|
"self": [
|
|
95
|
+
":not([type])",
|
|
94
96
|
"[type='text' i]",
|
|
95
97
|
"[type='search' i]",
|
|
96
98
|
"[type='url' i]",
|
|
@@ -127,6 +129,7 @@
|
|
|
127
129
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength",
|
|
128
130
|
"condition": {
|
|
129
131
|
"self": [
|
|
132
|
+
":not([type])",
|
|
130
133
|
"[type='text' i]",
|
|
131
134
|
"[type='search' i]",
|
|
132
135
|
"[type='url' i]",
|
|
@@ -156,6 +159,7 @@
|
|
|
156
159
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength",
|
|
157
160
|
"condition": {
|
|
158
161
|
"self": [
|
|
162
|
+
":not([type])",
|
|
159
163
|
"[type='text' i]",
|
|
160
164
|
"[type='search' i]",
|
|
161
165
|
"[type='url' i]",
|
|
@@ -177,6 +181,7 @@
|
|
|
177
181
|
"type": "Pattern",
|
|
178
182
|
"condition": {
|
|
179
183
|
"self": [
|
|
184
|
+
":not([type])",
|
|
180
185
|
"[type='text' i]",
|
|
181
186
|
"[type='search' i]",
|
|
182
187
|
"[type='url' i]",
|
|
@@ -191,6 +196,7 @@
|
|
|
191
196
|
"type": "OneLineAny",
|
|
192
197
|
"condition": {
|
|
193
198
|
"self": [
|
|
199
|
+
":not([type])",
|
|
194
200
|
"[type='text' i]",
|
|
195
201
|
"[type='search' i]",
|
|
196
202
|
"[type='url' i]",
|
|
@@ -205,6 +211,7 @@
|
|
|
205
211
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
|
|
206
212
|
"condition": {
|
|
207
213
|
"self": [
|
|
214
|
+
":not([type])",
|
|
208
215
|
"[type='text' i]",
|
|
209
216
|
"[type='search' i]",
|
|
210
217
|
"[type='url' i]",
|
|
@@ -224,6 +231,7 @@
|
|
|
224
231
|
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
|
|
225
232
|
"condition": {
|
|
226
233
|
"self": [
|
|
234
|
+
":not([type])",
|
|
227
235
|
"[type='text' i]",
|
|
228
236
|
"[type='search' i]",
|
|
229
237
|
"[type='url' i]",
|
|
@@ -250,6 +258,7 @@
|
|
|
250
258
|
},
|
|
251
259
|
"condition": {
|
|
252
260
|
"self": [
|
|
261
|
+
":not([type])",
|
|
253
262
|
"[type='text' i]",
|
|
254
263
|
"[type='search' i]",
|
|
255
264
|
"[type='url' i]",
|