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
|
---|---|---|---|---|---|---|---|
759687d4_G__XForms_and_Styling__Description | [Test Case] G.2.b [Link To Spec] G.2 [Normative For XForms Basic] false [Normative For XForms Full] false [Description] | repeat-item pseudo-element | [] | G. XForms and Styling | Description | http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/driverPages/html/XF11TestSuiteAppxG.html | 24/1438042986423.95_20150728002306-00270-ip-10-236-191-2_819709514_0.json |
759687d4_G__XForms_and_Styling__Description | [Test Case] G.2.c [Link To Spec] G.2 [Normative For XForms Basic] false [Normative For XForms Full] false [Description] | repeat-index pseudo-element | [] | G. XForms and Styling | Description | http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/driverPages/html/XF11TestSuiteAppxG.html | 24/1438042986423.95_20150728002306-00270-ip-10-236-191-2_819709514_0.json |
759687d4_G__XForms_and_Styling__Description | [Test Case] G.2.d [Link To Spec] G.2 [Normative For XForms Basic] false [Normative For XForms Full] false [Description] | repeat-index precedence over repeat-item | [] | G. XForms and Styling | Description | http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/driverPages/html/XF11TestSuiteAppxG.html | 24/1438042986423.95_20150728002306-00270-ip-10-236-191-2_819709514_0.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] loadstart [Interface] ProgressEvent [PROGRESS] [Preconditions] networkState equals LOADING [Dispatched when...] | The user agent begins fetching the media data, synchronously during the load() method call. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] progress [Interface] ProgressEvent [PROGRESS] [Preconditions] networkState is more than EMPTY and less than LOADED [Dispatched when...] | The user agent is fetching media data. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] loadedmetadata [Interface] Event [Preconditions] networkState equals LOADED_METADATA [Dispatched when...] | The user agent is fetching media data, and the media resource's metadata has just been received. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] loadedfirstframe [Interface] Event [Preconditions] networkState equals LOADED_FIRST_FRAME [Dispatched when...] | The user agent is fetching media data, and the media resource's first frame has just been received. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] load [Interface] ProgressEvent [PROGRESS] [Preconditions] networkState equals LOADED [Dispatched when...] | The user agent finishes downloading the entire media resource. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] abort [Interface] ProgressEvent [PROGRESS] [Preconditions] error is an object with the code MEDIA_ERR_ABORTED. networkState equals either EMPTY or LOADED, depending on when the download was aborted. [Dispatched when...] | The user agent stops fetching the media data before it is completely downloaded. This can be fired synchronously during the load() method call. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] error [Interface] ProgressEvent [PROGRESS] [Preconditions] error is an object with the code MEDIA_ERR_NETWORK_ERROR or higher. networkState equals either EMPTY or LOADED, depending on when the download was aborted. [Dispatched when...] | An error occurs while fetching the media data. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] emptied [Interface] Event [Preconditions] networkState is EMPTY; all the DOM attributes are in their initial states. [Dispatched when...] | A media element whose networkState was previously not in the EMPTY state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the load() method was reinvoked, in which case it is fired synchronously during the load() method call). | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] stalled [Interface] ProgressEvent [Dispatched when...] | The user agent is trying to fetch media data, but data is unexpectedly not forthcoming. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] play [Interface] Event [Preconditions] paused is newly false. [Dispatched when...] | Playback has begun. Fired after the play method has returned. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] pause [Interface] Event [Preconditions] paused is newly true. [Dispatched when...] | Playback has been paused. Fired after the pause method has returned. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] waiting [Interface] Event [Preconditions] readyState is either DATA_UNAVAILABLE or CAN_SHOW_CURRENT_FRAME, and paused is false. Either seeking is true, or the current playback position is not contained in any of the ranges in buffered. It is possible for playback to stop for two other reasons without paused being false, but those two reasons do not fire this event: maybe playback ended, or playback stopped due to errors. [Dispatched when...] | Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] seeking [Interface] Event [Dispatched when...] | The seeking DOM attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] seeked [Interface] Event [Dispatched when...] | The seeking DOM attribute changed to false. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] timeupdate [Interface] Event [Dispatched when...] | The current playback position changed in an interesting way, for example discontinuously. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] ended [Interface] Event [Preconditions] currentTime equals the effective end; ended is true. [Dispatched when...] | Playback has stopped because the end of the media resource was reached. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] dataunavailable [Interface] Event [Preconditions] The readyState attribute is newly equal to DATA_UNAVAILABLE. [Dispatched when...] | The user agent cannot render the data at the current playback position because data for the current frame is not immediately available. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] canshowcurrentframe [Interface] Event [Preconditions] The readyState attribute is newly equal to CAN_SHOW_CURRENT_FRAME. [Dispatched when...] | The user agent cannot render the data after the current playback position because data for the next frame is not immediately available. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] canplay [Interface] Event [Preconditions] The readyState attribute is newly equal to CAN_PLAY. [Dispatched when...] | The user agent can resume playback of the media data, but estimates that if playback were to be started now, the media resource could not be rendered at the current playback rate up to its end without having to stop for further buffering of content. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] canplaythrough [Interface] Event [Preconditions] The readyState attribute is newly equal to CAN_PLAY_THROUGH. [Dispatched when...] | The user agent estimates that if playback were to be started now, the media resource could be rendered at the current playback rate all the way to its end without having to stop for further buffering. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] ratechange [Interface] Event [Dispatched when...] | Either the defaultPlaybackRate or the playbackRate attribute has just been updated. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] durationchange [Interface] Event [Dispatched when...] | The duration attribute has just been updated. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
cbb39ddd_HTML_5__Dispatched_when___ | [Event name] volumechange [Interface] Event [Dispatched when...] | Either the volume attribute or the muted attribute has changed. Fired after the relevant attribute's setter has returned. | [] | HTML 5 | Dispatched when... | http://www.w3.org/TR/2008/WD-html5-20080610/single-page/ | 24/1438042989043.35_20150728002309-00096-ip-10-236-191-2_815511360_3.json |
29c889b4_Animation___SVG_1_0___20010904___set_ | [Additive?] yes ['animate'] yes ['animate Color'] no ['animate Transform'] no ['set'] | yes | [
[
"y",
"e",
"s"
],
[
"n",
"o"
]
] | Animation - SVG 1.0 - 20010904 | 'set' | http://www.w3.org/TR/2001/REC-SVG-20010904/animate.html | 24/1438042986423.95_20150728002306-00042-ip-10-236-191-2_818103931_18.json |
29c889b4_Animation___SVG_1_0___20010904___set_ | [Additive?] yes ['animate'] yes ['animate Color'] yes ['animate Transform'] no [Notes] Only RGB color values are additive. ['set'] | yes | [
[
"y",
"e",
"s"
],
[
"n",
"o"
]
] | Animation - SVG 1.0 - 20010904 | 'set' | http://www.w3.org/TR/2001/REC-SVG-20010904/animate.html | 24/1438042986423.95_20150728002306-00042-ip-10-236-191-2_818103931_18.json |
29c889b4_Animation___SVG_1_0___20010904___set_ | [Additive?] no ['animate'] no ['animate Color'] no ['animate Transform'] no ['set'] | no | [
[
"y",
"e",
"s"
],
[
"n",
"o"
]
] | Animation - SVG 1.0 - 20010904 | 'set' | http://www.w3.org/TR/2001/REC-SVG-20010904/animate.html | 24/1438042986423.95_20150728002306-00042-ip-10-236-191-2_818103931_18.json |
29c889b4_Animation___SVG_1_0___20010904___set_ | [Additive?] no ['animate'] yes ['animate Color'] no ['animate Transform'] no ['set'] | yes | [
[
"y",
"e",
"s"
],
[
"n",
"o"
]
] | Animation - SVG 1.0 - 20010904 | 'set' | http://www.w3.org/TR/2001/REC-SVG-20010904/animate.html | 24/1438042986423.95_20150728002306-00042-ip-10-236-191-2_818103931_18.json |
29c889b4_Animation___SVG_1_0___20010904___set_ | [Additive?] yes ['animate'] no ['animate Color'] no ['animate Transform'] yes [Notes] Additive means that a transformation is post-multiplied to the base set of transformations. ['set'] | no | [
[
"y",
"e",
"s"
],
[
"n",
"o"
]
] | Animation - SVG 1.0 - 20010904 | 'set' | http://www.w3.org/TR/2001/REC-SVG-20010904/animate.html | 24/1438042986423.95_20150728002306-00042-ip-10-236-191-2_818103931_18.json |
29c889b4_Animation___SVG_1_0___20010904___set_ | [Data type] All other data types used in animatable attributes and properties [Additive?] no ['animate'] yes ['animate Color'] no ['animate Transform'] no ['set'] | yes | [
[
"y",
"e",
"s"
],
[
"n",
"o"
]
] | Animation - SVG 1.0 - 20010904 | 'set' | http://www.w3.org/TR/2001/REC-SVG-20010904/animate.html | 24/1438042986423.95_20150728002306-00042-ip-10-236-191-2_818103931_18.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] alternativeText Visual [Description] alternative text is provided for visual content (e.g., the HTML alt attribute). [Augmented Access Mode] | Textual | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] longDescription Visual [Description] descriptions are provided for image-based visual content and/or complex structures such as tables, mathematics, diagrams or charts. [Augmented Access Mode] | Textual | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] ChemML laTex MathML Visual [Description] The use of one of these specific ASCII/XML encodings for mathematics or chemistry. These can have extensions specified, but are rarely needed. [Augmented Access Mode] | Textual | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] transcript Auditory [Description] The addition of a separate transcript to convey the meaning of the audio. [Augmented Access Mode] | Textual | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] captions Auditory [Description] The addition of synchronized text (closed captions) to convey the meaning of the audio. Note that while many captions may be implemented as textual in the transport, users think of them as being a visual appearance. [Augmented Access Mode] | Visual | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] signLanguage Auditory [Description] The presentation of audio in sign language in the visual presentation. The most likely extension is /sgn-en-us or other ISO 639 sign language code. [Augmented Access Mode] | Visual | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] audioDescription Visual [Description] Audio descriptions are available (e.g., via the HTML5 track element). Common extensions are for the various "onImage" refinements noted above. [Augmented Access Mode] | Auditory | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] braille Visual or Textual [Description] braille content or alternative is available (e.g., eBraille or print braille) This can have extensions for the different types of braille, /ASCII, /music, /math, /chem or /nemeth) (also consider /contracted and /gradeII or other nomenclature... pretty open) [Augmented Access Mode] | Tactile | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] tactileGraphic Visual [Description] tactile graphics have been provided, as described in the BANA Guidelines and Standards for Tactile Graphics. [Augmented Access Mode] | Tactile | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
9a624379_emas_Accessibility____W3C_Wiki__Augmented_Access_Mode | [Expected Values] tactileObject Visual [Description] tactile 3D objects have been defined and a 3D object or instructions to build one are available. [Augmented Access Mode] | Tactile | [
[
"T",
"e",
"x",
"t",
"u",
"a",
"l"
],
[
"V",
"i",
"s",
"u",
"a",
"l"
],
[
"A",
"u",
"d",
"i",
"t",
"o",
"r",
"y"
],
[
"T",
"a",
"c",
"t",
"i",
"l",
"e"
]
] | Difference between revisions of "WebSchemas/Accessibility" - W3C Wiki | Augmented Access Mode | http://www.w3.org/wiki/index.php?title=WebSchemas/Accessibility&diff=prev&oldid=70705 | 24/1438042989043.35_20150728002309-00210-ip-10-236-191-2_819109481_5.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] xml-stylesheet PI and link [text/html] recognized as HTML [application/xhtml+xml] not supported [text/xml] recognized as XML, parsing failed [application/xml] | recognized as XML, parsing failed | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] link only [text/html] recognized as HTML [application/xhtml+xml] not supported [text/xml] recognized as XML, parsing failed [application/xml] | recognized as XML, parsing failed | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] xml-stylesheet PI only [text/html] recognized as HTML, xml-stylesheet PI was not recognized [application/xhtml+xml] not supported [text/xml] recognized as XML, parsing failed [application/xml] | recognized as XML, parsing failed | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] without xmlns [text/html] recognized as HTML [application/xhtml+xml] not supported [text/xml] recognized as XML, parsing failed [application/xml] | recognized as XML, parsing failed | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] without DOCTYPE [text/html] recognized as HTML [application/xhtml+xml] not supported [text/xml] type 1 error occured, browser crashed [application/xml] | type 1 error occured, browser crashed | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] without DOCTYPE and xmlns [text/html] recognized as HTML [application/xhtml+xml] not supported [text/xml] type 1 error occured, browser crashed [application/xml] | type 1 error occured, browser crashed | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] Broken XHTML [text/html] recognized as HTML, well-formedness error was not checked [application/xhtml+xml] not supported [text/xml] failed correctly [application/xml] | failed correctly | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
06c89f5c_ft_Internet_Explorer_5_1_4_Mac__application_xml | [media type] HTML 4 [text/html] recognized as HTML [application/xhtml+xml] not supported [text/xml] failed correctly while parsing the DTD [application/xml] | failed correctly while parsing the DTD | [] | XHTML media type test - results: Microsoft Internet Explorer 5.1.4/Mac | application/xml | http://www.w3.org/People/mimasa/test/xhtml/media-types/MacIE5.1.4 | 24/1438042989043.35_20150728002309-00334-ip-10-236-191-2_825291590_0.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] additionalType [Expected Type] URL [Description] | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] description [Expected Type] Text [Description] | A short description of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] image [Expected Type] URL [Description] | URL of an image of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] name [Expected Type] Text [Description] | The name of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] url [Expected Type] URL [Description] | URL of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] alternativeHeadline [Expected Type] Text [Description] | A secondary title of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] inLanguage [Expected Type] Language [Description] | The language of the content. Please use one of the language codes from the IETF BCP 47 standard. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] dateCreated [Expected Type] Date [Description] | The date on which the content was created (in ISO 8601 date format). | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] dateModified [Expected Type] Date [Description] | The date on which the content was most recently modified (in ISO 8601 date format). | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] keywords [Expected Type] Text [Description] | The keywords/tags used to describe this content. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] provider [Expected Type] Person or Organization [Description] | Specifies the person or organization that distributed the content. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] breadcrumb [Expected Type] Text [Description] | A set of links that can help a user understand and navigate a website hierarchy. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] entryID [Expected Type] Text [Description] | The identifier of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] isEntryOf [Expected Type] BiologicalDatabase [Description] | Indicates the database to which the entry belongs. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] taxon [Expected Type] BiologicalDatabaseEntry or Text [Description] | The taxonomy information of the entry. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] seeAlso [Expected Type] BiologicalDatabaseEntry or URL [Description] | Reference to another resource. | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
1f4ba034_hemas_BioDatabases____W3C_Wiki__Description | [Property] reference [Expected Type] Text [Description] | The identifier of the reference, such as PMID, DOI, and PMCID. For example: . | [] | Difference between revisions of "WebSchemas/BioDatabases" - W3C Wiki | Description | http://www.w3.org/wiki/index.php?title=WebSchemas/BioDatabases&curid=6353&diff=63687&oldid=63330 | 24/1438042989043.35_20150728002309-00206-ip-10-236-191-2_827470439_1.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] CDATA [Definition] | Character data | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] ID [Definition] | A document-unique identifier | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] IDREF [Definition] | A reference to a document-unique identifier | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] IDREFS [Definition] | A space-separated list of references to document-unique identifiers | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] NAME [Definition] | A name with the same character constraints as ID above | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] NMTOKEN [Definition] | A name composed of only name tokens as defined in XML 1.0 [XML] | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] NMTOKENS [Definition] | One or more whitespace separated NMTOKEN values | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
f3dec073_Modularization_of_XHTML__Definition | [Attribute Type] PCDATA [Definition] | Processed character data | [] | Modularization of XHTML | Definition | http://www.w3.org/TR/2000/WD-xhtml-modularization-20001004/xhtml-modularization-diff-20001004.html | 24/1438042989043.35_20150728002309-00106-ip-10-236-191-2_815758954_0.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTCaseOption [Default initial value] case insensitive overwriteable [Scope] lexical [Consistency rules] Value must be case insensitive or case sensitive. | overwriteable by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTDiacriticsOption [Default initial value] diacritics insensitive overwriteable [Scope] lexical [Consistency rules] Value must be diacritics insensitive or diacritics sensitive. | overwriteable by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTStemOption [Default initial value] without stemming overwriteable [Scope] lexical [Consistency rules] Value must be without stemming or with stemming. | overwriteable by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTThesaurusOption [Default initial value] without thesaurus overwriteable [Scope] lexical [Consistency rules] Value must be part of the statically known thesauri. | overwriteable by prolog (refer to default to augment) | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] Statically known thesauri [Default initial value] none augmentable [Scope] module [Consistency rules] Each URI uniquely identifies a thesaurus list. | cannot be augmented or overwritten by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTStopWordOption [Default initial value] without stopwords overwriteable [Scope] lexical [Consistency rules] Value must be part of the statically known stop word lists. | overwriteable by prolog (refer to default to augment) | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] Statically known stop word lists [Default initial value] none augmentable [Scope] module [Consistency rules] Each URI uniquely identifies a stop word list. | cannot be augmented or overwritten by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTLanguageOption [Default initial value] no language is selected overwriteable [Scope] lexical [Consistency rules] Value must be castable to "xs:language" or "none". | overwriteable by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
d8bda6b9_ry_1_0_and_XPath_2_0_Full_Text_Static_Context_Components_itten_or_augmented_by_a_query_ | [Component] FTWildCardOption [Default initial value] without wildcards no [Scope] lexical [Consistency rules] Value must be without wildcards or without wildcards. | overwriteable by prolog | [] | XQuery 1.0 and XPath 2.0 Full-Text | Can be overwritten or augmented by a query? | http://www.w3.org/TR/2005/WD-xquery-full-text-20050915/ | 24/1438042986423.95_20150728002306-00307-ip-10-236-191-2_820346132_34.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] I [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] II [Chrome] Conforms Advanced [Firefox] Conforms Advanced [Opera] | Conforms Advanced | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] IIa [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] IV [Chrome] NA [Firefox] NA [Opera] | NA | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] V [Chrome] Does Not Conform Optional [Firefox] Does Not Conform Optional [Opera] | Conforms Optional | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] VI [Chrome] Conforms Advanced [Firefox] Conforms Advanced [Opera] | Conforms Advanced | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] VII [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] VIII [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] IX [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] X [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] XI [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] XII [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] XIII [Chrome] Does Not Conform Optional [Firefox] Conforms Optional [Opera] | Conforms Optional | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] XIV [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] XV [Chrome] Conforms Optional [Firefox] Conforms Optional [Opera] | Conforms Optional | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
2a190905_plementation_report_2010_03_09__Opera | [WSC Clause] XVI [Chrome] Conforms Basic [Firefox] Conforms Basic [Opera] | Conforms Basic | [
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"B",
"a",
"s",
"i",
"c"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"N",
"A"
],
[
"C",
"o",
"n",
"f",
"o",
"r",
"m",
"s",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"A",
"d",
"v",
"a",
"n",
"c",
"e",
"d"
],
[
"D",
"o",
"e",
"s",
" ",
"N",
"o",
"t",
" ",
"C",
"o",
"n",
"f",
"o",
"r",
"m",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | WSC WG implementation report 2010-03-09 | Opera | http://www.w3.org/2006/WSC/drafts/rec/wsc-impl.html | 24/1438042986423.95_20150728002306-00234-ip-10-236-191-2_824177140_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.