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
|
---|---|---|---|---|---|---|---|
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] license [Category] Hyperlink [Description] | Indicates that the main content of the current document is covered by the copyright license described by the referenced document. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] next [Category] Hyperlink [Description] | Indicates that the current document is a part of a series, and that the next document in the series is the referenced document. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] pingback [Category] External Resource [Description] | Gives the address of the pingback server that handles pingbacks to the current document. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] prefetch [Category] External Resource [Description] | Specifies that the target resource should be preemptively cached. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] prev [Category] Hyperlink [Description] | Indicates that the current document is a part of a series, and that the previous document in the series is the referenced document. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] search [Category] Hyperlink [Description] | Gives a link to a resource that can be used to search through the current document and its related pages. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] stylesheet [Category] External Resource [Description] | Imports a stylesheet. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] sidebar [Category] Hyperlink [Description] | Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one). | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] tag [Category] Hyperlink [Description] | Gives a tag (identified by the given address) that applies to the current document. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
51406ce4_HTML_Elements_link___W3C_Wiki__Description | [Link type] up [Category] Hyperlink [Description] | Provides a link to a document giving the context for the current document. | [] | HTML/Elements/link - W3C Wiki | Description | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
f101c923_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.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
f101c923_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.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
f101c923_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.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
f101c923_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.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
f101c923_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.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
f101c923_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.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] hidden [State] Hidden [Control type] n/a [Data type] | An arbitrary string | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] text [State] Text [Control type] Text field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] search [State] Search [Control type] Search field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] url [State] URL [Control type] A text field [Data type] | An absolute IRI | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] radio [State] Radio Button [Control type] A radio button [Data type] | An enumerated value | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___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 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] reset [State] Reset Button [Control type] A button [Data type] | n/a | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
22dbd105_TML5__Edition_for_Web_Authors___Data_type | [Keyword] button [State] Button [Control type] A button [Data type] | n/a | [] | 4.10.7 The input element — HTML5 (Edition for Web Authors) | Data type | http://www.w3.org/TR/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications can create alarms, notifying users [Source] SysApps Charter [Requirement] | Alarm API | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps can add, remove and edit contacts [Source] SysApps Charter [Requirement] | Contacts API | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps can send, receive and view SMS [Source] SysApps Charter [Requirement] | Messaging API | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps can access the telephony capabilities of the underlyling platform: dial a number, pick up a call, route to voicemail, access the call log [Source] SysApps Charter [Requirement] | Telephony API | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps can create, manipulate and listen for low-level TCP and UDP connections [Source] SysApps Charter [Requirement] | Raw Sockets API | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Supports a wide variety of devices including desktop & laptop computers, smart phones, tablets, TVs, cameras, and other connected devices [Source] SysApps Charter [Implications] The security model can make no assumptions about how the device will be used or shared between people and cannot assume a particular process model. [Requirement] | Supports many device form factors | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] All APIs defined by DAP should be accessible to system applications [Source] SysApps Charter [Implications] Either DAP APIs will need to change slightly in the systems context or the security model must allow for API-specific access controls [Requirement] | DAP API Support | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Problems such as 'double prompting' should be avoided when integrating other APIs [Source] SysApps Charter [Implications] Some details of the expected user interactions may need to be specified in the security model or APIs [Requirement] | Minimal user prompting | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications consist of HTML, CSS and JavaScript [Requirement] | HTML5 | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications have access to geolocation data [Requirement] | Location | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications can communicate with other applications [Implications] Some kind of messaging will be supported [Requirement] | Communicate with other applications | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications can communicate with pre-defined web addresses [Implications] Access remote domains will be possible [Requirement] | Communicate with pre-defined endpoints | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications can run on any conformant platform, potentially including any device form factor [Source] Compatibility of application packages [Requirement] | Valid across multiple platforms | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Allow access control decisions to be logged. [Source] webinos [Requirement] | Access control log | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications shall be able to explain why access to data or APIs is being requested. [Source] webinos [Requirement] | API access rationale | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications shall access only its specified device features, extensions and content. [Source] webinos [Requirement] | Application capability restriction | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications shall specify its required functionality at install time or during updates. [Source] webinos [Requirement] | Application intent | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications shall be isolated from each other. [Source] webinos [Requirement] | Application isolation | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Changes to existing application intentions and permissions shall be approved by the end user. [Source] webinos [Requirement] | Application policy approval | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Before being installed or updated, origin authenticity and integrity checks shall be performed by the runtime [Source] webinos [Requirement] | Authenticity check | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] The list of authorities that certified an application shall be viewable by end-users. [Source] webinos [Requirement] | Certifier list | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] The webinos runtime shall support the confidential storage of user credentials. [Source] webinos [Requirement] | Confidential credentials storage | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Access to credentials storage shall be limited to a specific user, a specific device and a set of applications. [Source] webinos [Requirement] | Credentials access restriction | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] applications shall be able to explain how collected sensitive data will be managed. [Source] webinos [Requirement] | Data management rationale | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] A default security and privacy policy shall exist an be enforced on each conformant runtime [Source] webinos [Requirement] | Default policy | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Personal devices shall be bound to their owner's identities. [Source] webinos [Requirement] | Device-identity binding | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] The binding between personal devices and owner's identity shall be revokable. [Source] webinos [Requirement] | Device-identity binding revokation | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Runtimes can enforce multiple access control rules written by multiple stakeholders in a hierarchy. [Source] webinos [Requirement] | Hierarchical policy enforcement | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Data cached by a runtime shall be securely stored to prevent disclosure and tampering by unauthorised entitites. [Source] webinos [Requirement] | Secure cache | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Application data shall be securely stored to prevent disclosure and tampering by unauthorised entities. [Source] webinos [Requirement] | Secure storage | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] When installing or using an application for the first time, the runtime shall establish that the user trusts the source of the application. [Source] webinos [Implications] Apps must have provenance data attached to them [Requirement] | Trusted application source | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] "An app store needs to be able to approve an application, implying they can verify the permissions, integrity and authenticity of the app" [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] App permissions can be changed remotely [Requirement] | App stores can revoke applications | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] B2G: "App store must be able to set the default permissions for an app". [Source] Extrapolated from B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] The user is not the only source of access control decisions. this also suggests a need for conflict resolution. [Requirement] | External trusted party can set app default permissions | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Applications must be installed before executed [Source] B2G, webinos [Requirement] | Installation | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] The device owner must be able to override app settings and permissions (this may not be the user, but a corporate, for example) [Source] B2G (user), webinos (user) [Implications] Access control settings must be changeable [Requirement] | Owner override | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps should be able to discover their privileges and degrade gracefully in a limited privilege environment [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] There must be a standard way for applications to identify the permissions they have and lack [Requirement] | App privilege visibility | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps should be able to discover their privileges and degrade gracefully in a limited privilege environment [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Requirement] | Permission usability | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Apps should not be vulnerable to common web vulnerabilities when granted significant privileges [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] Non-browser security context: may be additional restrictions on HTML/JavaScript [Requirement] | Immunity to browser-based threats | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Ability to grant trust for certain highly sensitive privileges (such as phone dialing) may be restricted at the OS level to specific trusted parties [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] Different 'levels' apply to SysApps - possibly 'roles' [Requirement] | Pre-installed app permissions | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
753c0b6a_WG__Security_Model____W3C_Wiki__Requirement | [Description] Ability for a system application to access (read and write) files outside of that application's sandboxed storage area. [Source] Mailing list: http://lists.w3.org/Archives/Public/public-sysapps/2012Nov/0003.html [Implications] Need to provide both sandboxed and non-sandboxed storage [Requirement] | Access to files outside owned by the platform | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Requirement | http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&curid=6701&diff=63353&oldid=63352 | 1/1438042990112.50_20150728002310-00299-ip-10-236-191-2_802865983_1.json |
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] Hidden [Data type] An arbitrary string [Control type] n/a [Keyword] | hidden | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] Text [Data type] Text with no line breaks [Control type] Text field [Keyword] | text | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] Search [Data type] Text with no line breaks [Control type] Search field [Keyword] | search | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] Telephone [Data type] Text with no line breaks [Control type] A text field [Keyword] | tel | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] URL [Data type] An absolute IRI [Control type] A text field [Keyword] | url | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] Radio Button [Data type] An enumerated value [Control type] A radio button [Keyword] | radio | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
eb7ed10e_10_7_The_input_element___HTML5__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 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110113/the-input-element.html | 1/1438042990112.50_20150728002310-00219-ip-10-236-191-2_804664331_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.