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
|
---|---|---|---|---|---|---|---|
ec9242ce_10_7_The_input_element___HTML5__State | [Keyword] submit [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 [State] | Submit Button | [] | 4.10.7 The input element — HTML5 | State | 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 |
ec9242ce_10_7_The_input_element___HTML5__State | [Keyword] image [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 [State] | Image Button | [] | 4.10.7 The input element — HTML5 | State | 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 |
ec9242ce_10_7_The_input_element___HTML5__State | [Keyword] reset [Data type] n/a [Control type] A button [State] | Reset Button | [] | 4.10.7 The input element — HTML5 | State | 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 |
ec9242ce_10_7_The_input_element___HTML5__State | [Keyword] button [Data type] n/a [Control type] A button [State] | Button | [] | 4.10.7 The input element — HTML5 | State | 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 |
7f40e970_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use valid (X)HTML [Rationale] Valid HTML code is a first step toward more compatibility with browsers and better rendering on the latest ones. Using only strict HTML (that is, the Strict HTML DTD) makes the site easier to maintain and evolve. [Test tool] The W3C HTML Validator is one of the many options available. The LogValidator is especially helpful in maintaining a valid Web site. [Details] | Using valid HTML means having an HTML code that follows one of the DTDs of the HTML specification. Your best choice is valid XHTML strict markup: XHTML means that the code will benefit from all the XML power, and strict ensures your site won't mix presentation markup with the structure. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
7f40e970_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use extensively valid CSS [Rationale] Linked style sheets allow presentation to be decoupled completely from the page structure of your site, and lets you quickly change its layout and rendering. It also guarantees that everybody can adjust the rendering to their needs and tastes. [Test tool] The CSS Validator detects any non-compliant use of the CSS technologies. [Details] | Avoid any presentational markup and keep all the layout features in well-defined CSS style sheets. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
7f40e970_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use HTTP properly [Rationale] HTTP is a very powerful protocol and you get most of its power with stable URLs and an efficient caching system: bookmarks and links don't break, network access is faster, users are happy! [Test tool] The W3C Link Checker can provide some help. Besides, the advices given in the Common HTTP Implementation Problems Note can help assess what needs to be respected. [Details] | Make sure that each page of your site is accessible with a stable address (URL) and that the HTTP caching properties are set correctly. Make sure if you migrate to a new site version that the URLs are either kept as is or at least redirected to the new ones. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
7f40e970_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use SVG and PNG for graphics [Rationale] PNG is a much more capable format than other binary formats for raster images because it provides better compression, more options, and it's free. The best format you should require is SVG: it's scalable, XML-based, very light, and has a lot of capabilities, for example, animation using SMIL, which is supported on cell phones, etc. [Test tool] N/A [Details] | Use PNG for raster images, and SVG for all others. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
7f40e970_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use techniques to make your content accessible [Rationale] Making a site accessible benefits all of your users, and broadens your current audience. This requirement may be required by law in some countries. [Test tool] See Evaluation Tools for Web Content Accessibility. [Details] | Details. | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
7f40e970_s_compliant_Web_sites___W3C_QA__Details | [Requirement] Use standards scripting languages [Rationale] DOM and Ecmascript (the common standard behind Javascript and JScript) are the best way to go to get interoperable scripts to create animations in your Web site. But do not forget your users that don't have these scripting capacities enabled. [Test tool] N/A [Details] | Use the DOM API combined with Ecmascript (but don't make the use of scripts mandatory to navigate in the site!). | [] | Buy standards compliant Web sites — W3C QA | Details | http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en | 1/1438042987127.36_20150728002307-00149-ip-10-236-191-2_812120724_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] alternate [Description] Gives alternate representations of the current document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] archives [Description] Provides a link to a collection of records, documents, or other materials of historical interest. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] author [Description] Gives a link to the current document's author. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] first [Description] Indicates that the current document is a part of a series, and that the first document in the series is the referenced document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] help [Description] Provides a link to context-sensitive help. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] icon [Description] Imports an icon to represent the current document. [Category] | External Resource | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] index [Description] Gives a link to the document that provides a table of contents or index listing the current document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] last [Description] Indicates that the current document is a part of a series, and that the last document in the series is the referenced document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] license [Description] Indicates that the main content of the current document is covered by the copyright license described by the referenced document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] next [Description] Indicates that the current document is a part of a series, and that the next document in the series is the referenced document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] pingback [Description] Gives the address of the pingback server that handles pingbacks to the current document. [Category] | External Resource | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] prefetch [Description] Specifies that the target resource should be preemptively cached. [Category] | External Resource | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] prev [Description] Indicates that the current document is a part of a series, and that the previous document in the series is the referenced document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] search [Description] Gives a link to a resource that can be used to search through the current document and its related pages. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] stylesheet [Description] Imports a stylesheet. [Category] | External Resource | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] sidebar [Description] Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one). [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] tag [Description] Gives a tag (identified by the given address) that applies to the current document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
13d322d1_HTML_Elements_link___W3C_Wiki__Category | [Link type] up [Description] Provides a link to a document giving the context for the current document. [Category] | Hyperlink | [
[
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k"
],
[
"E",
"x",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | HTML/Elements/link - W3C Wiki | Category | http://www.w3.org/wiki/HTML/Elements/link | 1/1438042987127.36_20150728002307-00067-ip-10-236-191-2_825735328_0.json |
d4cde670_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier | [Semantics] The Party is a single individual [Comment] Must be supported. [Identifier] | Individual | [
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Identifier | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
d4cde670_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier | [Semantics] The Party represents a defined group with multiple individual members [Comment] Must be supported. [Identifier] | Group | [
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Identifier | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
d4cde670_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier | [Semantics] All the collective individuals within a context [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. [Identifier] | All | [
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Identifier | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
d4cde670_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier | [Semantics] All the first-level connections of the Party [Comment] For example, may be used to indicate all “friends” of the Party. Note that “group” scope is also assumed. [Identifier] | AllConnections | [
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Identifier | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
d4cde670_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier | [Semantics] All the second-level connections of the Party [Comment] For example, may be used to indicate all “friends of friends” of the Party. Note that “group” scope is also assumed. [Identifier] | All2ndConnections | [
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Identifier | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
d4cde670_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier | [Semantics] All the group connections of the Party [Comment] For example, may be used to indicate all groups that the Party is a member of. Note that “group” scope is also assumed. [Identifier] | AllGroups | [
[
"I",
"n",
"d",
"i",
"v",
"i",
"d",
"u",
"a",
"l"
],
[
"G",
"r",
"o",
"u",
"p"
],
[
"A",
"l",
"l"
],
[
"A",
"l",
"l",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"2",
"n",
"d",
"C",
"o",
"n",
"n",
"e",
"c",
"t",
"i",
"o",
"n",
"s"
],
[
"A",
"l",
"l",
"G",
"r",
"o",
"u",
"p",
"s"
]
] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Identifier | https://www.w3.org/community/odrl/vocab/2.1/?rev=352 | 1/1438042987127.36_20150728002307-00091-ip-10-236-191-2_931462323_8.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] name [Structure] personname [Short display name] User's Name [Category] | Physical Contact Information, Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] bdate [Structure] date [Short display name] User's Birth Date [Category] | Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] cert [Structure] certificate [Short display name] User's Identity Certificate [Category] | Unique Identifiers | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] gender [Structure] unstructured [Short display name] User's Gender (male or female) [Category] | Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] employer [Structure] unstructured [Short display name] User's Employer [Category] | Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] department [Structure] unstructured [Short display name] Department or division of organization where user is employed [Category] | Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] jobtitle [Structure] unstructured [Short display name] User's Job Title [Category] | Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] home-info [Structure] contact [Short display name] User's Home Contact Information [Category] | Physical Contact Information, Online Contact Information, Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
40aab4da_ces_1_0__P3P1_0__Specification__Category | [user] business-info [Structure] contact [Short display name] User's Business Contact Information [Category] | Physical Contact Information, Online Contact Information, Demographic and Socioeconomic Data | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Category | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] xml-stylesheet PI and link [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] link only [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] xml-stylesheet PI only [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] without xmlns [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] without DOCTYPE [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] without DOCTYPE and xmlns [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] Broken XHTML [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML, well-formedness error was not detected | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
64a7ab66_a_type_test___results__w3m_0_3__application_xhtml_xml | [media type] HTML 4 [text/html] recognized as HTML [text/xml] not supported [application/xml] not supported [application/xhtml+xml] | recognized as HTML, well-formedness error was not detected | [] | XHTML media type test - results: w3m 0.3 | application/xhtml+xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/w3m0.3 | 1/1438042990112.50_20150728002310-00225-ip-10-236-191-2_800291568_0.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] acceptTracking [Comment] The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”. [Semantics] | The Assigner requires that the Assignee(s) accepts that the use of the Asset may be tracked | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] attribute [Comment] May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”. [Semantics] | The Assigner requires that the Assignee(s) attributes the Asset to the Assigner or an attributed 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] compensate [Comment] The compensation may use different types of things with a value: – the thing is expressed by the value (term) of the Constraint name – the value is expressed by operator, rightOperand, dataType and unit [Semantics] | The Assigner requires that the Assignee(s) compensates the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] delete [Comment] Use a constraint to define under which conditions the Asset should be deleted. [Semantics] | The Assigner requires that the Assignee(s) permanently removes all copies of the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] ensureExclusivity [Semantics] | The Assignee requires that the Assigner(s) ensure(s) that the permission on the Asset is exclusive to the Assignee. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] include [Comment] For example; Bio picture must be included in the attribution. Use of the Asset relation attribute is required [Semantics] | The Assigner requires that the Assignee(s) include(s) other related assets in the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] inform [Comment] May link to a Party with the role function “informedParty”. [Semantics] | The Assigner requires that the Assignee(s) inform(s) the Assigner or an informed Party that an action has been performed on or in relation to the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] nextPolicy [Semantics] | The Assigner requires that the Assignee(s) grants the specified Policy to a third party for their use of the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] obtainConsent [Comment] Used as a Duty to ensure that the Assigner or a Party is authorized to approve such actions on a case-by-case basis. May link to a Party with the role function “consentingParty”. [Semantics] | The Assigner requires that the Assignee(s) obtains explicit consent from the Assigner or a consenting Party to perform the requested action in relation to the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] reviewPolicy [Comment] Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information. [Semantics] | The Assigner requires that the Assignee(s) has(ve) a person review the Policy applicable to the Asset. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] uninstall [Comment] The Asset is no longer accessible to the Assignee(s). [Semantics] | The Assigner requires that the Assignee(s) unload(s) and delete(s) the computer program Asset from a storage device and disable(s) its readiness for operation. | [] | 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_4.json |
1caadf7f_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics | [Identifier] watermark [Comment] It is recommended to embed a link to the watermark. [Semantics] | The Assigner requires that the Assignee(s) apply(ies) a watermark as provided by the Assigner to the Asset. | [] | 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_4.json |
6a4efa77_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_ATK_AT_SPI_event | [Scenario] When an accessibility subtree is hidden [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. [Microsoft UIA event] AutomationElement..::.StructureChangedEvent [AXAPI Notification] AXUIElementDestroyed If in a live region, AXLiveRegionChanged [ATK/AT-SPI event] | children_changed::remove | [] | Core Accessibility API Mappings 1.1 | ATK/AT-SPI event | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
6a4efa77_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_ATK_AT_SPI_event | [Scenario] When an accessibility subtree is removed [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. [Microsoft UIA event] AutomationElement..::.StructureChangedEvent [AXAPI Notification] AXUIElementDestroyed If in a live region, AXLiveRegionChanged [ATK/AT-SPI event] | children_changed::remove | [] | Core Accessibility API Mappings 1.1 | ATK/AT-SPI event | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
6a4efa77_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_ATK_AT_SPI_event | [Scenario] When an accessibility subtree is shown [MSAA] EVENT_OBJECT_SHOW [AXAPI Notification] AXUIElementCreated If in a live region, AXLiveRegionChanged [ATK/AT-SPI event] | children_changed::add | [] | Core Accessibility API Mappings 1.1 | ATK/AT-SPI event | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
6a4efa77_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_ATK_AT_SPI_event | [Scenario] When an accessibility subtree is inserted [MSAA] EVENT_OBJECT_REORDER [AXAPI Notification] AXUIElementCreated If in a live region, AXLiveRegionChanged [ATK/AT-SPI event] | children_changed::add | [] | Core Accessibility API Mappings 1.1 | ATK/AT-SPI event | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
6a4efa77_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_ATK_AT_SPI_event | [Scenario] When an accessibility subtree is moved [MSAA] Treat it as a removal from one place and insertion in another [Microsoft UIA event] Treat it as a removal from one place and insertion in another [AXAPI Notification] AXUIElementDestroyed/ AXUIElementCreated If in a live region, AXLiveRegionChanged [ATK/AT-SPI event] | Treat it as a removal from one place and insertion in another | [] | Core Accessibility API Mappings 1.1 | ATK/AT-SPI event | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
6a4efa77_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_ATK_AT_SPI_event | [Scenario] When an accessibility subtree is changed (e.g. replaceNode) [MSAA] Treat it as a removal and insertion [Microsoft UIA event] Treat it as a removal and insertion [AXAPI Notification] AXUIElementDestroyed/ AXUIElementCreated If in a live region, AXLiveRegionChanged [ATK/AT-SPI event] | Treat it as a removal and insertion | [] | Core Accessibility API Mappings 1.1 | ATK/AT-SPI event | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of the role attribute with the value presentation [Indication] | Probably a layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of the border attribute with the non-conforming value 0 [Indication] | Probably a layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of the non-conforming cellspacing and cellpadding attributes with the value 0 [Indication] | Probably a layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of caption, thead, or th elements [Indication] | Probably a non-layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of the headers and scope attributes [Indication] | Probably a non-layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of the border attribute with a value other than 0 [Indication] | Probably a non-layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] Explicit visible borders set using CSS [Indication] | Probably a non-layout table | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
65031939_4_9_Tabular_data___HTML5__Indication | [Feature] The use of the summary attribute [Indication] | Not a good indicator (both layout and non-layout tables have historically been given this attribute) | [] | 4.9 Tabular data — HTML5 | Indication | http://www.w3.org/TR/2014/CR-html5-20140429/tabular-data.html | 1/1438042987127.36_20150728002307-00201-ip-10-236-191-2_823308305_0.json |
44e4a674_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_Scenario | [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. [Microsoft UIA event] AutomationElement..::.StructureChangedEvent [ATK/AT-SPI event] children_changed::remove [AXAPI Notification] AXUIElementDestroyed If in a live region, AXLiveRegionChanged [Scenario] | When an accessibility subtree is hidden | [] | Core Accessibility API Mappings 1.1 | Scenario | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
44e4a674_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_Scenario | [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. [Microsoft UIA event] AutomationElement..::.StructureChangedEvent [ATK/AT-SPI event] children_changed::remove [AXAPI Notification] AXUIElementDestroyed If in a live region, AXLiveRegionChanged [Scenario] | When an accessibility subtree is removed | [] | Core Accessibility API Mappings 1.1 | Scenario | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
44e4a674_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_Scenario | [MSAA] EVENT_OBJECT_SHOW [ATK/AT-SPI event] children_changed::add [AXAPI Notification] AXUIElementCreated If in a live region, AXLiveRegionChanged [Scenario] | When an accessibility subtree is shown | [] | Core Accessibility API Mappings 1.1 | Scenario | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
44e4a674_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_Scenario | [MSAA] EVENT_OBJECT_REORDER [ATK/AT-SPI event] children_changed::add [AXAPI Notification] AXUIElementCreated If in a live region, AXLiveRegionChanged [Scenario] | When an accessibility subtree is inserted | [] | Core Accessibility API Mappings 1.1 | Scenario | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
44e4a674_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_Scenario | [MSAA] Treat it as a removal from one place and insertion in another [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 [Scenario] | When an accessibility subtree is moved | [] | Core Accessibility API Mappings 1.1 | Scenario | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
44e4a674_Accessibility_API_Mappings_1_1_events_to_be_fired_in_each_API_Scenario | [MSAA] Treat it as a removal and insertion [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 [Scenario] | When an accessibility subtree is changed (e.g. replaceNode) | [] | Core Accessibility API Mappings 1.1 | Scenario | http://www.w3.org/TR/core-aam-1.1/ | 1/1438042987127.36_20150728002307-00158-ip-10-236-191-2_813826925_6.json |
f069bb5b_ces_1_0__P3P1_0__Specification__Short_display_name | [loginfo] uri [Category] Navigation and click-stream data [Structure] uri [Short display name] | URI of requested resource | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_36.json |
f069bb5b_ces_1_0__P3P1_0__Specification__Short_display_name | [loginfo] timestamp [Category] Navigation and click-stream data [Structure] date [Short display name] | Request timestamp | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_36.json |
f069bb5b_ces_1_0__P3P1_0__Specification__Short_display_name | [loginfo] clientip [Category] Computer Information [Structure] ipaddr [Short display name] | Client's IP address or hostname | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_36.json |
f069bb5b_ces_1_0__P3P1_0__Specification__Short_display_name | [loginfo] other.httpmethod [Category] Navigation and click-stream data [Structure] unstructured [Short display name] | HTTP request method | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_36.json |
f069bb5b_ces_1_0__P3P1_0__Specification__Short_display_name | [loginfo] other.bytes [Category] Navigation and click-stream data [Structure] unstructured [Short display name] | Data bytes in response | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_36.json |
f069bb5b_ces_1_0__P3P1_0__Specification__Short_display_name | [loginfo] other.statuscode [Category] Navigation and click-stream data [Structure] unstructured [Short display name] | Response status code | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_36.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] name [Category] Physical Contact Information, Demographic and Socioeconomic Data [Structure] personname [Short display name] | User's Name | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] bdate [Category] Demographic and Socioeconomic Data [Structure] date [Short display name] | User's Birth Date | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] cert [Category] Unique Identifiers [Structure] certificate [Short display name] | User's Identity Certificate | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] gender [Category] Demographic and Socioeconomic Data [Structure] unstructured [Short display name] | User's Gender (male or female) | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] employer [Category] Demographic and Socioeconomic Data [Structure] unstructured [Short display name] | User's Employer | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] department [Category] Demographic and Socioeconomic Data [Structure] unstructured [Short display name] | Department or division of organization where user is employed | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] jobtitle [Category] Demographic and Socioeconomic Data [Structure] unstructured [Short display name] | User's Job Title | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] home-info [Category] Physical Contact Information, Online Contact Information, Demographic and Socioeconomic Data [Structure] contact [Short display name] | User's Home Contact Information | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
f49549a2_ces_1_0__P3P1_0__Specification__Short_display_name | [user] business-info [Category] Physical Contact Information, Online Contact Information, Demographic and Socioeconomic Data [Structure] contact [Short display name] | User's Business Contact Information | [] | The Platform for Privacy Preferences 1.0 (P3P1.0) Specification | Short display name | http://www.w3.org/TR/2000/WD-P3P-20001018/ | 1/1438042990112.50_20150728002310-00166-ip-10-236-191-2_803975712_38.json |
d1db95e7_WG__Security_Model____W3C_Wiki__Implications | [Requirement] Supports many device form factors [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. | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Implications | 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 |
d1db95e7_WG__Security_Model____W3C_Wiki__Implications | [Requirement] DAP API Support [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 | [] | Difference between revisions of "System Applications WG: Security Model" - W3C Wiki | Implications | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.