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
|
---|---|---|---|---|---|---|---|
eb7ed10e_10_7_The_input_element___HTML5__Keyword | [State] Reset Button [Data type] n/a [Control type] A button [Keyword] | reset | [] | 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] Button [Data type] n/a [Control type] A button [Keyword] | button | [] | 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 |
b3eeb33c_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_MSAA | [Scenario] When an accessibility subtree is hidden [Microsoft UIA event] AutomationElement..::.StructureChangedEvent [ATK/AT-SPI event] children_changed::remove [AXAPI Notification] AXUIElementDestroyed If in a live region, AXLiveRegionChanged [MSAA] | EVENT_OBJECT_HIDE The MSAA event called EVENT_OBJECT_DESTROY is not used because this has a history of stability issues and assistive technology avoids it. In any case, from the user's point of view, there is no difference between something that is hidden or destroyed. | [] | Core Accessibility API Mappings 1.1 | MSAA | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
b3eeb33c_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_MSAA | [Scenario] When an accessibility subtree is removed [Microsoft UIA event] AutomationElement..::.StructureChangedEvent [ATK/AT-SPI event] children_changed::remove [AXAPI Notification] AXUIElementDestroyed If in a live region, AXLiveRegionChanged [MSAA] | EVENT_OBJECT_REORDER The MSAA event called EVENT_OBJECT_DESTROY is not used because this has a history of stability issues and assistive technology avoids it. In any case, from the user's point of view, there is no difference between something that is hidden or destroyed. | [] | Core Accessibility API Mappings 1.1 | MSAA | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
b3eeb33c_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_MSAA | [Scenario] When an accessibility subtree is shown [ATK/AT-SPI event] children_changed::add [AXAPI Notification] AXUIElementCreated If in a live region, AXLiveRegionChanged [MSAA] | EVENT_OBJECT_SHOW | [] | Core Accessibility API Mappings 1.1 | MSAA | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
b3eeb33c_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_MSAA | [Scenario] When an accessibility subtree is inserted [ATK/AT-SPI event] children_changed::add [AXAPI Notification] AXUIElementCreated If in a live region, AXLiveRegionChanged [MSAA] | EVENT_OBJECT_REORDER | [] | Core Accessibility API Mappings 1.1 | MSAA | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
b3eeb33c_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_MSAA | [Scenario] When an accessibility subtree is moved [Microsoft UIA event] Treat it as a removal from one place and insertion in another [ATK/AT-SPI event] Treat it as a removal from one place and insertion in another [AXAPI Notification] AXUIElementDestroyed/ AXUIElementCreated If in a live region, AXLiveRegionChanged [MSAA] | Treat it as a removal from one place and insertion in another | [] | Core Accessibility API Mappings 1.1 | MSAA | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
b3eeb33c_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_MSAA | [Scenario] When an accessibility subtree is changed (e.g. replaceNode) [Microsoft UIA event] Treat it as a removal and insertion [ATK/AT-SPI event] Treat it as a removal and insertion [AXAPI Notification] AXUIElementDestroyed/ AXUIElementCreated If in a live region, AXLiveRegionChanged [MSAA] | Treat it as a removal and insertion | [] | Core Accessibility API Mappings 1.1 | MSAA | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
123e1d5e_s_compliant_Web_sites___W3C_QA__Rationale | [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. [Test tool] The W3C HTML Validator is one of the many options available. The LogValidator is especially helpful in maintaining a valid Web site. [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. | [] | Buy standards compliant Web sites — W3C QA | Rationale | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
123e1d5e_s_compliant_Web_sites___W3C_QA__Rationale | [Requirement] Use extensively valid CSS [Details] Avoid any presentational markup and keep all the layout features in well-defined CSS style sheets. [Test tool] The CSS Validator detects any non-compliant use of the CSS technologies. [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. | [] | Buy standards compliant Web sites — W3C QA | Rationale | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
123e1d5e_s_compliant_Web_sites___W3C_QA__Rationale | [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. [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. [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! | [] | Buy standards compliant Web sites — W3C QA | Rationale | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
123e1d5e_s_compliant_Web_sites___W3C_QA__Rationale | [Requirement] Use SVG and PNG for graphics [Details] Use PNG for raster images, and SVG for all others. [Test tool] N/A [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. | [] | Buy standards compliant Web sites — W3C QA | Rationale | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
123e1d5e_s_compliant_Web_sites___W3C_QA__Rationale | [Requirement] Use techniques to make your content accessible [Details] Details. [Test tool] See Evaluation Tools for Web Content Accessibility. [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. | [] | Buy standards compliant Web sites — W3C QA | Rationale | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
123e1d5e_s_compliant_Web_sites___W3C_QA__Rationale | [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!). [Test tool] N/A [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. | [] | Buy standards compliant Web sites — W3C QA | Rationale | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Gives alternate representations of the current document. [Link type] | alternate | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Provides a link to a collection of records, documents, or other materials of historical interest. [Link type] | archives | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Gives a link to the current document's author. [Link type] | author | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Indicates that the current document is a part of a series, and that the first document in the series is the referenced document. [Link type] | first | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Provides a link to context-sensitive help. [Link type] | help | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] External Resource [Description] Imports an icon to represent the current document. [Link type] | icon | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Gives a link to the document that provides a table of contents or index listing the current document. [Link type] | index | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Indicates that the current document is a part of a series, and that the last document in the series is the referenced document. [Link type] | last | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Indicates that the main content of the current document is covered by the copyright license described by the referenced document. [Link type] | license | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [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. [Link type] | next | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] External Resource [Description] Gives the address of the pingback server that handles pingbacks to the current document. [Link type] | pingback | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] External Resource [Description] Specifies that the target resource should be preemptively cached. [Link type] | prefetch | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [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. [Link type] | prev | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Gives a link to a resource that can be used to search through the current document and its related pages. [Link type] | search | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] External Resource [Description] Imports a stylesheet. [Link type] | stylesheet | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one). [Link type] | sidebar | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Gives a tag (identified by the given address) that applies to the current document. [Link type] | tag | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
c7ec0698_HTML_Elements_link___W3C_Wiki__Link_type | [Category] Hyperlink [Description] Provides a link to a document giving the context for the current document. [Link type] | up | [] | HTML/Elements/link - W3C Wiki | Link type | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] eq [Semantics] | The “Equals” operator indicating that a given value equals the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] gt [Semantics] | The “Greater Than” operator indicating that a given value is greater than the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] gteq [Semantics] | The “Greater Than or Equal To” operator indicating that a given value is greater than or equal to the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] hasPart [Semantics] | The “Has Part” operator indicating that a given value contains the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] isA [Semantics] | The “Is A” operator indicating that a given value is an instance of the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] isAllOf [Semantics] | The “Is All Of” operator indicating that a given value is all of the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] isAnyOf [Semantics] | The “Is Any Of” operator indicating that a given value is any of the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] isNoneOf [Semantics] | The “Is None Of” operator indicating that a given value is none of the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] isPartOf [Semantics] | The “Is Part Of” operator indicating that a given value is contained by the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] lt [Semantics] | The “Less Than” operator indicating that a given value is less than the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] lteq [Semantics] | The “Less Than or Equal To” operator indicating that a given value is less than or equal to the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
43a5360d_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics | [Identifier] neq [Semantics] | The “Not Equal To” operator indicating that a given value is not equal to the rightOperand of the Constraint | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_6.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Background colour [Description] | Solid background colour to be used when presenting the image if no better option is available. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Gamma and chromaticity [Description] | Gamma characteristic of the image with respect to the desired output intensity, and chromaticity characteristics of the RGB values used in the image. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] ICC profile [Description] | Description of the colour space (in the form of an International Color Consortium (ICC) profile) to which the samples in the image conform. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Image histogram [Description] | Estimates of how frequently the image uses each palette entry. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Physical pixel dimensions [Description] | Intended pixel size and aspect ratio to be used in presenting the PNG image. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Significant bits [Description] | The number of bits that are significant in the samples. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] sRGB colour space [Description] | A rendering intent (as defined by the International Color Consortium) and an indication that the image samples conform to this colour space. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Suggested palette [Description] | A reduced palette that may be used when the display device is not capable of displaying the full range of colours in the image. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Textual data [Description] | Textual information (which may be compressed) associated with the image. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Time [Description] | The time when the PNG image was last modified. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
72f67b7c_Specification__Second_Edition__Types_of_ancillary_information_Description | [Type of information] Transparency [Description] | Alpha information that allows the reference image to be reconstructed when the alpha channel is not retained in the PNG image. | [] | Portable Network Graphics (PNG) Specification (Second Edition) | Description | http://www.w3.org/TR/PNG/ | 1/1438042987127.36_20150728002307-00007-ip-10-236-191-2_827102214_0.json |
dd7f049c_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Comment | [Identifier] Agreement [Semantics] Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved. [Comment] | Must contain at least the Party entity with Assigner role and a Party with Assignee role. The latter being granted the terms of the Agreement from the former. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_2.json |
dd7f049c_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Comment | [Identifier] Offer [Semantics] Policy expressions that propose terms of usage from an Asset owner [Comment] | Must contain a Party entity with Assigner role. The Offer may contain a Party entity with Assignee role, but does not grant any privileges to that Party. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_2.json |
dd7f049c_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Comment | [Identifier] Privacy [Semantics] Policy expressions that stipulate the terms of usage over personal information. [Comment] | Must contain at least the Party entity with Assigner role and a Party with Assignee role. Must also contain a Duty on the assignee related to obligations towards managing the assigner’s Asset containing personal information. The Assignee is being granted the terms of the Privacy policy from the Assigner. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_2.json |
dd7f049c_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Comment | [Identifier] Request [Semantics] Policy expressions that propose terms of usage to an Asset owner [Comment] | Must contain a Party entity with Assignee role. The Request may also contain the Party entity with Assigner role if this is known. No privileges are granted to any Party. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_2.json |
dd7f049c_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Comment | [Identifier] Set [Semantics] Policy expressions that consists of entities from the complete model [Comment] | The Set is aimed at scenarios where there is an open criteria for the semantics of the policy expressions and typically refined by other systems/profiles that process the information at a later time. No privileges are granted to any Party. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_2.json |
dd7f049c_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Comment | [Identifier] Ticket [Semantics] Policy expressions that stipulate the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession [Comment] | May contain the Party entity with Assigner role and the Party entity with Assignee role. A Ticket (or Voucher) may be anonymous or personalised, where the holder of that Ticket may remain unknown or has to be identified. The holder, or if known, the Assignee, is being granted the terms of the Ticket from the Assigner (in known). | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_2.json |
b9fcaf65_OWL_2_RL_in_RIF__Interpretation | [Notation] {$ rule text $} [Interpretation] | Emit the rule text substituting any occurrence of variables from the binding map. The outer {$ $} can be omitted in cases where there is no ambiguity. | [] | OWL 2 RL in RIF | Interpretation | http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/diff-from-20091001 | 1/1438042987127.36_20150728002307-00222-ip-10-236-191-2_819340653_10.json |
b9fcaf65_OWL_2_RL_in_RIF__Interpretation | [Notation] for(?elt in ?list) { template } [Interpretation] | ?list is a variable in the pattern which is bound to an RDF List. The for operator iterates over each element of the ?list in turn replacing the binding map for the ?elt variable with the next list entry and processes the enclosed template in the context of that new binding map. | [] | OWL 2 RL in RIF | Interpretation | http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/diff-from-20091001 | 1/1438042987127.36_20150728002307-00222-ip-10-236-191-2_819340653_10.json |
b9fcaf65_OWL_2_RL_in_RIF__Interpretation | [Notation] for(?elt in ?list, != ?other) { template } [Interpretation] | ?list is a variable in the pattern which is bound to an RDF List. The for operator iterates over each element of the ?list in turn, skipping any element identical to ?other , replacing the binding map for the ?elt variable with the next list entry and processes the enclosed template in the context of that new binding map. | [] | OWL 2 RL in RIF | Interpretation | http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/diff-from-20091001 | 1/1438042987127.36_20150728002307-00222-ip-10-236-191-2_819340653_10.json |
b9fcaf65_OWL_2_RL_in_RIF__Interpretation | [Notation] $length(?list)$ [Interpretation] | Used within a template this will be replaced by the length the RDFList bound to ?list. | [] | OWL 2 RL in RIF | Interpretation | http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/diff-from-20091001 | 1/1438042987127.36_20150728002307-00222-ip-10-236-191-2_819340653_10.json |
b9fcaf65_OWL_2_RL_in_RIF__Interpretation | [Notation] $i$ [Interpretation] | Used within a for(?elt in ?list){ template } this will be replaced by the index of the current ?elt. | [] | OWL 2 RL in RIF | Interpretation | http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/diff-from-20091001 | 1/1438042987127.36_20150728002307-00222-ip-10-236-191-2_819340653_10.json |
b9fcaf65_OWL_2_RL_in_RIF__Interpretation | [Notation] $i+1$ [Interpretation] | Used within a for(?elt in ?list){ template } this will be replaced by the index of the current ?elt, plus 1. | [] | OWL 2 RL in RIF | Interpretation | http://www.w3.org/TR/2010/WD-rif-owl-rl-20100511/diff-from-20091001 | 1/1438042987127.36_20150728002307-00222-ip-10-236-191-2_819340653_10.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
0604a257_TML5__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/2010/WD-html5-20100624/author/the-input-element.html | 1/1438042990112.50_20150728002310-00088-ip-10-236-191-2_825965352_0.json |
299352e7_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics | [Identifier] Individual [Comment] Must be supported. [Semantics] | The Party is a single individual | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
299352e7_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics | [Identifier] Group [Comment] Must be supported. [Semantics] | The Party represents a defined group with multiple individual members | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
299352e7_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics | [Identifier] All [Comment] For example, may be used to indicate all the users of a specific social network the party is a member of. Note that “group” scope is also assumed. [Semantics] | All the collective individuals within a context | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
299352e7_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics | [Identifier] AllConnections [Comment] For example, may be used to indicate all “friends” of the Party. Note that “group” scope is also assumed. [Semantics] | All the first-level connections of the Party | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
299352e7_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics | [Identifier] All2ndConnections [Comment] For example, may be used to indicate all “friends of friends” of the Party. Note that “group” scope is also assumed. [Semantics] | All the second-level connections of the Party | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
299352e7_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics | [Identifier] AllGroups [Comment] For example, may be used to indicate all groups that the Party is a member of. Note that “group” scope is also assumed. [Semantics] | All the group connections of the Party | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Semantics | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
d80773fc_P3P_20000424_P3P_Specification__Short_display_name | [dynamic.] clickstream.client [Category] Navigation and Click-stream Data [Type] text [Short display name] | Click-stream collected on the client | [] | WD-P3P-20000424 P3P Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20000424/ | 1/1438042987127.36_20150728002307-00295-ip-10-236-191-2_828313710_32.json |
d80773fc_P3P_20000424_P3P_Specification__Short_display_name | [dynamic.] clickstream.server [Category] Navigation and Click-stream Data [Type] text [Short display name] | Click-stream collected on the server | [] | WD-P3P-20000424 P3P Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20000424/ | 1/1438042987127.36_20150728002307-00295-ip-10-236-191-2_828313710_32.json |
d80773fc_P3P_20000424_P3P_Specification__Short_display_name | [dynamic.] cookies [Category] (variable-category) [Type] text [Short display name] | Cookies are processed (read/write) | [] | WD-P3P-20000424 P3P Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20000424/ | 1/1438042987127.36_20150728002307-00295-ip-10-236-191-2_828313710_32.json |
d80773fc_P3P_20000424_P3P_Specification__Short_display_name | [dynamic.] http.useragent [Category] Computer Information [Type] text [Short display name] | User Agent information | [] | WD-P3P-20000424 P3P Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20000424/ | 1/1438042987127.36_20150728002307-00295-ip-10-236-191-2_828313710_32.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.