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
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E:lang(c) [Described in section] The :lang() pseudo-class [Meaning]
an element of type E in (human) language c (the document language specifies how language is determined)
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E:subject [Described in section] The subject element pseudo-class [Meaning]
an E element that is a subject of the selector the current simple selectors belong to
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E:first-line [Described in section] The :first-line pseudo-element [Meaning]
the first formatted line of an E element
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E:first-letter [Described in section] The :first-letter pseudo-element [Meaning]
the first formatted letter of an E element
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E:before [Described in section] The :before pseudo-element [Meaning]
generated content before an E element
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E:after [Described in section] The :after pseudo-element [Meaning]
generated content after an E element
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E.warning [Described in section] Class selectors [Meaning]
HTML only. The same as E[class~="warning"].
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E#myid [Described in section] ID selectors [Meaning]
an E element, its ID being equal to "myid".
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E"foo" [Described in section] Content selector [Meaning]
an E element containing substring foo in its textual contents
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E F [Described in section] Descendant combinator [Meaning]
an F element descendant of an E element
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E > F [Described in section] Child combinator [Meaning]
an F element child of an element E
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E + F [Described in section] Direct adjacent combinator [Meaning]
an F element immediately preceded by an element E
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
4b797832_CSS3_module__W3C_selectors__Meaning
[Pattern] E ~ F [Described in section] Indirect adjacent combinator [Meaning]
an F element preceded by an element E
[]
CSS3 module: W3C selectors
Meaning
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] * [Meaning] any element [Described in section]
Universal selector
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E [Meaning] an element of type E [Described in section]
Type element selector
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E[foo] [Meaning] an E element with the "foo" attribute set [Described in section]
Attribute selectors
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E[foo="warning"] [Meaning] an E element whose "foo" attribute value is exactly equal to "warning" [Described in section]
Attribute selectors
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E[foo~="warning"] [Meaning] an E element whose "foo" attribute value is a list of space-separated values, one of which is exactly equal to "warning" [Described in section]
Attribute selectors
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E[lang|="en"] [Meaning] an E element whose "lang" attribute has a hyphen-separated list of values beginning (from the left) with "en" [Described in section]
Attribute selectors
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:root [Meaning] an E element, root of the document [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:first-child [Meaning] an E element, first child of its parent [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:not-first-child [Meaning] an E element, not the first child of its parent [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:last-child [Meaning] an E element, last child of its parent [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:not-last-child [Meaning] an E element, not the last child of its parent [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:first-of-type [Meaning] an E element, first sibling of its type [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:not-first-of-type [Meaning] an E element, not the first sibling of its type [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:last-of-type [Meaning] an E element, last sibling of its type [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:not-last-of-type [Meaning] an E element, not the last sibling of its type [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:only-of-type [Meaning] an E element, only sibling of its type [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E:not-only-of-type [Meaning] an E element, not the only sibling of its type [Described in section]
Structural pseudo-classes
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_CSS3_module__W3C_selectors__Described_in_section
[Pattern] E"foo" [Meaning] an E element containing substring foo in its textual contents [Described in section]
Content selector
[]
CSS3 module: W3C selectors
Described in section
http://www.w3.org/TR/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
33c875a7_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/1999/WD-CSS3-selectors-19990803
36/1438042988308.23_20150728002308-00329-ip-10-236-191-2_831770797_0.json
13bc4fa7_XHTML_2_0__attribute
[function] For example, when defining an applet you could reference a space-separated list of jar files. [attribute]
archive
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
13bc4fa7_XHTML_2_0__attribute
[function] This is similar to meta data, in that this can be used by the object handler as a hint to the physical size of the object data that is to be processed. [attribute]
content-length
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
13bc4fa7_XHTML_2_0__attribute
[function] This URI points to the object data to be processed. This can be an absolute URI (http://www.example.com/datafiles/myinstance.mpg), or a relative URI (myinstance.mpg). If you use a relative URI, then you will need to use the xml:base attribute to define the base location of the object data. This attribute should only refer to the data to be processed. [attribute]
data
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
13bc4fa7_XHTML_2_0__attribute
[function] This is used to delay the processing of the object data until such time that it is referred to by another element that requires the object data to be processed. In other words, the object data should be downloaded but should not be processed. For example, if an a element is coded to refer to the object element and the a element is activated, then the object data would be processed. [attribute]
declare
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
13bc4fa7_XHTML_2_0__attribute
[function] The author can provide a text string that should be displayed while the object data is being downloaded and processed. [attribute]
standby
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
13bc4fa7_XHTML_2_0__attribute
[function] Defining the mime type of the object data will assist the object handler in determining whether the object data can be processed by the user agent or if an external application needs to be launched to process the object data. [attribute]
type
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
13bc4fa7_XHTML_2_0__attribute
[function] Use this attribute to define the base location of the object data. For example: http://www.example.com/datafiles/. This attribute should not be used for any other purpose. [attribute]
xml:base
[ [ "a", "r", "c", "h", "i", "v", "e" ], [ "c", "o", "n", "t", "e", "n", "t", "-", "l", "e", "n", "g", "t", "h" ], [ "d", "a", "t", "a" ], [ "d", "e", "c", "l", "a", "r", "e" ], [ "s", "t", "a", "n", "d", "b", "y" ], [ "t", "y", "p", "e" ], [ "x", "m", "l", ":", "b", "a", "s", "e" ] ]
XHTML 2.0
attribute
http://www.w3.org/TR/2003/WD-xhtml2-20030131/xhtml2.html
36/1438042988308.23_20150728002308-00118-ip-10-236-191-2_826194231_10.json
56446b24_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Semantics
[Identifier] Agreement [Comment] Must contain at least the Party entity with Assigner role and a Party with Assignee role. The latter being granted the terms of the Agreement from the former. [Semantics]
Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=269
36/1438042988308.23_20150728002308-00197-ip-10-236-191-2_937961636_2.json
56446b24_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Semantics
[Identifier] Offer [Comment] Must contain a Party entity with Assigner role. The Offer may contain a Party entity with Assignee role, but does not grant any privileges to that Party. [Semantics]
Policy expressions that propose terms of usage from an Asset owner
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=269
36/1438042988308.23_20150728002308-00197-ip-10-236-191-2_937961636_2.json
56446b24_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Semantics
[Identifier] Privacy [Comment] Must contain at least the Party entity with Assigner role and a Party with Assignee role. Must also contain a Duty on the assignee related to obligations towards managing the assigner’s Asset containing personal information. The Assignee is being granted the terms of the Privacy policy from the Assigner. [Semantics]
Policy expressions that stipulate the terms of usage over personal information.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=269
36/1438042988308.23_20150728002308-00197-ip-10-236-191-2_937961636_2.json
56446b24_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Semantics
[Identifier] Request [Comment] Must contain a Party entity with Assignee role. The Request may also contain the Party entity with Assigner role if this is known. No privileges are granted to any Party. [Semantics]
Policy expressions that propose terms of usage to an Asset owner
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=269
36/1438042988308.23_20150728002308-00197-ip-10-236-191-2_937961636_2.json
56446b24_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Semantics
[Identifier] Set [Comment] The Set is aimed at scenarios where there is an open criteria for the semantics of the policy expressions and typically refined by other systems/profiles that process the information at a later time. No privileges are granted to any Party. [Semantics]
Policy expressions that consists of entities from the complete model
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=269
36/1438042988308.23_20150728002308-00197-ip-10-236-191-2_937961636_2.json
56446b24_abulary___ODRL_Community_Group_tity_Type_of_the_Policy_Entity_Semantics
[Identifier] Ticket [Comment] May contain the Party entity with Assigner role and the Party entity with Assignee role. A Ticket (or Voucher) may be anonymous or personalised, where the holder of that Ticket may remain unknown or has to be identified. The holder, or if known, the Assignee, is being granted the terms of the Ticket from the Assigner (in known). [Semantics]
Policy expressions that stipulate the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=269
36/1438042988308.23_20150728002308-00197-ip-10-236-191-2_937961636_2.json
8daf9ce8_all_Control__CCXML_Version_1_0__Attribute_Name
[Details] an ECMAScript expression which returns the URI of the CCXML document to be fetched. [Attribute Name]
next
[ [ "n", "e", "x", "t" ], [ "n", "a", "m", "e", "l", "i", "s", "t" ], [ "m", "e", "t", "h", "o", "d" ], [ "f", "e", "t", "c", "h", "i", "d" ], [ "s", "y", "n", "c", "h" ], [ "t", "i", "m", "e", "o", "u", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Attribute Name
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_7.json
8daf9ce8_all_Control__CCXML_Version_1_0__Attribute_Name
[Details] a list of zero or more whitespace separated CCXML variable names. These variable names and their associated values will be included in the URI sent to the server, with the same qualification used in the namelist. [Attribute Name]
namelist
[ [ "n", "e", "x", "t" ], [ "n", "a", "m", "e", "l", "i", "s", "t" ], [ "m", "e", "t", "h", "o", "d" ], [ "f", "e", "t", "c", "h", "i", "d" ], [ "s", "y", "n", "c", "h" ], [ "t", "i", "m", "e", "o", "u", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Attribute Name
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_7.json
8daf9ce8_all_Control__CCXML_Version_1_0__Attribute_Name
[Details] an ECMAScript expression which returns a character string that indicates the HTTP method to use. Valid values are " get " and " post ". The default is " get ". [Attribute Name]
method
[ [ "n", "e", "x", "t" ], [ "n", "a", "m", "e", "l", "i", "s", "t" ], [ "m", "e", "t", "h", "o", "d" ], [ "f", "e", "t", "c", "h", "i", "d" ], [ "s", "y", "n", "c", "h" ], [ "t", "i", "m", "e", "o", "u", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Attribute Name
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_7.json
8daf9ce8_all_Control__CCXML_Version_1_0__Attribute_Name
[Details] is an ECMAScript left-hand-side expression which receives an internally generated unique string identifier to be associated with the completion event. This identifier can be tested by the fetch completion event handler to distinguish among several outstanding fetch requests. If this attribute is not specified, the fetch ID can be acquired from the fetch completion event. Every fetch request will receive a unique fetch ID, even requests for the same document. [Attribute Name]
fetchid
[ [ "n", "e", "x", "t" ], [ "n", "a", "m", "e", "l", "i", "s", "t" ], [ "m", "e", "t", "h", "o", "d" ], [ "f", "e", "t", "c", "h", "i", "d" ], [ "s", "y", "n", "c", "h" ], [ "t", "i", "m", "e", "o", "u", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Attribute Name
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_7.json
8daf9ce8_all_Control__CCXML_Version_1_0__Attribute_Name
[Details] is an ECMAScript left-hand-side expression that is set to the fetch completion event. The specification of this attribute in a implies a blocking fetch, which will be executed synchronously. If this attribute is not specified, the fetch is asynchronous. [Attribute Name]
synch
[ [ "n", "e", "x", "t" ], [ "n", "a", "m", "e", "l", "i", "s", "t" ], [ "m", "e", "t", "h", "o", "d" ], [ "f", "e", "t", "c", "h", "i", "d" ], [ "s", "y", "n", "c", "h" ], [ "t", "i", "m", "e", "o", "u", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Attribute Name
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_7.json
8daf9ce8_all_Control__CCXML_Version_1_0__Attribute_Name
[Details] is an ECMAScript expression returning a string in CSS2 [CSS2] format interpreted as a time interval. The interval begins when the is executed. The fetch will fail if not completed at the end of this interval. A failed fetch will return the error.fetch event. [Attribute Name]
timeout
[ [ "n", "e", "x", "t" ], [ "n", "a", "m", "e", "l", "i", "s", "t" ], [ "m", "e", "t", "h", "o", "d" ], [ "f", "e", "t", "c", "h", "i", "d" ], [ "s", "y", "n", "c", "h" ], [ "t", "i", "m", "e", "o", "u", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Attribute Name
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_7.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element matches the schema. It contains one text element that does not have a language tag. This should be linked to a testable assertion in the spec. [Title]
Valid copyright Element With One No Language Tagged text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element matches the schema. It contains one text element that has a language tag. This should be linked to a testable assertion in the spec. [Title]
Valid copyright Element With One Language Tagged text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element matches the schema. One text element does not have a language tag. One text element has a language tag. This should be linked to a testable assertion in the spec. [Title]
Valid copyright Element With Mixed text Element Language Tags 1
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element matches the schema. Two text elements have a language tags. This should be linked to a testable assertion in the spec. [Title]
Valid copyright Element With Mixed text Element Language Tags 2
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element occurs more than once. This should be linked to a testable assertion in the spec. [Title]
More Than One copyright Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element does not contain a text child element. This should be linked to a testable assertion in the spec. [Title]
No text Element in copyright Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element contains an unknown attribute. This should be linked to a testable assertion in the spec. [Title]
Unknown Attribute in copyright Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element contains an unknown child element. This should be linked to a testable assertion in the spec. [Title]
Unknown Child Element in copyright Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element contains content. This should be linked to a testable assertion in the spec. [Title]
Content in copyright Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element contains a text element with an unknown attribute. This should be linked to a testable assertion in the spec. [Title]
Unknown Attribute in copyright Element text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
215c87bf_TestPlan_Format___Fonts_WG__Title
[Description] The copyright element contains a text element with an unknown child element. This should be linked to a testable assertion in the spec. [Title]
Unknown Child Element in copyright Element text Element
[]
TestPlan-Format - Fonts WG
Title
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_29.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] name [Description] The form item variable in the dialog scope that will hold the recording. The name must be unique among form items in the form. If the name is not unique, then a badfetch error is thrown when the document is fetched. Note that how this variable is implemented may vary between platforms (although all platforms must support its behaviour behavior in and as described in this specification). [Required] Yes [Type]
The name must conform to the variable naming conventions in (TODO).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] expr [Description] The initial value of the form item variable. If initialized to a value, then the form item will not be visited unless the form item variable is cleared. [Required] No [Default Value] ECMAScript undefined [Type]
TBD
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] cond [Description] A data model expression that must evaluate to true after conversion to boolean in order for the form item to be visited. [Required] No [Default Value] true [Type]
data model expression
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] modal [Description] If this is true, all non-local speech and DTMF grammars are not active while making the recording. If this is false, non-local speech and DTMF grammars are active. [Required] No [Default Value] true [Type]
boolean
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] beep [Description] If true, a tone is emitted just prior to recording. [Required] No [Default Value] false [Type]
boolean
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] maxtime [Description] The maximum duration to record. [Required] No [Default Value] Platform-specific value [Type]
Time Designation
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] finalsilence [Description] The interval of silence that indicates end of speech. [Required] No [Default Value] Platform-specific value [Type]
Time Designation
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] dtmfterm [Description] If true, any DTMF keypress will be treated as a match of an active (anonymous) local DTMF grammar. [Required] No [Default Value] true [Type]
boolean
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
c6f61b57_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Type
[Name] type [Description] The media format of the resulting recording. [Required] No [Default Value] Platform-specific (one of the required formats) [Type]
Required audio file formats specified in Appendix E of VoiceXML 2 (Other formats may also be supported)
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
31a56a59_all_Control__CCXML_Version_1_0__Details
[Attribute Name] src [Details]
Is an ECMAScript expression which returns a character string identifying the URI of the dialog document that the dialog interpreter should prepare.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_20.json
31a56a59_all_Control__CCXML_Version_1_0__Details
[Attribute Name] type [Details]
An OPTIONAL ECMAScript expression which returns a character string that specifies the MIME type of the document, and as a result, determines which dialog manager environment is actually used. A MIME type of "application/xml+vxml" requests a VoiceXML interpreter instance. A MIME type of "audio/wav" requests a dialog manager that merely plays wave files. If omitted, the type attribute defaults to "application/xml+vxml".
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_20.json
31a56a59_all_Control__CCXML_Version_1_0__Details
[Attribute Name] namelist [Details]
An OPTIONAL list of one or more CCXML variable names. These variable names and their associated values will be added to the URI, specified by the src attribute, as a query string. The complete URI, including query string, is sent to the selected dialog manager.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_20.json
31a56a59_all_Control__CCXML_Version_1_0__Details
[Attribute Name] dialogid [Details]
An OPTIONAL ECMAScript left-hand-side expression that will receive a dialog identifier value for the launched dialog interpreter instance. This identifier may be used on future invocations of or .
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_20.json
31a56a59_all_Control__CCXML_Version_1_0__Details
[Attribute Name] connectionid [Details]
Is an OPTIONAL ECMAScript expression which returns the identifier of a connection. The specified connection will be associated with the dialog being prepared.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_20.json
31a56a59_all_Control__CCXML_Version_1_0__Details
[Attribute Name] conferenceid [Details]
Is an ECMAScript expression which returns an identifier of a conference bridge. A connection will be allocated for the dialog being prepared.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_20.json
d465df1c_TestPlan_Format___Fonts_WG__Description
[Title] Valid credits Element With Single credit Element [Description]
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-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
d465df1c_TestPlan_Format___Fonts_WG__Description
[Title] Valid credits Element With Two credit Elements [Description]
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-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
d465df1c_TestPlan_Format___Fonts_WG__Description
[Title] More Than One credits Element [Description]
The credits element occurs more than once. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
d465df1c_TestPlan_Format___Fonts_WG__Description
[Title] No credit Element in credits Element [Description]
The credits element does not contain a credit child element. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json
d465df1c_TestPlan_Format___Fonts_WG__Description
[Title] Unknown Attribute in credits Element [Description]
The credits element contains an unknown attribute. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_25.json