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
|
---|---|---|---|---|---|---|---|
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:only-child [Meaning] an E element, only child of its parent [Described in section] | Structural pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:not-only-child [Meaning] an E element, not the only child of its parent [Described in section] | Structural pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:nth-child(n) [Meaning] an E element, the n-th child of its parent [Described in section] | Structural pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:nth-of-type(n) [Meaning] an E element, the n-th sibling of its type [Described in section] | Structural pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:link E:visited [Meaning] an E element being the source anchor of a hyperlink of which the target is not yet visited (:link) or already visited (:visited) [Described in section] | The link pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:active E:hover E:focus [Meaning] an E element during certain user actions [Described in section] | The user action pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:target [Meaning] an E element being the target of the refering URI containing a fragment identifier [Described in section] | The target pseudo-class | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:lang(c) [Meaning] an element of type E in (human) language c (the document language specifies how language is determined) [Described in section] | The :lang() pseudo-class | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:enabled E:disabled [Meaning] a user interface element E which is enabled or disabled [Described in section] | The UI element states pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:checked E:indeterminate [Meaning] a user interface element E which is checked or and indeterminated checked state (for instance a radio-button or checkbox) [Described in section] | The UI element states pseudo-classes | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:subject [Meaning] an E element that is a subject of the selector the current simple selectors belong to [Described in section] | The subject element pseudo-class | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:first-line [Meaning] the first formatted line of an E element [Described in section] | The :first-line pseudo-element | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:first-letter [Meaning] the first formatted letter of an E element [Described in section] | The :first-letter pseudo-element | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:selection [Meaning] the portion of an E element that is currently selected/highlighted by the user [Described in section] | The UI element fragments pseudo-elements | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:menu [Meaning] the generated menu attached to an E element [Described in section] | The UI element fragments pseudo-elements | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:before [Meaning] generated content before an E element [Described in section] | The :before pseudo-element | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:after [Meaning] generated content after an E element [Described in section] | The :after pseudo-element | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E.warning [Meaning] HTML only. The same as E[class~="warning"]. [Described in section] | Class selectors | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E#myid [Meaning] an E element, its ID being equal to "myid". [Described in section] | ID selectors | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E:contains("foo") [Meaning] an E element containing substring "foo" in its textual contents [Described in section] | Content pseudo-class | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E F [Meaning] an F element descendant of an E element [Described in section] | Descendant combinator | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E > F [Meaning] an F element child of an element E [Described in section] | Child combinator | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E + F [Meaning] an F element immediately preceded by an element E [Described in section] | Direct adjacent combinator | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
464c0ac0_CSS3_module__W3C_Selectors__Described_in_section | [Pattern] E ~ F [Meaning] an F element preceded by an element E [Described in section] | Indirect adjacent combinator | [] | CSS3 module: W3C Selectors | Described in section | http://www.w3.org/TR/2000/WD-css3-selectors-20000410 | 20/1438042989234.2_20150728002309-00126-ip-10-236-191-2_832173899_0.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] Valid credits Element With Single credit Element [Assertion] | The credits element matches the schema and it contains one credit child element. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] Valid credits Element With Two credit Elements [Assertion] | The credits element matches the schema and it contains two credit child elements. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] More Than One credits Element [Assertion] | The credits element occurs more than once. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] No credit Element in credits Element [Assertion] | The credits element does not contain a credit child element. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] Unknown Attribute in credits Element [Assertion] | The credits element contains an unknown attribute. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] Unknown Child Element in credits Element [Assertion] | The credits element contains an unknown child element. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
d25de81f_TestPlan_UserAgent___Fonts_WG__Assertion | [Title] Content in credits Element [Assertion] | The credits element contains an content. This should be linked to a testable assertion in the spec. | [] | TestPlan-UserAgent - Fonts WG | Assertion | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element matches the schema. [Title] | Valid uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element doesn't exist. This should be linked to a testable assertion in the spec. [Title] | No uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element occurs twice. This should be linked to a testable assertion in the spec. [Title] | More Than One uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element does not contain the required id attribute. This should be linked to a testable assertion in the spec. [Title] | No id Attribute in uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element contains an unknown attribute. This should be linked to a testable assertion in the spec. [Title] | Unknown Attribute in uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element contains a child element. This should be linked to a testable assertion in the spec. [Title] | Child Element in uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
5a816e36_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The uniqueid element contains content. This should be linked to a testable assertion in the spec. [Title] | Content in uniqueid Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_20.json |
f6299e11_Points_of_Interest_Core__Details | [Name] equals [Details] | A equals B tests if the geometries are spatially equal. More formally, their symmetric difference MUST be empty. The test for equivalence may be limited to the resolution of the coordinate system or the accuracy of the data. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] disjoint [Details] | A disjoint B tests if A and B have NO points in common. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] intersects [Details] | A intersects B tests if A and B have ANY points in common. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] crosses [Details] | A crosses B if their interiors intersect with a dimension less that the larger of the dimension of A or B and the intersection of the interior of a with the exterior of B is not null (so for two lines, the intersection has to be at a finite number of points). Surfaces cannot cross anything. Points cannot be crossed by anything. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] overlaps [Details] | A overlaps B tests if part of their respective interiors intersect, and if this intersection is the same dimension as the interiors of the original geometries. (This last bit rules out crosses). Some of their interior MUST intersect with the exterior of the other one and vice versa (i.e., one cannot be within the other). This bit rules out within and contains. Overlap only applies if the two geometries are of the same dimension. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] within [Details] | A within B if their intersection equals A. e.g. a POI describing a store may state that it is contained within a shopping mall. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] contains [Details] | A contains B is equivalent to B within A. e.g. a POI describing a mall may state that it contains POIs for each store that is within the mall. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
f6299e11_Points_of_Interest_Core__Details | [Name] touches [Details] | A touches B means one's boundary intersects with the other's interior or boundary. Interiors cannot intersect. Points cannot touch. e.g. a POI representing a store within a mall may state that it is next door to another POI which represents the store next door. | [] | Points of Interest Core | Details | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_13.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a identical POI. Often used as a permalink [Name] | alternate | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] the preferred version of a set of POIs with highly similar content. For example, there could be many different perceptions of a neighborhood boundary POI, but the city's neighborhood map could be the canonical version of this POI. [Name] | canonical | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a copyright statement that applys to the link's context [Name] | copyright | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] more information about this POI [Name] | describedby | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a resource that can be used to edit the POI's context [Name] | edit | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a related resource that is potentially large and might require special handling [Name] | enclosure | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Name] | icon | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] points to a resource containing the latest version [Name] | latest-version | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a license for this POI [Name] | license | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a related resource [Name] | related | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a resource that can be used to search through the link's context and related resources [Name] | search | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a parent POI, often the enclosing geographic entity, or the entity this POI in under the domain of (such as a field office-corporate headquarters relationship) [Name] | parent | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] a child POI, often a geography entity enclosed or under the domain of this POI [Name] | child | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] links to a POI or other web resource that describes this place at a previous point in time [Name] | historic | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
0e3d44b2_Points_of_Interest_Core__Name | [Details] links to a POI or other web resource that describes this place at a later point in time [Name] | future | [] | Points of Interest Core | Name | http://www.w3.org/2010/POI/documents/Core/core-20111216.html | 20/1438042989234.2_20150728002309-00074-ip-10-236-191-2_822199500_6.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] CHARACTER [2] BOOLEAN [1] | DECIMAL | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] CHARACTER VARYING [2] DATE [1] | SMALLINT | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] CHARACTER LARGE OBJECT [2] TIME [1] | INTEGER | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] BINARY [2] TIMESTAMP [1] | BIGINT | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] BINARY VARYING [2] INTERVAL [1] | FLOAT | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] BINARY LARGE OBJECT [1] | REAL | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
a8b6810f_XML_Schema_datatypes___RDB2RDF__1 | [0] NUMERIC [1] | DOUBLE PRECISION | [
[
"D",
"E",
"C",
"I",
"M",
"A",
"L"
],
[
"S",
"M",
"A",
"L",
"L",
"I",
"N",
"T"
],
[
"I",
"N",
"T",
"E",
"G",
"E",
"R"
],
[
"B",
"I",
"G",
"I",
"N",
"T"
],
[
"F",
"L",
"O",
"A",
"T"
],
[
"R",
"E",
"A",
"L"
],
[
"D",
"O",
"U",
"B",
"L",
"E",
" ",
"P",
"R",
"E",
"C",
"I",
"S",
"I",
"O",
"N"
]
] | Mapping SQL datatypes to XML Schema datatypes - RDB2RDF | 1 | http://www.w3.org/2001/sw/rdb2rdf/wiki/index.php?title=Mapping_SQL_datatypes_to_XML_Schema_datatypes&redirect=no | 20/1438044160065.87_20150728004240-00139-ip-10-236-191-2_829915933_0.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Translate [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] translate="yes" for elements, and translate="no" for attributes [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] Yes | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Localization Note [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] None [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] Yes | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Terminology [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] term="no" [Inheritance] None [Overriding] Not applicable | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Directionality [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] dir="ltr" [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Ruby [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] None [Inheritance] None [Overriding] Not applicable | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Language Information [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] No [Default Values] None [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
6ebbeb9b_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information | [Data category] Elements Within Text [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] withinText="no" [Inheritance] None [Overriding] Not applicable | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Global pointing to existing information | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
0997c537_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Text input (including date/time and password fields) [LiveCycle Placement Rules] | Default placement for the label is to the left of the control. If this is not possible, LiveCycle will attempt to place it immediately above the control. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/WAI/GL/2013/WD-WCAG20-TECHS-20130314/PDF10.html | 20/1438042989234.2_20150728002309-00215-ip-10-236-191-2_827816334_0.json |
0997c537_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Checkbox [LiveCycle Placement Rules] | Default placement for the label is to the right of the check box. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/WAI/GL/2013/WD-WCAG20-TECHS-20130314/PDF10.html | 20/1438042989234.2_20150728002309-00215-ip-10-236-191-2_827816334_0.json |
0997c537_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Radio button group [LiveCycle Placement Rules] | Default placement for the label for each individual radio button is to the right of the button. Create a visible caption for the radio button group by creating static text and placing it to the left of or above the group. (See Labeling radio buttons below.) | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/WAI/GL/2013/WD-WCAG20-TECHS-20130314/PDF10.html | 20/1438042989234.2_20150728002309-00215-ip-10-236-191-2_827816334_0.json |
0997c537_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Combo box [LiveCycle Placement Rules] | Default placement for the label is to the left of the drop-down list. If this is not possible, LiveCycle will attempt to place it immediately above the control.. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/WAI/GL/2013/WD-WCAG20-TECHS-20130314/PDF10.html | 20/1438042989234.2_20150728002309-00215-ip-10-236-191-2_827816334_0.json |
0997c537_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] List box [LiveCycle Placement Rules] | Default placement for the label is above the list box. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/WAI/GL/2013/WD-WCAG20-TECHS-20130314/PDF10.html | 20/1438042989234.2_20150728002309-00215-ip-10-236-191-2_827816334_0.json |
0997c537_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Button [LiveCycle Placement Rules] | LiveCycle automatically places the label on the button; it does not have to be positioned manually. Ensure that the button's purpose is properly described in the label text. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/WAI/GL/2013/WD-WCAG20-TECHS-20130314/PDF10.html | 20/1438042989234.2_20150728002309-00215-ip-10-236-191-2_827816334_0.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element matches the schema and it contains one credit child element. This should be linked to a testable assertion in the spec. [Title] | Valid credits Element With Single credit Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element matches the schema and it contains two credit child elements. This should be linked to a testable assertion in the spec. [Title] | Valid credits Element With Two credit Elements | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element occurs more than once. This should be linked to a testable assertion in the spec. [Title] | More Than One credits Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element does not contain a credit child element. This should be linked to a testable assertion in the spec. [Title] | No credit Element in credits Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element contains an unknown attribute. This should be linked to a testable assertion in the spec. [Title] | Unknown Attribute in credits Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element contains an unknown child element. This should be linked to a testable assertion in the spec. [Title] | Unknown Child Element in credits Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
06d0be2f_TestPlan_UserAgent___Fonts_WG__Title | [Assertion] The credits element contains an content. This should be linked to a testable assertion in the spec. [Title] | Content in credits Element | [] | TestPlan-UserAgent - Fonts WG | Title | http://www.w3.org/Fonts/WG/wiki/TestPlan-UserAgent | 20/1438044160065.87_20150728004240-00061-ip-10-236-191-2_816681743_22.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes No [Default Values] translate="yes" for elements, and translate="no" for attributes [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] Yes [Data category] | Translate | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes Yes [Default Values] None [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] Yes [Data category] | Localization Note | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes Yes [Default Values] term="no" [Inheritance] None [Overriding] Not applicable [Data category] | Terminology | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes No [Default Values] dir="ltr" [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes [Data category] | Directionality | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes Yes [Default Values] None [Inheritance] None [Overriding] Not applicable [Data category] | Ruby | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] No Yes [Default Values] None [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes [Data category] | Language Information | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
5f664ca7_tion_Tag_Set__ITS__Version_2_0__Data_category | [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] Yes No [Default Values] withinText="no" [Inheritance] None [Overriding] Not applicable [Data category] | Elements Within Text | [
[
"T",
"r",
"a",
"n",
"s",
"l",
"a",
"t",
"e"
],
[
"L",
"o",
"c",
"a",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"N",
"o",
"t",
"e"
],
[
"T",
"e",
"r",
"m",
"i",
"n",
"o",
"l",
"o",
"g",
"y"
],
[
"D",
"i",
"r",
"e",
"c",
"t",
"i",
"o",
"n",
"a",
"l",
"i",
"t",
"y"
],
[
"R",
"u",
"b",
"y"
],
[
"L",
"a",
"n",
"g",
"u",
"a",
"g",
"e",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n"
],
[
"E",
"l",
"e",
"m",
"e",
"n",
"t",
"s",
" ",
"W",
"i",
"t",
"h",
"i",
"n",
" ",
"T",
"e",
"x",
"t"
]
] | Internationalization Tag Set (ITS) Version 2.0 | Data category | http://www.w3.org/TR/2012/WD-its20-20120731/diffs/diff-wd20120626-its10-20070403.html | 20/1438044160065.87_20150728004240-00059-ip-10-236-191-2_805847522_7.json |
86b04150_API_for_Media_Resources_1_0__Example | [Numerical Code] 200 [Textual Description] OK [Example] | property delivered correctly | [] | API for Media Resources 1.0 | Example | http://www.w3.org/2008/WebVideo/Annotations/drafts/API10/PR/CR-diff.html | 20/1438044160065.87_20150728004240-00089-ip-10-236-191-2_825347805_7.json |
86b04150_API_for_Media_Resources_1_0__Example | [Numerical Code] 204 [Textual Description] No Content [Example] | property retrieved without content | [] | API for Media Resources 1.0 | Example | http://www.w3.org/2008/WebVideo/Annotations/drafts/API10/PR/CR-diff.html | 20/1438044160065.87_20150728004240-00089-ip-10-236-191-2_825347805_7.json |
86b04150_API_for_Media_Resources_1_0__Example | [Numerical Code] 206 [Textual Description] Partial Content [Example] | only a subset of the available data stored in the result set | [] | API for Media Resources 1.0 | Example | http://www.w3.org/2008/WebVideo/Annotations/drafts/API10/PR/CR-diff.html | 20/1438044160065.87_20150728004240-00089-ip-10-236-191-2_825347805_7.json |
86b04150_API_for_Media_Resources_1_0__Example | [Numerical Code] 400 [Textual Description] Bad Request [Example] | syntactical error | [] | API for Media Resources 1.0 | Example | http://www.w3.org/2008/WebVideo/Annotations/drafts/API10/PR/CR-diff.html | 20/1438044160065.87_20150728004240-00089-ip-10-236-191-2_825347805_7.json |
86b04150_API_for_Media_Resources_1_0__Example | [Numerical Code] 404 [Textual Description] Not Found [Example] | the queries resource is not found | [] | API for Media Resources 1.0 | Example | http://www.w3.org/2008/WebVideo/Annotations/drafts/API10/PR/CR-diff.html | 20/1438044160065.87_20150728004240-00089-ip-10-236-191-2_825347805_7.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.