task
stringlengths 12
101
| input
stringlengths 5
5.87k
| output
stringlengths 1
5.47k
| options
sequence | pageTitle
stringlengths 0
151
| outputColName
stringlengths 1
142
| url
stringlengths 24
147
| wdcFile
stringlengths 71
75
|
---|---|---|---|---|---|---|---|
3f2ed035_horization_Language__EPAL_1_2___Return_Value | [Name] boolean-bag [Arguments] Zero or more attribute values of http://www.w3.org/2001/XMLSchema#boolean [Return Value] | A bag of http://www.w3.org/2001/XMLSchema#boolean containing all the argument values. | [] | Enterprise Privacy Authorization Language (EPAL 1.2) | Return Value | http://www.w3.org/Submission/2003/SUBM-EPAL-20031110/ | 0/1438042988458.74_20150728002308-00067-ip-10-236-191-2_836057086_46.json |
3f2ed035_horization_Language__EPAL_1_2___Return_Value | [Name] integer-bag [Arguments] Zero or more attribute values of http://www.w3.org/2001/XMLSchema#integer [Return Value] | A bag of http://www.w3.org/2001/XMLSchema#integer containing all the argument values. | [] | Enterprise Privacy Authorization Language (EPAL 1.2) | Return Value | http://www.w3.org/Submission/2003/SUBM-EPAL-20031110/ | 0/1438042988458.74_20150728002308-00067-ip-10-236-191-2_836057086_46.json |
3f2ed035_horization_Language__EPAL_1_2___Return_Value | [Name] double-bag [Arguments] Zero or more attribute values of http://www.w3.org/2001/XMLSchema#double [Return Value] | A bag of http://www.w3.org/2001/XMLSchema#double containing all the argument values. | [] | Enterprise Privacy Authorization Language (EPAL 1.2) | Return Value | http://www.w3.org/Submission/2003/SUBM-EPAL-20031110/ | 0/1438042988458.74_20150728002308-00067-ip-10-236-191-2_836057086_46.json |
3f2ed035_horization_Language__EPAL_1_2___Return_Value | [Name] time-bag [Arguments] Zero or more attribute values of http://www.w3.org/2001/XMLSchema#time [Return Value] | A bag of http://www.w3.org/2001/XMLSchema#time containing all the argument values. | [] | Enterprise Privacy Authorization Language (EPAL 1.2) | Return Value | http://www.w3.org/Submission/2003/SUBM-EPAL-20031110/ | 0/1438042988458.74_20150728002308-00067-ip-10-236-191-2_836057086_46.json |
3f2ed035_horization_Language__EPAL_1_2___Return_Value | [Name] date-bag [Arguments] Zero or more attribute values of http://www.w3.org/2001/XMLSchema#date [Return Value] | A bag of http://www.w3.org/2001/XMLSchema#date containing all the argument values. | [] | Enterprise Privacy Authorization Language (EPAL 1.2) | Return Value | http://www.w3.org/Submission/2003/SUBM-EPAL-20031110/ | 0/1438042988458.74_20150728002308-00067-ip-10-236-191-2_836057086_46.json |
3f2ed035_horization_Language__EPAL_1_2___Return_Value | [Name] dateTime-bag [Arguments] Zero or more attribute values of http://www.w3.org/2001/XMLSchema#dateTime [Return Value] | A bag of http://www.w3.org/2001/XMLSchema#dateTime containing all the argument values. | [] | Enterprise Privacy Authorization Language (EPAL 1.2) | Return Value | http://www.w3.org/Submission/2003/SUBM-EPAL-20031110/ | 0/1438042988458.74_20150728002308-00067-ip-10-236-191-2_836057086_46.json |
a1608a45_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use valid (X)HTML [Rationale] Valid HTML code is a first step toward more compatibility with browsers and better rendering on the latest ones. Using only strict HTML (that is, the Strict HTML DTD) makes the site easier to maintain and evolve. [Test tool] The W3C HTML Validator is one of the many options available. The LogValidator is especially helpful in maintaining a valid Web site. [Details] | Using valid HTML means having an HTML code that follows one of the DTDs of the HTML specification. Your best choice is valid XHTML strict markup: XHTML means that the code will benefit from all the XML power, and strict ensures your site won't mix presentation markup with the structure. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
a1608a45_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use extensively valid CSS [Rationale] Linked style sheets allow presentation to be decoupled completely from the page structure of your site, and lets you quickly change its layout and rendering. It also guarantees that everybody can adjust the rendering to their needs and tastes. [Test tool] The CSS Validator detects any non-compliant use of the CSS technologies. [Details] | Avoid any presentational markup and keep all the layout features in well-defined CSS style sheets. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
a1608a45_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use HTTP properly [Rationale] HTTP is a very powerful protocol and you get most of its power with stable URLs and an efficient caching system: bookmarks and links don't break, network access is faster, users are happy! [Test tool] The W3C Link Checker can provide some help. Besides, the advices given in the Common HTTP Implementation Problems Note can help assess what needs to be respected. [Details] | Make sure that each page of your site is accessible with a stable address (URL) and that the HTTP caching properties are set correctly. Make sure if you migrate to a new site version that the URLs are either kept as is or at least redirected to the new ones. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
a1608a45_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use SVG and PNG for graphics [Rationale] PNG is a much more capable format than other binary formats for raster images because it provides better compression, more options, and it's free. The best format you should require is SVG: it's scalable, XML-based, very light, and has a lot of capabilities, for example, animation using SMIL, which is supported on cell phones, etc. [Test tool] N/A [Details] | Use PNG for raster images, and SVG for all others. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
a1608a45_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use techniques to make your content accessible [Rationale] Making a site accessible benefits all of your users, and broadens your current audience. This requirement may be required by law in some countries. [Test tool] See Evaluation Tools for Web Content Accessibility. [Details] | Details. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
a1608a45_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use standards scripting languages [Rationale] DOM and Ecmascript (the common standard behind Javascript and JScript) are the best way to go to get interoperable scripts to create animations in your Web site. But do not forget your users that don't have these scripting capacities enabled. [Test tool] N/A [Details] | Use the DOM API combined with Ecmascript (but don't make the use of scripts mandatory to navigate in the site!). | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
9c95b4c0_Web_IDL__Keyword | [Special operation] Getters [Purpose] Defines behavior for when an object is indexed for property retrieval. [Keyword] | getter | [
[
"g",
"e",
"t",
"t",
"e",
"r"
],
[
"s",
"e",
"t",
"t",
"e",
"r"
],
[
"c",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"d",
"e",
"l",
"e",
"t",
"e",
"r"
],
[
"l",
"e",
"g",
"a",
"c",
"y",
"c",
"a",
"l",
"l",
"e",
"r"
],
[
"s",
"t",
"r",
"i",
"n",
"g",
"i",
"f",
"i",
"e",
"r"
]
] | Web IDL | Keyword | http://www.w3.org/TR/2012/CR-WebIDL-20120419/ | 0/1438042988458.74_20150728002308-00272-ip-10-236-191-2_818079041_7.json |
9c95b4c0_Web_IDL__Keyword | [Special operation] Setters [Purpose] Defines behavior for when an object is indexed for property assignment. [Keyword] | setter | [
[
"g",
"e",
"t",
"t",
"e",
"r"
],
[
"s",
"e",
"t",
"t",
"e",
"r"
],
[
"c",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"d",
"e",
"l",
"e",
"t",
"e",
"r"
],
[
"l",
"e",
"g",
"a",
"c",
"y",
"c",
"a",
"l",
"l",
"e",
"r"
],
[
"s",
"t",
"r",
"i",
"n",
"g",
"i",
"f",
"i",
"e",
"r"
]
] | Web IDL | Keyword | http://www.w3.org/TR/2012/CR-WebIDL-20120419/ | 0/1438042988458.74_20150728002308-00272-ip-10-236-191-2_818079041_7.json |
9c95b4c0_Web_IDL__Keyword | [Special operation] Creators [Purpose] Defines behavior for when an object is indexed for property creation. [Keyword] | creator | [
[
"g",
"e",
"t",
"t",
"e",
"r"
],
[
"s",
"e",
"t",
"t",
"e",
"r"
],
[
"c",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"d",
"e",
"l",
"e",
"t",
"e",
"r"
],
[
"l",
"e",
"g",
"a",
"c",
"y",
"c",
"a",
"l",
"l",
"e",
"r"
],
[
"s",
"t",
"r",
"i",
"n",
"g",
"i",
"f",
"i",
"e",
"r"
]
] | Web IDL | Keyword | http://www.w3.org/TR/2012/CR-WebIDL-20120419/ | 0/1438042988458.74_20150728002308-00272-ip-10-236-191-2_818079041_7.json |
9c95b4c0_Web_IDL__Keyword | [Special operation] Deleters [Purpose] Defines behavior for when an object is indexed for property deletion. [Keyword] | deleter | [
[
"g",
"e",
"t",
"t",
"e",
"r"
],
[
"s",
"e",
"t",
"t",
"e",
"r"
],
[
"c",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"d",
"e",
"l",
"e",
"t",
"e",
"r"
],
[
"l",
"e",
"g",
"a",
"c",
"y",
"c",
"a",
"l",
"l",
"e",
"r"
],
[
"s",
"t",
"r",
"i",
"n",
"g",
"i",
"f",
"i",
"e",
"r"
]
] | Web IDL | Keyword | http://www.w3.org/TR/2012/CR-WebIDL-20120419/ | 0/1438042988458.74_20150728002308-00272-ip-10-236-191-2_818079041_7.json |
9c95b4c0_Web_IDL__Keyword | [Special operation] Legacy callers [Purpose] Defines behavior for when an object is called as if it were a function. [Keyword] | legacycaller | [
[
"g",
"e",
"t",
"t",
"e",
"r"
],
[
"s",
"e",
"t",
"t",
"e",
"r"
],
[
"c",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"d",
"e",
"l",
"e",
"t",
"e",
"r"
],
[
"l",
"e",
"g",
"a",
"c",
"y",
"c",
"a",
"l",
"l",
"e",
"r"
],
[
"s",
"t",
"r",
"i",
"n",
"g",
"i",
"f",
"i",
"e",
"r"
]
] | Web IDL | Keyword | http://www.w3.org/TR/2012/CR-WebIDL-20120419/ | 0/1438042988458.74_20150728002308-00272-ip-10-236-191-2_818079041_7.json |
9c95b4c0_Web_IDL__Keyword | [Special operation] Stringifiers [Purpose] Defines how an object is converted into a DOMString. [Keyword] | stringifier | [
[
"g",
"e",
"t",
"t",
"e",
"r"
],
[
"s",
"e",
"t",
"t",
"e",
"r"
],
[
"c",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"d",
"e",
"l",
"e",
"t",
"e",
"r"
],
[
"l",
"e",
"g",
"a",
"c",
"y",
"c",
"a",
"l",
"l",
"e",
"r"
],
[
"s",
"t",
"r",
"i",
"n",
"g",
"i",
"f",
"i",
"e",
"r"
]
] | Web IDL | Keyword | http://www.w3.org/TR/2012/CR-WebIDL-20120419/ | 0/1438042988458.74_20150728002308-00272-ip-10-236-191-2_818079041_7.json |
38a6d1f0_s_compliant_Web_sites___W3C_QA__Test_tool | [Requirement] Use valid (X)HTML [Details] Using valid HTML means having an HTML code that follows one of the DTDs of the HTML specification. Your best choice is valid XHTML strict markup: XHTML means that the code will benefit from all the XML power, and strict ensures your site won't mix presentation markup with the structure. [Rationale] Valid HTML code is a first step toward more compatibility with browsers and better rendering on the latest ones. Using only strict HTML (that is, the Strict HTML DTD) makes the site easier to maintain and evolve. [Test tool] | The W3C HTML Validator is one of the many options available. The LogValidator is especially helpful in maintaining a valid Web site. | [] | Buy standards compliant Web sites — W3C QA | Test tool | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
38a6d1f0_s_compliant_Web_sites___W3C_QA__Test_tool | [Requirement] Use extensively valid CSS [Details] Avoid any presentational markup and keep all the layout features in well-defined CSS style sheets. [Rationale] Linked style sheets allow presentation to be decoupled completely from the page structure of your site, and lets you quickly change its layout and rendering. It also guarantees that everybody can adjust the rendering to their needs and tastes. [Test tool] | The CSS Validator detects any non-compliant use of the CSS technologies. | [] | Buy standards compliant Web sites — W3C QA | Test tool | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
38a6d1f0_s_compliant_Web_sites___W3C_QA__Test_tool | [Requirement] Use HTTP properly [Details] Make sure that each page of your site is accessible with a stable address (URL) and that the HTTP caching properties are set correctly. Make sure if you migrate to a new site version that the URLs are either kept as is or at least redirected to the new ones. [Rationale] HTTP is a very powerful protocol and you get most of its power with stable URLs and an efficient caching system: bookmarks and links don't break, network access is faster, users are happy! [Test tool] | The W3C Link Checker can provide some help. Besides, the advices given in the Common HTTP Implementation Problems Note can help assess what needs to be respected. | [] | Buy standards compliant Web sites — W3C QA | Test tool | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
38a6d1f0_s_compliant_Web_sites___W3C_QA__Test_tool | [Requirement] Use SVG and PNG for graphics [Details] Use PNG for raster images, and SVG for all others. [Rationale] PNG is a much more capable format than other binary formats for raster images because it provides better compression, more options, and it's free. The best format you should require is SVG: it's scalable, XML-based, very light, and has a lot of capabilities, for example, animation using SMIL, which is supported on cell phones, etc. [Test tool] | N/A | [] | Buy standards compliant Web sites — W3C QA | Test tool | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
38a6d1f0_s_compliant_Web_sites___W3C_QA__Test_tool | [Requirement] Use techniques to make your content accessible [Details] Details. [Rationale] Making a site accessible benefits all of your users, and broadens your current audience. This requirement may be required by law in some countries. [Test tool] | See Evaluation Tools for Web Content Accessibility. | [] | Buy standards compliant Web sites — W3C QA | Test tool | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
38a6d1f0_s_compliant_Web_sites___W3C_QA__Test_tool | [Requirement] Use standards scripting languages [Details] Use the DOM API combined with Ecmascript (but don't make the use of scripts mandatory to navigate in the site!). [Rationale] DOM and Ecmascript (the common standard behind Javascript and JScript) are the best way to go to get interoperable scripts to create animations in your Web site. But do not forget your users that don't have these scripting capacities enabled. [Test tool] | N/A | [] | Buy standards compliant Web sites — W3C QA | Test tool | http://www.w3.org/QA/2002/07/WebAgency-Requirements | 0/1438042988458.74_20150728002308-00026-ip-10-236-191-2_835657789_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Hidden [Data type] An arbitrary string [Control type] n/a [Keyword] | hidden | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Text [Data type] Text with no line breaks [Control type] Text field [Keyword] | text | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Search [Data type] Text with no line breaks [Control type] Search field [Keyword] | search | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Telephone [Data type] Text with no line breaks [Control type] A text field [Keyword] | tel | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] URL [Data type] An absolute IRI [Control type] A text field [Keyword] | url | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] E-mail [Data type] An e-mail address or list of e-mail addresses [Control type] A text field [Keyword] | email | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Password [Data type] Text with no line breaks (sensitive information) [Control type] Text field that obscures data entry [Keyword] | password | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Date and Time [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC [Control type] A date and time control [Keyword] | datetime | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Date [Data type] A date (year, month, day) with no time zone [Control type] A date control [Keyword] | date | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Month [Data type] A date consisting of a year and a month with no time zone [Control type] A month control [Keyword] | month | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Week [Data type] A date consisting of a week-year number and a week number with no time zone [Control type] A week control [Keyword] | week | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Time [Data type] A time (hour, minute, seconds, fractional seconds) with no time zone [Control type] A time control [Keyword] | time | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Local Date and Time [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone [Control type] A date and time control [Keyword] | datetime-local | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Number [Data type] A numerical value [Control type] A text field or spinner control [Keyword] | number | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Range [Data type] A numerical value, with the extra semantic that the exact value is not important [Control type] A slider control or similar [Keyword] | range | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Color [Data type] An sRGB color with 8-bit red, green, and blue components [Control type] A color well [Keyword] | color | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Checkbox [Data type] A set of zero or more values from a predefined list [Control type] A checkbox [Keyword] | checkbox | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Radio Button [Data type] An enumerated value [Control type] A radio button [Keyword] | radio | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] File Upload [Data type] Zero or more files each with a MIME type and optionally a file name [Control type] A label and a button [Keyword] | file | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Submit Button [Data type] An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission [Control type] A button [Keyword] | submit | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Image Button [Data type] A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission [Control type] Either a clickable image, or a button [Keyword] | image | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Reset Button [Data type] n/a [Control type] A button [Keyword] | reset | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
c3999b57_HTML5__Edition_for_Web_Authors__Keyword | [State] Button [Data type] n/a [Control type] A button [Keyword] | button | [] | 4.10.7 The input element — HTML5: Edition for Web Authors | Keyword | http://www.w3.org/TR/2011/WD-html5-author-20110809/the-input-element.html | 0/1438042988061.16_20150728002308-00338-ip-10-236-191-2_809838126_0.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Translate [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes No [Default Values] translate="yes" for elements, and translate="no" for attributes [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Localization Note [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes Yes [Default Values] None [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Terminology [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes Yes [Default Values] term="no" [Inheritance] None [Overriding] | Not applicable | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Directionality [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes No [Default Values] dir="ltr" [Inheritance] Textual content of element, including attributes and child elements [Overriding] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Ruby [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes Yes [Default Values] None [Inheritance] None [Overriding] | Not applicable | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Language Information [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] No Yes [Default Values] None [Inheritance] Textual content of element, including attributes and child elements [Overriding] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
a1266aeb__Version_1_0____Review_Version__Overriding | [Data category] Elements Within Text [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] Yes No [Default Values] withinText="no" [Inheritance] None [Overriding] | Not applicable | [
[
"Y",
"e",
"s"
],
[
"N",
"o",
"t",
" ",
"a",
"p",
"p",
"l",
"i",
"c",
"a",
"b",
"l",
"e"
]
] | Internationalization Tag Set (ITS) Version 1.0 -- Review Version | Overriding | http://www.w3.org/TR/its/itstagset-diff-20070226.html | 0/1438042988458.74_20150728002308-00317-ip-10-236-191-2_815102215_6.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] hanging-punctuation [Values] none | [ first || [ force-end | allow-end ] || last ] [Initial] none [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | inline elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] hyphens [Values] none | manual | auto [Initial] manual [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] letter-spacing [Values] normal | [Initial] normal [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] line-break [Values] auto | loose | normal | strict [Initial] auto [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] overflow-wrap [Values] normal | break-word [Initial] normal [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] tab-size [Values] | [Initial] 8 [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | block containers | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] text-align [Values] start | end | left | right | center | justify | match-parent | start end [Initial] start [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | block containers | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] text-align-last [Values] auto | start | end | left | right | center | justify [Initial] auto [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | block containers | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] text-indent [Values] [ | ] && hanging? && each-line? [Initial] 0 [Inh.] yes [Percentages] refers to width of containing block [Media] visual [Applies to] | block containers | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] text-justify [Values] auto | none | inter-word | distribute [Initial] auto [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | block containers and, optionally, inline elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] text-transform [Values] none | capitalize | uppercase | lowercase | full-width [Initial] none [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] white-space [Values] normal | pre | nowrap | pre-wrap | pre-line [Initial] normal [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] word-break [Values] normal | keep-all | break-all [Initial] normal [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] word-spacing [Values] [ normal | | ] [Initial] normal [Inh.] yes [Percentages] refers to width of the affected glyph [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
1998bba6_CSS_Text_Module_Level_3__Applies_to | [Property] word-wrap [Values] normal | break-word [Initial] normal [Inh.] yes [Percentages] N/A [Media] visual [Applies to] | all elements | [] | CSS Text Module Level 3 | Applies to | http://www.w3.org/TR/css3-text/ | 0/1438042988458.74_20150728002308-00334-ip-10-236-191-2_809556994_16.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Message/Service [Required] | Required but not dependent | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Request/Signature [Required] | Optional, may be used to support non-repudiation | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Response/Signature [Required] | Optional, may be used to support non-repudiation | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Message/RequestId [Required] | Required but not dependent | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Message/ResponseId [Required] | Required but not dependent | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Message/Nonce [Required] | Unnecessary | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Request/RespondWith=Represent [Required] | Unnecessary | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
06386c62_cification__XKMS_2_0__Bindings__Required | [XKMS element] Request/MessageHash [Required] | Unnecessary | [] | XML Key Management Specification (XKMS 2.0) Bindings | Required | http://www.w3.org/TR/2004/CR-xkms2-bindings-20040405/ | 0/1438042988458.74_20150728002308-00229-ip-10-236-191-2_822591258_6.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] hidden [State] Hidden [Control type] n/a [Data type] | An arbitrary string | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] text [State] Text [Control type] Text field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] search [State] Search [Control type] Search field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] tel [State] Telephone [Control type] A text field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] url [State] URL [Control type] A text field [Data type] | An absolute IRI | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] email [State] E-mail [Control type] A text field [Data type] | An e-mail address or list of e-mail addresses | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] password [State] Password [Control type] Text field that obscures data entry [Data type] | Text with no line breaks (sensitive information) | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] datetime [State] Date and Time [Control type] A date and time control [Data type] | A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] date [State] Date [Control type] A date control [Data type] | A date (year, month, day) with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] month [State] Month [Control type] A month control [Data type] | A date consisting of a year and a month with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] week [State] Week [Control type] A week control [Data type] | A date consisting of a week-year number and a week number with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] time [State] Time [Control type] A time control [Data type] | A time (hour, minute, seconds, fractional seconds) with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] datetime-local [State] Local Date and Time [Control type] A date and time control [Data type] | A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] number [State] Number [Control type] A text field or spinner control [Data type] | A numerical value | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] range [State] Range [Control type] A slider control or similar [Data type] | A numerical value, with the extra semantic that the exact value is not important | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] color [State] Color [Control type] A color well [Data type] | An sRGB color with 8-bit red, green, and blue components | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] checkbox [State] Checkbox [Control type] A checkbox [Data type] | A set of zero or more values from a predefined list | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] radio [State] Radio Button [Control type] A radio button [Data type] | An enumerated value | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] file [State] File Upload [Control type] A label and a button [Data type] | Zero or more files each with a MIME type and optionally a file name | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] submit [State] Submit Button [Control type] A button [Data type] | An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] image [State] Image Button [Control type] Either a clickable image, or a button [Data type] | A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] reset [State] Reset Button [Control type] A button [Data type] | n/a | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
1f766390_10_7_The_input_element___HTML5__Data_type | [Keyword] button [State] Button [Control type] A button [Data type] | n/a | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/2011/WD-html5-20110405/the-input-element.html | 0/1438042988061.16_20150728002308-00212-ip-10-236-191-2_819001764_0.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.