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
0f59461b_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] A valid time value for the HTTP 1.1 request [RFC2616] [Description] The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided. [Name]
maxage
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_20.json
0f59461b_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] A valid time value for the HTTP 1.1 request [RFC2616] [Description] The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-stale' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds. [Name]
maxstale
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_20.json
0f59461b_all_Control__CCXML_Version_1_0__Name
[Required] false [Attribute Constraints] Valid only when the value of the method is "post", otherwise ignored. [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description] An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist must be url encoded. [Name]
enctype
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_20.json
0f59461b_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description] An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method must be used by the dialog manager. post This indicates that the "POST" method must be used by the dialog manager. [Name]
method
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_20.json
0f59461b_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression that returns an ECMAScript object [Description] The ECMAScript object returned contains information which may be used by the implementing platform for implementing the dialog operation. Note: The meaning of these hints is specific to the implementing platform and protocol. Platforms that do not support hints MAY ignore this attribute. See Section 9.5.6 for additional requirements when hints are supported by the implementing platform. [Name]
hints
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_20.json
6193a64a_s_compliant_Web_sites___W3C_QA__Rationale
[Requirement] Use valid (X)HTML [Details] Using valid HTML means having an HTML code that follows one of the DTDs of the HTML specification. Your best choice is valid XHTML strict markup: XHTML means that the code will benefit from all the XML power, and strict ensures your site won't mix presentation markup with the structure. [Test tool] The W3C HTML Validator is one of the many options available. The LogValidator is especially helpful in maintaining a valid Web site. [Rationale]
Valid HTML code is a first step toward more compatibility with browsers and better rendering on the latest ones. Using only strict HTML (that is, the Strict HTML DTD) makes the site easier to maintain and evolve.
[]
Buy standards compliant Web sites — W3C QA
Rationale
http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en
30/1438042986357.49_20150728002306-00149-ip-10-236-191-2_831604894_0.json
6193a64a_s_compliant_Web_sites___W3C_QA__Rationale
[Requirement] Use extensively valid CSS [Details] Avoid any presentational markup and keep all the layout features in well-defined CSS style sheets. [Test tool] The CSS Validator detects any non-compliant use of the CSS technologies. [Rationale]
Linked style sheets allow presentation to be decoupled completely from the page structure of your site, and lets you quickly change its layout and rendering. It also guarantees that everybody can adjust the rendering to their needs and tastes.
[]
Buy standards compliant Web sites — W3C QA
Rationale
http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en
30/1438042986357.49_20150728002306-00149-ip-10-236-191-2_831604894_0.json
6193a64a_s_compliant_Web_sites___W3C_QA__Rationale
[Requirement] Use HTTP properly [Details] Make sure that each page of your site is accessible with a stable address (URL) and that the HTTP caching properties are set correctly. Make sure if you migrate to a new site version that the URLs are either kept as is or at least redirected to the new ones. [Test tool] The W3C Link Checker can provide some help. Besides, the advices given in the Common HTTP Implementation Problems Note can help assess what needs to be respected. [Rationale]
HTTP is a very powerful protocol and you get most of its power with stable URLs and an efficient caching system: bookmarks and links don't break, network access is faster, users are happy!
[]
Buy standards compliant Web sites — W3C QA
Rationale
http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en
30/1438042986357.49_20150728002306-00149-ip-10-236-191-2_831604894_0.json
6193a64a_s_compliant_Web_sites___W3C_QA__Rationale
[Requirement] Use SVG and PNG for graphics [Details] Use PNG for raster images, and SVG for all others. [Test tool] N/A [Rationale]
PNG is a much more capable format than other binary formats for raster images because it provides better compression, more options, and it's free. The best format you should require is SVG: it's scalable, XML-based, very light, and has a lot of capabilities, for example, animation using SMIL, which is supported on cell phones, etc.
[]
Buy standards compliant Web sites — W3C QA
Rationale
http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en
30/1438042986357.49_20150728002306-00149-ip-10-236-191-2_831604894_0.json
6193a64a_s_compliant_Web_sites___W3C_QA__Rationale
[Requirement] Use techniques to make your content accessible [Details] Details. [Test tool] See Evaluation Tools for Web Content Accessibility. [Rationale]
Making a site accessible benefits all of your users, and broadens your current audience. This requirement may be required by law in some countries.
[]
Buy standards compliant Web sites — W3C QA
Rationale
http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en
30/1438042986357.49_20150728002306-00149-ip-10-236-191-2_831604894_0.json
6193a64a_s_compliant_Web_sites___W3C_QA__Rationale
[Requirement] Use standards scripting languages [Details] Use the DOM API combined with Ecmascript (but don't make the use of scripts mandatory to navigate in the site!). [Test tool] N/A [Rationale]
DOM and Ecmascript (the common standard behind Javascript and JScript) are the best way to go to get interoperable scripts to create animations in your Web site. But do not forget your users that don't have these scripting capacities enabled.
[]
Buy standards compliant Web sites — W3C QA
Rationale
http://www.w3.org/QA/2002/07/WebAgency-Requirements.html.en
30/1438042986357.49_20150728002306-00149-ip-10-236-191-2_831604894_0.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] next [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] must evaluate to a valid URI [Description]
An ECMAScript expression which returns the URI of the resource to be fetched.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] type [Required] false [Type] ECMAScript Expression [Default Value] In processed mode "application/ccxml+xml". In raw mode "*/*". [Valid Values] MIME Types formatted as per HTTP Accept header [RFC2616] [Description]
An ECMAScript expression which returns a character string setting the value of the HTTP Accept header to tell the application server what content type the application wishes to have returned.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] namelist [Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
A list of zero or more whitespace separated CCXML variable names. These variables must be submitted to the web server, with the same qualification as used in the namelist. When an ECMAScript variable is submitted to the web server, its value must be first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it must be submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year".
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] method [Required] false [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description]
An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method must be used to fetch the URI post This indicates that the "POST" method must be used while submitting the URI to the web server.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] fetchid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute must receive 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 identifier can be acquired from the fetch completion event. Every fetch request must receive a unique fetch identifier, even if the request is for the same URI
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] timeout [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
The character string returned must be interpreted as a time interval. This interval begins when the fetch is executed. The fetch must fail if not completed at the end of this interval. A failed fetch must return the error.fetch event.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] maxage [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content whose age must be no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] maxstale [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] enctype [Required] false [Attribute Constraints] Valid only when the value of the method is "post", otherwise ignored. [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description]
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist must be url encoded.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
b5ac8011_all_Control__CCXML_Version_1_0__Description
[Name] mode [Required] false [Type] ECMAScript Expression [Default Value] processed [Valid Values] processed, raw [Description]
Controls what the CCXML platform should do with fetched content. If set to processed (the default) the CCXML platform MUST attempt to parse and validate the returned content. If set to raw the platform MUST NOT attempt to process the data and MUST leave processing of the content to the application who can do what it wishes with the content via the content attribute of the fetch.done event
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_7.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 0 [Name] InternAtom [Dir] Both [Description]
The session_id is used as the Atom to be defined (offset by 0x2000), so a value of 0 is defining ID 0x2000). The fragment_size field is the length of the UTF-8 encoded string. The fragment itself contains the string to be interned. This allows the interning of 256 strings. (is this enough?).
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 1 [Name] DefineEndpoint [Dir] Both [Description]
The session_id is ignored. The fragment_size is interpreted as the protocol ID, naming an endpoint actually available on this transport TCP connection. This enables a single transport TCP connection to be used for callbacks, or to advertise that a protocol endpoint can be reached to the process on the other end of the transport TCP connection. Whether this relative URI naming can be used depends upon the scheme of the URI [20], which defines its structure. For example, a firewall proxy might advertize just "http:" for the proxy, claiming it can be used to contact any HTTP protocol object anywhere, or "http://foo.com/bar/" to indicate that any object below that point in the URI space on the server foo.com may be reached by this TCP connection. A client might advertize that "http://myhost.com/" is available via this transport TCP connection.
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 2 [Name] SetMSS [Dir] Both [Description]
This sets a limit on fragment sizes below the outstanding credit limit. The session_id must be zero. The fragment_size field is used as max_fragment_size (the largest fragment that be sent on any session on this transport TCP connection.). A max_fragment_size of zero means there is no limit on the fragment size allowed for this session.
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 3 [Name] AddCredit [Dir] R->T [Description]
The session_id specifies the session. The fragment_size specifies the flow control credit granted (to be added to the current outstanding credit balance). A value of zero indicates no limit on how much data may be sent on this session.
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 4 [Name] SetDefaultCredit [Dir] R->T [Description]
The session_id must be zero. The fragment_size field is used as to set the initial default credit limit for any incoming MUX connections over this transport TCP connection. (i.e. it is short hand for sending a series of AddCredit messages for each session ID).
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 5 [Name] NoOp [Dir] Both [Description]
This control message is defined to perform no function. Any data in the payload should be ignored.
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
715a24f9_D__SMUX_Protocol_Specification__Description
[code] 6-15 [Name] - [Description]
Undefined. Reserved for future use. Must be ignored if not understood, and forwarded by any proxies. The fragment_size is always used for the length of the control message, and any data for the control message will be in the payload of the control message (to allow proxies to be able to forward future control messages).
[]
W3C WD: SMUX Protocol Specification
Description
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
427bca4a_REST___Semantic_Web_Standards__HTTP_Verb
[Behavior] Returns a serialization of the RDF graph which encodes the state of the given resource. Content negotiation MUST be performed. In level zero, at least one of application/rdf+xml or text/turtle SHOULD be available from the server. [HTTP Verb]
GET
[ [ "G", "E", "T" ], [ "H", "E", "A", "D" ], [ "P", "O", "S", "T" ], [ "P", "U", "T" ], [ "D", "E", "L", "E", "T", "E" ], [ "P", "A", "T", "C", "H" ] ]
REST - Semantic Web Standards
HTTP Verb
http://www.w3.org/2001/sw/wiki/index.php?title=REST&redirect=no
30/1438042986357.49_20150728002306-00236-ip-10-236-191-2_817132747_0.json
427bca4a_REST___Semantic_Web_Standards__HTTP_Verb
[Behavior] As normal, on the information GET would return. In particular, metadata may be returned using Link Headers, indicating, for instance, a SPARQL endpoint which can be used to query the data. [HTTP Verb]
HEAD
[ [ "G", "E", "T" ], [ "H", "E", "A", "D" ], [ "P", "O", "S", "T" ], [ "P", "U", "T" ], [ "D", "E", "L", "E", "T", "E" ], [ "P", "A", "T", "C", "H" ] ]
REST - Semantic Web Standards
HTTP Verb
http://www.w3.org/2001/sw/wiki/index.php?title=REST&redirect=no
30/1438042986357.49_20150728002306-00236-ip-10-236-191-2_817132747_0.json
427bca4a_REST___Semantic_Web_Standards__HTTP_Verb
[Behavior] Not specified in general, to allow for application use. [HTTP Verb]
POST
[ [ "G", "E", "T" ], [ "H", "E", "A", "D" ], [ "P", "O", "S", "T" ], [ "P", "U", "T" ], [ "D", "E", "L", "E", "T", "E" ], [ "P", "A", "T", "C", "H" ] ]
REST - Semantic Web Standards
HTTP Verb
http://www.w3.org/2001/sw/wiki/index.php?title=REST&redirect=no
30/1438042986357.49_20150728002306-00236-ip-10-236-191-2_817132747_0.json
427bca4a_REST___Semantic_Web_Standards__HTTP_Verb
[Behavior] If the media type of the payload is an RDF graph serialization language, then set the resource state to be as encoded in the serialized RDF graph. Otherwise, not specified in level zero. Creates the resource, if it does not already exist. Some resources may be flagged "no clobber", to reject PUT if they already exist; level zero does not specify how to indicate this. [HTTP Verb]
PUT
[ [ "G", "E", "T" ], [ "H", "E", "A", "D" ], [ "P", "O", "S", "T" ], [ "P", "U", "T" ], [ "D", "E", "L", "E", "T", "E" ], [ "P", "A", "T", "C", "H" ] ]
REST - Semantic Web Standards
HTTP Verb
http://www.w3.org/2001/sw/wiki/index.php?title=REST&redirect=no
30/1438042986357.49_20150728002306-00236-ip-10-236-191-2_817132747_0.json
427bca4a_REST___Semantic_Web_Standards__HTTP_Verb
[Behavior] Remove the association between the resource and the URL used in the delete operation. The server MAY retain the underlying resource, perhaps accessible via a different URL. That is, a successful DELETE removes this one reference to the resource, but does not necessarily affect other references, or the resource itself. Creating multiple references or determining whether they exist is beyond the scope of level zero. [HTTP Verb]
DELETE
[ [ "G", "E", "T" ], [ "H", "E", "A", "D" ], [ "P", "O", "S", "T" ], [ "P", "U", "T" ], [ "D", "E", "L", "E", "T", "E" ], [ "P", "A", "T", "C", "H" ] ]
REST - Semantic Web Standards
HTTP Verb
http://www.w3.org/2001/sw/wiki/index.php?title=REST&redirect=no
30/1438042986357.49_20150728002306-00236-ip-10-236-191-2_817132747_0.json
427bca4a_REST___Semantic_Web_Standards__HTTP_Verb
[Behavior] Modify the state of the resource as specified by the payload, according to its media type. Servers MAY accept SPARQL 1.1 Update (Content-Type: application/sparql-update) on element resource to modify the RDF graph view of the resource state, acting as a SPARQL endpoints with only a default graph. [HTTP Verb]
PATCH
[ [ "G", "E", "T" ], [ "H", "E", "A", "D" ], [ "P", "O", "S", "T" ], [ "P", "U", "T" ], [ "D", "E", "L", "E", "T", "E" ], [ "P", "A", "T", "C", "H" ] ]
REST - Semantic Web Standards
HTTP Verb
http://www.w3.org/2001/sw/wiki/index.php?title=REST&redirect=no
30/1438042986357.49_20150728002306-00236-ip-10-236-191-2_817132747_0.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] RDF terms [Query Forms] SELECT [Other] VALUES [Modifiers]
DISTINCT
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] Property path expression [Query Forms] CONSTRUCT [Other] SERVICE [Modifiers]
REDUCED
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] Property path patterns [Query Forms] DESCRIBE [Modifiers]
Projection
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] Groups [Query Forms] ASK [Modifiers]
ORDER BY
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] OPTIONAL [Modifiers]
LIMIT
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] UNION [Modifiers]
OFFSET
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
4403bd06_SPARQL_1_1_Query_Language__Modifiers
[Patterns] GRAPH [Modifiers]
Select expressions
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "o", "n" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ], [ "S", "e", "l", "e", "c", "t", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n", "s" ] ]
SPARQL 1.1 Query Language
Modifiers
http://www.w3.org/TR/sparql11-query/diff
30/1438042986625.58_20150728002306-00268-ip-10-236-191-2_807179077_116.json
b5f7cd69_tation_for_Control_Abstraction__Name
[Description] Indicates that the state machine has entered a final substate of state id. [Defined in] 3.7 [See also] 3.1 Introduction [Name]
done.state.id
[ [ "d", "o", "n", "e", ".", "s", "t", "a", "t", "e", ".", "i", "d" ], [ "d", "o", "n", "e", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "c", "a", "n", "c", "e", "l", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "e", "r", "r", "o", "r", ".", "c", "o", "m", "m", "u", "n", "i", "c", "a", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "e", "x", "e", "c", "u", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "p", "l", "a", "t", "f", "o", "r", "m" ] ]
State Chart XML (SCXML): State Machine Notation for Control Abstraction
Name
http://www.w3.org/TR/2012/WD-scxml-20120216/
30/1438042986625.58_20150728002306-00141-ip-10-236-191-2_813270403_6.json
b5f7cd69_tation_for_Control_Abstraction__Name
[Description] Indicates that the invoked process with invokeid id has completed processing. [Defined in] 6.4 [See also] 3.7 , exitInterpreter procedure in A Algorithm for SCXML Interpretation [Name]
done.invoke.id
[ [ "d", "o", "n", "e", ".", "s", "t", "a", "t", "e", ".", "i", "d" ], [ "d", "o", "n", "e", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "c", "a", "n", "c", "e", "l", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "e", "r", "r", "o", "r", ".", "c", "o", "m", "m", "u", "n", "i", "c", "a", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "e", "x", "e", "c", "u", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "p", "l", "a", "t", "f", "o", "r", "m" ] ]
State Chart XML (SCXML): State Machine Notation for Control Abstraction
Name
http://www.w3.org/TR/2012/WD-scxml-20120216/
30/1438042986625.58_20150728002306-00141-ip-10-236-191-2_813270403_6.json
b5f7cd69_tation_for_Control_Abstraction__Name
[Description] Sent from an invoking session to an invoked session to terminate its processing. [Defined in] 6.4.3 Implementation of [See also] E.1 SCXML Event I/O Processor [Name]
cancel.invoke.id
[ [ "d", "o", "n", "e", ".", "s", "t", "a", "t", "e", ".", "i", "d" ], [ "d", "o", "n", "e", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "c", "a", "n", "c", "e", "l", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "e", "r", "r", "o", "r", ".", "c", "o", "m", "m", "u", "n", "i", "c", "a", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "e", "x", "e", "c", "u", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "p", "l", "a", "t", "f", "o", "r", "m" ] ]
State Chart XML (SCXML): State Machine Notation for Control Abstraction
Name
http://www.w3.org/TR/2012/WD-scxml-20120216/
30/1438042986625.58_20150728002306-00141-ip-10-236-191-2_813270403_6.json
b5f7cd69_tation_for_Control_Abstraction__Name
[Description] Indicates that an error has occurred while trying to communicate with an external entity. [Defined in] 3.12.2 Errors [See also] 6.2 , E.1 SCXML Event I/O Processor, E.2 Basic HTTP Event I/O Processor, E.3 DOM Event I/O Processor [Name]
error.communication
[ [ "d", "o", "n", "e", ".", "s", "t", "a", "t", "e", ".", "i", "d" ], [ "d", "o", "n", "e", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "c", "a", "n", "c", "e", "l", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "e", "r", "r", "o", "r", ".", "c", "o", "m", "m", "u", "n", "i", "c", "a", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "e", "x", "e", "c", "u", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "p", "l", "a", "t", "f", "o", "r", "m" ] ]
State Chart XML (SCXML): State Machine Notation for Control Abstraction
Name
http://www.w3.org/TR/2012/WD-scxml-20120216/
30/1438042986625.58_20150728002306-00141-ip-10-236-191-2_813270403_6.json
b5f7cd69_tation_for_Control_Abstraction__Name
[Description] Indicates that an error internal to the execution of the document has occurred, such as one arising from expression evaluation. [Defined in] 3.12.2 Errors [See also] 4.6 , 5.4 , 5.8 , 5.10.1 Conditional Expressions, 5.10.2 Location Expressions, 5.10.3 Legal Data Values and Value Expressions, 5.10.4 Errors in Expressions, 5.11 System Variables, 6.2 , D.2.3 Location Expressions, D.2.5 , D.3.5 [Name]
error.execution
[ [ "d", "o", "n", "e", ".", "s", "t", "a", "t", "e", ".", "i", "d" ], [ "d", "o", "n", "e", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "c", "a", "n", "c", "e", "l", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "e", "r", "r", "o", "r", ".", "c", "o", "m", "m", "u", "n", "i", "c", "a", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "e", "x", "e", "c", "u", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "p", "l", "a", "t", "f", "o", "r", "m" ] ]
State Chart XML (SCXML): State Machine Notation for Control Abstraction
Name
http://www.w3.org/TR/2012/WD-scxml-20120216/
30/1438042986625.58_20150728002306-00141-ip-10-236-191-2_813270403_6.json
b5f7cd69_tation_for_Control_Abstraction__Name
[Description] Indicates that a platform- or application-specific error has occurred. [Defined in] 3.12.2 Errors [Name]
error.platform
[ [ "d", "o", "n", "e", ".", "s", "t", "a", "t", "e", ".", "i", "d" ], [ "d", "o", "n", "e", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "c", "a", "n", "c", "e", "l", ".", "i", "n", "v", "o", "k", "e", ".", "i", "d" ], [ "e", "r", "r", "o", "r", ".", "c", "o", "m", "m", "u", "n", "i", "c", "a", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "e", "x", "e", "c", "u", "t", "i", "o", "n" ], [ "e", "r", "r", "o", "r", ".", "p", "l", "a", "t", "f", "o", "r", "m" ] ]
State Chart XML (SCXML): State Machine Notation for Control Abstraction
Name
http://www.w3.org/TR/2012/WD-scxml-20120216/
30/1438042986625.58_20150728002306-00141-ip-10-236-191-2_813270403_6.json
6dcb62ef_D__SMUX_Protocol_Specification__Dir
[code] 0 [Name] InternAtom [Description] The session_id is used as the Atom to be defined (offset by 0x2000), so a value of 0 is defining ID 0x2000). The fragment_size field is the length of the UTF-8 encoded string. The fragment itself contains the string to be interned. This allows the interning of 256 strings. (is this enough?). [Dir]
Both
[ [ "B", "o", "t", "h" ], [ "R", "-", ">", "T" ] ]
W3C WD: SMUX Protocol Specification
Dir
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
6dcb62ef_D__SMUX_Protocol_Specification__Dir
[code] 1 [Name] DefineEndpoint [Description] The session_id is ignored. The fragment_size is interpreted as the protocol ID, naming an endpoint actually available on this transport TCP connection. This enables a single transport TCP connection to be used for callbacks, or to advertise that a protocol endpoint can be reached to the process on the other end of the transport TCP connection. Whether this relative URI naming can be used depends upon the scheme of the URI [20], which defines its structure. For example, a firewall proxy might advertize just "http:" for the proxy, claiming it can be used to contact any HTTP protocol object anywhere, or "http://foo.com/bar/" to indicate that any object below that point in the URI space on the server foo.com may be reached by this TCP connection. A client might advertize that "http://myhost.com/" is available via this transport TCP connection. [Dir]
Both
[ [ "B", "o", "t", "h" ], [ "R", "-", ">", "T" ] ]
W3C WD: SMUX Protocol Specification
Dir
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
6dcb62ef_D__SMUX_Protocol_Specification__Dir
[code] 2 [Name] SetMSS [Description] This sets a limit on fragment sizes below the outstanding credit limit. The session_id must be zero. The fragment_size field is used as max_fragment_size (the largest fragment that be sent on any session on this transport TCP connection.). A max_fragment_size of zero means there is no limit on the fragment size allowed for this session. [Dir]
Both
[ [ "B", "o", "t", "h" ], [ "R", "-", ">", "T" ] ]
W3C WD: SMUX Protocol Specification
Dir
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
6dcb62ef_D__SMUX_Protocol_Specification__Dir
[code] 3 [Name] AddCredit [Description] The session_id specifies the session. The fragment_size specifies the flow control credit granted (to be added to the current outstanding credit balance). A value of zero indicates no limit on how much data may be sent on this session. [Dir]
R->T
[ [ "B", "o", "t", "h" ], [ "R", "-", ">", "T" ] ]
W3C WD: SMUX Protocol Specification
Dir
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
6dcb62ef_D__SMUX_Protocol_Specification__Dir
[code] 4 [Name] SetDefaultCredit [Description] The session_id must be zero. The fragment_size field is used as to set the initial default credit limit for any incoming MUX connections over this transport TCP connection. (i.e. it is short hand for sending a series of AddCredit messages for each session ID). [Dir]
R->T
[ [ "B", "o", "t", "h" ], [ "R", "-", ">", "T" ] ]
W3C WD: SMUX Protocol Specification
Dir
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
6dcb62ef_D__SMUX_Protocol_Specification__Dir
[code] 5 [Name] NoOp [Description] This control message is defined to perform no function. Any data in the payload should be ignored. [Dir]
Both
[ [ "B", "o", "t", "h" ], [ "R", "-", ">", "T" ] ]
W3C WD: SMUX Protocol Specification
Dir
http://www.w3.org/Protocols/MUX/WD-mux-980708.html
30/1438042986625.58_20150728002306-00181-ip-10-236-191-2_801108441_0.json
9cfe8d9c_XHTML_Events__XHTML_Basic_Events
[Attribute] id [XHTML Events] Yes [XHTML Basic Events]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
XHTML Events
XHTML Basic Events
http://www.w3.org/TR/2000/WD-xhtml-events-20000828/
30/1438042986357.49_20150728002306-00225-ip-10-236-191-2_812011102_0.json
9cfe8d9c_XHTML_Events__XHTML_Basic_Events
[Attribute] type [XHTML Events] Yes [XHTML Basic Events]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
XHTML Events
XHTML Basic Events
http://www.w3.org/TR/2000/WD-xhtml-events-20000828/
30/1438042986357.49_20150728002306-00225-ip-10-236-191-2_812011102_0.json
9cfe8d9c_XHTML_Events__XHTML_Basic_Events
[Attribute] eventsource [XHTML Events] Yes [XHTML Basic Events]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
XHTML Events
XHTML Basic Events
http://www.w3.org/TR/2000/WD-xhtml-events-20000828/
30/1438042986357.49_20150728002306-00225-ip-10-236-191-2_812011102_0.json
9cfe8d9c_XHTML_Events__XHTML_Basic_Events
[Attribute] registerwith [XHTML Events] Yes [XHTML Basic Events]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
XHTML Events
XHTML Basic Events
http://www.w3.org/TR/2000/WD-xhtml-events-20000828/
30/1438042986357.49_20150728002306-00225-ip-10-236-191-2_812011102_0.json
9cfe8d9c_XHTML_Events__XHTML_Basic_Events
[Attribute] onphase [XHTML Events] Yes [XHTML Basic Events]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
XHTML Events
XHTML Basic Events
http://www.w3.org/TR/2000/WD-xhtml-events-20000828/
30/1438042986357.49_20150728002306-00225-ip-10-236-191-2_812011102_0.json
9cfe8d9c_XHTML_Events__XHTML_Basic_Events
[Attribute] capture [XHTML Events] Yes [XHTML Basic Events]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
XHTML Events
XHTML Basic Events
http://www.w3.org/TR/2000/WD-xhtml-events-20000828/
30/1438042986357.49_20150728002306-00225-ip-10-236-191-2_812011102_0.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Translate [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] translate="yes" for elements, and translate="no" for attributes [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] Yes
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Localization Note [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] None [Inheritance] Textual content of element, including content of child elements, but excluding attributes [Overriding] Yes
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Terminology [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] term="no" [Inheritance] None [Overriding] Not applicable
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Directionality [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] dir="ltr" [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Ruby [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] None [Inheritance] None [Overriding] Not applicable
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Language Information [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] No [Default Values] None [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Elements Within Text [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] withinText="no" [Inheritance] None [Overriding] Not applicable
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Domain [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] None [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] Locale Filter [Local Usage] Yes [Global, rule-based selection] Yes [Global adding of information] Yes [Default Values] localeFilterType="all" [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
157766e7_tion_Tag_Set__ITS__Version_2_0__inting_to_existing_information
[Data category] External Resource [Local Usage] No [Global, rule-based selection] Yes [Global adding of information] No [Default Values] None [Inheritance] Textual content of element, including attributes and child elements [Overriding] Yes
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Internationalization Tag Set (ITS) Version 2.0
Global pointing to existing information
http://www.w3.org/TR/2012/WD-its20-20120731/
30/1438042986625.58_20150728002306-00092-ip-10-236-191-2_801544007_7.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] type [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] target [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] currentTarget [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] eventPhase [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] bubbles [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] cancelable [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] timeStamp [2] yes [3] yes [1]
ro attribute
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] stopPropagation [2] yes [3] yes [1]
method
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] preventDefault [2] yes [3] yes [1]
method
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
e7debcc8_ofiles__SVG_Tiny_and_SVG_Basic__1
[0] initEvent [2] yes [3] yes [1]
method
[ [ "r", "o", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "m", "e", "t", "h", "o", "d" ] ]
Mobile SVG Profiles: SVG Tiny and SVG Basic
1
http://www.w3.org/TR/SVGMobile/
30/1438042986625.58_20150728002306-00019-ip-10-236-191-2_807238982_32.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] dialogid [Type] string [Details] The ID of the dialog. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] dialog [Type] ECMAScript Object [Details] An ECMAScript object reference to the dialog object identified by the dialogid property of this event. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] connectionid [Type] string [Details] The identifier of the connection to which the dialog connection is bridged (usually the connectionid that was specified in the dialogstart or dialogprepare). If the dialog is bridged to a conference the value must be undefined. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] conferenceid [Type] string [Details] The identifier of the conference to which the dialog connection is bridged (usually the conferenceid that was specified in the dialogstart or dialogprepare). If the dialog is bridged to a connection the value must be undefined. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] type [Type] string [Details] A string value specifying the transfer type. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] uri [Type] a valid URI [Details] A URI describing the destination to which this call must be transferred. The format of this information is protocol and platform specific but might consist of a telephone URI RFC3966 or a SIP URI RFC3261 . [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] values.* [Type] ECMAScript Object [Details] Properties returned from the dialog processor relating to the dialogs transfer request. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] maxtime [Type] string [Details] A string in CSS2 format that specifies the maximum amount of time the transfer may stay connected. If the amount of time is unlimited the value must be 0s. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] connecttimeout [Type] string [Details] A string in CSS2 format that specifies the maximum amount of time to spend while attempting to connect the call. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
c7ed8d5c_all_Control__CCXML_Version_1_0__Required
[Attribute Name] aai [Type] string [Details] A string of application-to-application information to be passed to the destination party when establishing the transfer. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] All img elements have an alt attribute. Alt text for all IMG elements is not placeholder text or user has confirmed that the Alt text is appropriate. [HTML Techniques]
Short text alternatives for img elements ("alt-text")
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] object must have a text equivalent. [HTML Techniques]
Short text alternatives for object elements (future)
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Techniques]
Text for images used as links
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] Alt text for all img elements used as source anchors is different from the link text. [HTML Techniques]
Image and text links side by side
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] Server-side image maps are not used except when image map regions cannot be defined using an available geometric shape. [HTML Techniques]
Text links for server side image maps. (deprecated)
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] All area elements have an alt attribute. Alt text for all area elements contains all non decorative text in the image area. [HTML Techniques]
Text alternatives for client-side image maps
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] object must have a text equivalent. object user interface must be accessible. [HTML Techniques]
Text and non-text alternatives for object
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] All input elements with a type attribute value of "image" have an alt attribute. Alt text for all input elements with a type attribute value of "image" identifies the purpose or function of the image. Alt text for all input elements with a type attribute value of "image" does not use the words "submit" or "button" (English). Alt text for all input elements with a type attribute value of "image" contains all non decorative text in the image. [HTML Techniques]
Text alternatives for submit buttons
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
3c03cba9_forfunctional_non_text_content__HTML_Techniques
[HTML Tests] script must have a noscript section. ?? (depends on baseline discussion) applet must have valid alt attribute. Text equivalents for applet must be updated if applet changes. Text equivalents for object should be updated if object changes.?? User interface for script must be accessible. applet user interface must be accessible. [HTML Techniques]
scripts and applets (out of scope? depends on defn of non-text content)
[]
Playing with General Techniques for G1.1 L1 #1 - text alternatives forfunctional non-text content
HTML Techniques
http://www.w3.org/WAI/GL/2005/02/gen1_1.html
30/1438042986625.58_20150728002306-00324-ip-10-236-191-2_813049222_0.json
d5b4d2d2_all_Control__CCXML_Version_1_0__Type
[Attribute Name] dialogid [Required] true [Details] The ID of the dialog. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ], [ "a", " ", "v", "a", "l", "i", "d", " ", "U", "R", "I" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json
d5b4d2d2_all_Control__CCXML_Version_1_0__Type
[Attribute Name] dialog [Required] true [Details] An ECMAScript object reference to the dialog object identified by the dialogid property of this event. [Type]
ECMAScript Object
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ], [ "a", " ", "v", "a", "l", "i", "d", " ", "U", "R", "I" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/ccxml/
30/1438042986357.49_20150728002306-00197-ip-10-236-191-2_815628363_26.json