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
|
---|---|---|---|---|---|---|---|
89fabc27_Comments_on_HTML5__Comment | [ID] 1 [Location] 3.2.3.5 The dir attribute [Subject] Rendering bidi without a style sheet [Owner] RI [WG] Y [Ed. / Subs.] S [8] EditDelete [Comment] | "The processing of this attribute depends on the presentation layer. For example, CSS 2.1 defines a mapping from this attribute to the CSS 'direction' and 'unicode-bidi' properties, and defines rendering in terms of those properties." We think that HTML 5, like HTML 4, should be able to render bidirectional text without a style sheet. It would break backwards compatibility to remove the ability of a browser to do so without CSS. Therefore in our opinion, HTML 5 has to describe the expected behavior in at least the detail of HTML 4 rather than leave it up to the "presentation layer". Note that we do not want to impose a requirement on implementations of HTML 5 to implement CSS, but you could describe the expected behaviour by just referencing CSS and defining a default stylesheet fragment. This would just mean that an HTML 5 implementation has to make things behave as if it used this CSS default stylesheet fragment | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 2 [Location] 4.6.21 The bdo element [Subject] bdo element doesn't leave rendering up to presentation layer [Owner] RI [WG] Y [Ed. / Subs.] S [8] EditDelete [Comment] | "If the element has the dir attribute set to the exact value ltr, then for the purposes of the bidi algorithm, the user agent must act as if there was a U+202D LEFT-TO-RIGHT OVERRIDE character at the start of the element, and a U+202C POP DIRECTIONAL FORMATTING at the end of the element." "If the element has the dir attribute set to the exact value rtl, then for the purposes of the bidi algorithm, the user agent must act as if there was a U+202E RIGHT-TO-LEFT OVERRIDE character at the start of the element, and a U+202C POP DIRECTIONAL FORMATTING at the end of the element." The section about the element does *not* leave the expected behavior completely up to the presentation layer - which is confusing. Content authors need to know if they should use CSS, if CSS would override the specified behavior etc. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 3 [Location] 3.2.3.5 The dir attribute [Subject] Add note about using bidi constructs in content [Owner] RI [WG] Y [Ed. / Subs.] E [8] EditDelete [Comment] | We propose that you add a note making clear that using the directional markup provided by HTML5 is is better than attaching CSS styling to arbitrary markup such as etc., since information encoded in this way will apply to the content whether the CSS is used or not. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 4 [Location] 3.2.3.5 The dir attribute [Subject] rlo and lro attribute values [Owner] RI [WG] Y [Ed. / Subs.] S [8] EditDelete [Comment] | Please consider allowing two new attribute values for the "dir" attribute: 'rlo' and 'lro' for dir. You do not need to remove the bdo element, but the new values will allow content authors to proceed to a scenario we described in the ITS 1.0 specification, It will also provide some additional power to the authors, since they will be able to attach dir="lro" to a block element. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 5 [Location] 4.2.5.3 Pragma directives [Subject] what's the language of a document [Owner] RI [WG] Y [Ed. / Subs.] S [8] EditDelete [Comment] | Our proposal is as follows and is based on the text of the following sections: http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#document-wide-default-language http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-lang-and-xml:lang-attributes [1] Explain clearly that declarations in the http header and the meta element refer to the document as an object, rather than the text in a specific element (this is what makes the distinction between single and multiple values sensible). [2] Continue to recommend that the document-wide default language be defined by a lang attribute on the html tag, but say that if the lang attribute is missing and there is a language defined in the http or meta, then those language declarations can be used to guess the language of the text, if they contain a single value. [3] Establish the precedence between http vs meta. [4] Establish the rule that multiple values in the place that has precedence equates to lang="". This is very close to what we already have, but doesn't try to make the meta declaration a different thing than the http declaration, or change it so that multiple values are no longer valid. At the same time, it allows either the http or the meta to provide language information for text-processing, if the declaration is useable. We also feel that the spec seems to restrict the use of the term 'document-wide default language' to refer only to a language declared using the meta, and this is rather odd. We feel that in fact the lang attribute on the html element also establishes a document-wide default language. (See the text: "Until the pragma is successfully processed, there is no document-wide default language.") Update: This comment became part of ISSUE-88. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 6 [Location] 4.6.18 The ruby element [Subject] ruby code samples [Owner] RI [WG] - [Ed. / Subs.] E [8] EditDelete [Comment] | The code samples in the ruby section are misleading because they show white-space between the components that should not be there. eg. ... 漢 かん 字 じ ... Either show the examples as the code should look, eg. ... 漢かん字じ ... or add a note to say that the extra white space is there to show the structure clearly, but should not be copied. Similar comments apply to the examples in the rp section that follows. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 7 [Location] 4.6.18 The ruby element [Subject] Please add support for rb [Owner] RI [WG] - [Ed. / Subs.] E [8] EditDelete [Comment] | In all the web sites that we looked at that currently use ruby markup in the wild, over 90% of code uses the rb tag. The current HTML5 model for ruby simplifies the code generally, but making the rb element obsolete will make most existing ruby code non-conformant and make it more difficult to copy code that follows the Ruby Annotation model, from XML or other formats, into HTML5. Please allow optional use of the rb element as part of the HTML5 model. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
89fabc27_Comments_on_HTML5__Comment | [ID] 8 [Location] 4.2.5.5 Specifying the document's character encoding [Subject] Allow utf-16 encoding declarations [Owner] RI [WG] - [Ed. / Subs.] E [8] EditDelete [Comment] | Currently you are not allowed to use or the equivalent pragma directive in utf-16 encoded documents. While logically it is not needed to identify the character encoding, it introduces a special case for authors to remember, and almost certainly many authors will be unaware that this is disallowed and will do it. In addition, in-document declarations of this kind are particularly useful for developers, testers, or translation production managers who want to visually check the encoding of a document (since the bom cannot be seen). Furthermore, there would appear to be no risk incurred by allowing this, since the document would be encoded in utf-16 anyway. Note that the ask is not that the encoding of the document be determined by the meta element - the bom remains the way of determining that information - solely that no error or warning be raised if the meta element is used. Please make an exception in the spec for utf-16 so that it is allowed to use or the equivalent pragma directive in utf-16 encoded documents. | [] | Comments on HTML5 | Comment | http://www.w3.org/International/reviews/0802-html5/ | 9/1438042990611.52_20150728002310-00341-ip-10-236-191-2_835278860_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] Character data [Attribute Type] | CDATA | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] A document-unique identifier [Attribute Type] | ID | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] A reference to a document-unique identifier [Attribute Type] | IDREF | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] A space-separated list of references to document-unique identifiers [Attribute Type] | IDREFS | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] A name with the same character constraints as ID above [Attribute Type] | NAME | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] A name composed of only name tokens as defined in XML 1.0 [XML] [Attribute Type] | NMTOKEN | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] One or more whitespace separated NMTOKEN values [Attribute Type] | NMTOKENS | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
43cdc04a_Modularization_of_XHTML__Attribute_Type | [Definition] Processed character data [Attribute Type] | PCDATA | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
],
[
"P",
"C",
"D",
"A",
"T",
"A"
]
] | Modularization of XHTML | Attribute Type | http://www.w3.org/TR/2000/CR-xhtml-modularization-20001020/xhtml-modularization-20001020.html | 9/1438042992201.62_20150728002312-00236-ip-10-236-191-2_819982434_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Hidden [Data type] An arbitrary string [Control type] n/a [Keyword] | hidden | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Text [Data type] Text with no line breaks [Control type] Text field [Keyword] | text | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Search [Data type] Text with no line breaks [Control type] Search field [Keyword] | search | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Telephone [Data type] Text with no line breaks [Control type] A text field [Keyword] | tel | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] URL [Data type] An absolute IRI [Control type] A text field [Keyword] | url | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] E-mail [Data type] An e-mail address or list of e-mail addresses [Control type] A text field [Keyword] | email | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Password [Data type] Text with no line breaks (sensitive information) [Control type] Text field that obscures data entry [Keyword] | password | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Date and Time [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC [Control type] A date and time control [Keyword] | datetime | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Date [Data type] A date (year, month, day) with no time zone [Control type] A date control [Keyword] | date | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Month [Data type] A date consisting of a year and a month with no time zone [Control type] A month control [Keyword] | month | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Week [Data type] A date consisting of a week-year number and a week number with no time zone [Control type] A week control [Keyword] | week | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Time [Data type] A time (hour, minute, seconds, fractional seconds) with no time zone [Control type] A time control [Keyword] | time | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Local Date and Time [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone [Control type] A date and time control [Keyword] | datetime-local | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Number [Data type] A numerical value [Control type] A text field or spinner control [Keyword] | number | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Range [Data type] A numerical value, with the extra semantic that the exact value is not important [Control type] A slider control or similar [Keyword] | range | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Color [Data type] An sRGB color with 8-bit red, green, and blue components [Control type] A color well [Keyword] | color | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Checkbox [Data type] A set of zero or more values from a predefined list [Control type] A checkbox [Keyword] | checkbox | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Radio Button [Data type] An enumerated value [Control type] A radio button [Keyword] | radio | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] File Upload [Data type] Zero or more files each with a MIME type and optionally a file name [Control type] A label and a button [Keyword] | file | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Submit Button [Data type] An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission [Control type] A button [Keyword] | submit | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Image Button [Data type] A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission [Control type] Either a clickable image, or a button [Keyword] | image | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Reset Button [Data type] n/a [Control type] A button [Keyword] | reset | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
134d9042_10_7_The_input_element___HTML5__Keyword | [State] Button [Data type] n/a [Control type] A button [Keyword] | button | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html | 9/1438042988511.77_20150728002308-00029-ip-10-236-191-2_813866868_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] Character data [Attribute Type] | CDATA | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] A document-unique identifier [Attribute Type] | ID | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] A reference to a document-unique identifier [Attribute Type] | IDREF | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] A space-separated list of references to document-unique identifiers [Attribute Type] | IDREFS | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] A name with the same character constraints as ID above [Attribute Type] | NAME | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] A name composed of only name tokens as defined in XML 1.0 [XML] [Attribute Type] | NMTOKEN | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
da323ba7__1___Defining_Abstract_Modules__Attribute_Type | [Definition] One or more white space separated NMTOKEN values [Attribute Type] | NMTOKENS | [
[
"C",
"D",
"A",
"T",
"A"
],
[
"I",
"D"
],
[
"I",
"D",
"R",
"E",
"F"
],
[
"I",
"D",
"R",
"E",
"F",
"S"
],
[
"N",
"A",
"M",
"E"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N"
],
[
"N",
"M",
"T",
"O",
"K",
"E",
"N",
"S"
]
] | XHTML Modularization 1.1 - Defining Abstract Modules | Attribute Type | http://www.w3.org/TR/2008/REC-xhtml-modularization-20081008/abstraction.html | 9/1438042988511.77_20150728002308-00018-ip-10-236-191-2_820350385_0.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 6535 [Erratum (if applicable)] None [Category] Substantive [Affected sections] 3 Serialization Parameters 4 Phases of Serialization 5.1.4 XML Output Method: the indent and suppress-indentation Parameters 6.1.4 XHTML Output Method: the indent and suppress-indentation Parameters 7.4.3 HTML Output Method: the indent and suppress-indentation Parameters 8.1.4 Text Output Method: the indent and suppress-indentation Parameters [Description of change] | Added definition of the suppress-indentation serialization parameter. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 7829 [Erratum (if applicable)] SE.E14 [Category] Substantive [Affected sections] 7.2 Writing Attributes [Description of change] | Clarified how minimized attributes are handled under the rules of the HTML output method. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 8245 [Erratum (if applicable)] SE.E15 [Category] Editorial [Affected sections] 7.3 Writing Character Data C Summary of Error Conditions [Description of change] | Corrected description of a serialization error that mentions which control characters are not permitted under the rules of the HTML output method | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 7823 [Erratum (if applicable)] SE.E16 [Category] Substantive [Affected sections] 7.1 Markup for Elements [Description of change] | Clarified how the script and style elements are handled for the HTML output method. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 8651 [Erratum (if applicable)] SE.E17 [Category] Substantive [Affected sections] 1.1 Terminology 6.1.14 XHTML Output Method: the include-content-type Parameter 7.1 Markup for Elements 7.2 Writing Attributes 7.4.13 HTML Output Method: the include-content-type Parameter [Description of change] | Clarified what it means to compare without regard to case. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 8206 [Erratum (if applicable)] SE.E18 [Category] Editorial [Affected sections] 4 Phases of Serialization [Description of change] | Clarified what it means to escape according to HTML or XML rules. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 6808 [Erratum (if applicable)] None [Category] Substantive [Affected sections] 5.1.4 XML Output Method: the indent and suppress-indentation Parameters [Description of change] | Relaxed rules for the XML output method that specify where a serializer is permitted to add whitespace. This introduces an incompatibility only inasmuch as the serialized results produced by a serializer conforming to this specification could differ from the results a serializer that adheres to [XSLT 2.0 and XQuery 1.0 Serialization (Second Edition)] would be permitted to produce. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] Bugzilla bug 9302 [Erratum (if applicable)] None [Category] Substantive [Affected sections] 3.1 Setting Serialization Parameters by Means of a Data Model Instance [Description of change] | Defined a mechanism for specifying serialization parameter settings in the form of a data model instance. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
877e6fbb_T_and_XQuery_Serialization_3_1__Description_of_change | [Bugzilla bug (if applicable)] None [Erratum (if applicable)] None [Category] Editorial [Description of change] | Replaced all uses of the words legal and illegal with more appropriate terms. | [] | XSLT and XQuery Serialization 3.1 | Description of change | http://www.w3.org/TR/2014/WD-xslt-xquery-serialization-31-20140424/ | 9/1438042992201.62_20150728002312-00299-ip-10-236-191-2_807848253_8.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] namespace name [EXI event types] | AT | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] local name [EXI event types] | AT | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] prefix [EXI event types] | AT | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] normalized value [EXI event types] | The value of AT | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] specified [EXI event types] | True if the item maps to AT, otherwise false | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] attribute type [EXI event types] | Computed based on AT and DT | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] references [EXI event types] | Computed based on attribute type and value of AT | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
09eb3b8c_t_XML_Interchange__EXI__Format__properties_to_EXI_event_types_EXI_event_types | [Property] owner element [EXI event types] | Computed based on the last SE event encountered that did not get a matching EE event | [] | Efficient XML Interchange (EXI) Format | EXI event types | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_133.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] alignment [Description] Alignment of event codes and content items [Default Value] | bit-packed | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] compression [Description] EXI compression is used to achieve better compactness [Default Value] | false | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] strict [Description] Strict interpretation of schemas is used to achieve better compactness [Default Value] | false | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] fragment [Description] Body is encoded as an EXI fragment instead of an EXI document [Default Value] | false | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] preserve [Description] Specifies whether the support for the preservation of comments, pis, etc. is each enabled [Default Value] | all false | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] selfContained [Description] Enables self-contained elements [Default Value] | false | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] schemaId [Description] Identify the schema information, if any, used to encode the body [Default Value] | no default value | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] datatypeRepresentationMap [Description] Specify alternate datatype representations for typed values in the EXI body [Default Value] | no default value | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] blockSize [Description] Specifies the block size used for EXI compression [Default Value] | 1,000,000 | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] valueMaxLength [Description] Specifies the maximum string length of value content items to be considered for addition to the string table. [Default Value] | unbounded | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] valuePartitionCapacity [Description] Specifies the total capacity of value partitions in a string table [Default Value] | unbounded | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
1f4bca96_t_XML_Interchange__EXI__Format_XI_Options_in_Options_Document_Default_Value | [EXI Option] [user defined meta-data] [Description] User defined meta-data may be added [Default Value] | no default value | [
[
"b",
"i",
"t",
"-",
"p",
"a",
"c",
"k",
"e",
"d"
],
[
"f",
"a",
"l",
"s",
"e"
],
[
"a",
"l",
"l",
" ",
"f",
"a",
"l",
"s",
"e"
],
[
"n",
"o",
" ",
"d",
"e",
"f",
"a",
"u",
"l",
"t",
" ",
"v",
"a",
"l",
"u",
"e"
],
[
"1",
",",
"0",
"0",
"0",
",",
"0",
"0",
"0"
],
[
"u",
"n",
"b",
"o",
"u",
"n",
"d",
"e",
"d"
]
] | Efficient XML Interchange (EXI) Format | Default Value | http://www.w3.org/TR/2011/PR-exi-20110120/exi.xml | 9/1438042990611.52_20150728002310-00226-ip-10-236-191-2_821586874_10.json |
807fc61e_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] The operation succeeded. [anyURI Name] | Success | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/Overview.html | 9/1438042992201.62_20150728002312-00073-ip-10-236-191-2_798407609_4.json |
807fc61e_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] The service does not support the protocol version specified in the request. [anyURI Name] | VersionMismatch | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/Overview.html | 9/1438042992201.62_20150728002312-00073-ip-10-236-191-2_798407609_4.json |
807fc61e_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] An error occurred that was due to the message sent by the sender. [anyURI Name] | Sender | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/Overview.html | 9/1438042992201.62_20150728002312-00073-ip-10-236-191-2_798407609_4.json |
807fc61e_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Final [Description] An error occurred at the receiver. [anyURI Name] | Receiver | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/Overview.html | 9/1438042992201.62_20150728002312-00073-ip-10-236-191-2_798407609_4.json |
807fc61e_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Not Final [Description] The service has not acted on the request. In order for the request to be acted upon the request MUST be represented with the specified nonce in accordance with the two-phase protocol. [anyURI Name] | Represent | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/Overview.html | 9/1438042992201.62_20150728002312-00073-ip-10-236-191-2_798407609_4.json |
807fc61e_ement_Specification__XKMS_2_0___anyURI_Name | [Final] Not Final [Description] The request has been accepted for processing and the service will return the result asynchronously. [anyURI Name] | Pending | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
"M",
"i",
"s",
"m",
"a",
"t",
"c",
"h"
],
[
"S",
"e",
"n",
"d",
"e",
"r"
],
[
"R",
"e",
"c",
"e",
"i",
"v",
"e",
"r"
],
[
"R",
"e",
"p",
"r",
"e",
"s",
"e",
"n",
"t"
],
[
"P",
"e",
"n",
"d",
"i",
"n",
"g"
]
] | XML Key Management Specification (XKMS 2.0) | anyURI Name | http://www.w3.org/TR/2005/REC-xkms2-20050628/Overview.html | 9/1438042992201.62_20150728002312-00073-ip-10-236-191-2_798407609_4.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] issuedby [Type] OWL Annotation Property [Introduced] Section 2.2 [Notes] | Range is undefined but it is RECOMMENDED that the filler be either a dcterms:Agent or a foaf:Agent | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] issued [Type] OWL Annotation Property [Introduced] Section 2.2 [Notes] | It takes as value a literal of type xsd:dateTime. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] text [Type] OWL Annotation Property [Introduced] Section 2.2 [Notes] | As displaytext in previous table | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] logo [Type] OWL Annotation Property [Introduced] Section 2.2 [Notes] | As displayicon in previous table | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] matchesregex [Type] OWL Datatype Property [Introduced] Section 2.2 [Notes] | RDF/OWL tools must understand the POWDER Semantic Extension to process the semantics of this property. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] notmatchesregex [Type] OWL Datatype Property [Introduced] Section 2.2 [Notes] | RDF/OWL tools must understand the POWDER Semantic Extension to process the semantics of this property. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] Processor [Type] Sub class of dcterms:Agent [Introduced] Section 3 [Notes] | The class of POWDER Processors | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] Document [Type] Sub class of owl:Ontology [Introduced] Section 3 [Notes] | The class of POWDER documents | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] data_error [Type] OWL Datatype Property [Introduced] Section 3 [Notes] | A property denoting a description of the specific processing error occurred when processing a given POWDER document. Domain is #Document | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] proc_error [Type] OWL Datatype Property [Introduced] Section 3 [Notes] | A property denoting a description of the specific processing error occurred when processing a given POWDER document. Domain is #Processor | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] err_code [Type] OWL Datatype Property [Introduced] Section 3 [Notes] | A property denoting a description of the specific processing error occurred when processing a given POWDER document. Range is xsd:nonNegativeInterger | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] describedby [Type] OWL Object Property [Introduced] Section 4.1.3 [Notes] | A property that links a described resource to a POWDER document. For use with RDFa and other rich formats. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] tag [Type] OWL Datatype Property [Introduced] Section 2.7 [Notes] | Filler is a string literal that may include spaces | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] notknownto [Type] OWL Object Property [Introduced] Section 3 [Notes] | Property used by a POWDER Processor that it does not have any information about a particular IRI. Range is #Processor. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] authenticate [Type] OWL Object Property [Introduced] Section 5.1 [Notes] | An RDF property that links a dcterms:Agent or foaf:Agent class to a resource describing how to authenticate its DRs. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] validfrom [Type] OWL Annotation Property [Introduced] Section 5.2 [Notes] | It takes as value a literal of type xsd:dateTime. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] validuntil [Type] OWL Annotation Property [Introduced] Section 5.2 [Notes] | It takes as value a literal of type xsd:dateTime. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] sha1sum [Type] OWL Datatype Property [Introduced] Section 5.2 [Notes] | Range is datatype xsd:base64Binary. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |
2a242f16_POWDER___Description_Resources__Notes | [Term] certified [Type] OWL Datatype Property [Introduced] Section 5.2 [Notes] | It takes as value a literal of type xsd:boolean. | [] | Protocol for Web Description Resources (POWDER): Description Resources | Notes | http://www.w3.org/TR/2009/WD-powder-dr-20090403/ | 9/1438042990611.52_20150728002310-00156-ip-10-236-191-2_821643101_2.json |