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
|
---|---|---|---|---|---|---|---|
5ec71057_White_space_use_cases__notes | [description] >4 common characters at line end [source code] 缔造真正全球通行1234567890 的万维网 [expected display] 缔造真正全球通行1234567890 的万维网 [notes] | The common characters will not be ignored during line break transformation. Since the context therefore cannot be identified as East Asian, the line break will be changed to a space. | [] | White space use cases | notes | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
5ec71057_White_space_use_cases__notes | [description] <4 common characters plus space at line end [source code] 缔造真正全球通行123 的万维网 [expected display] 缔造真正全球通行123 的万维网 [notes] | This test use case should be predictable from previous use cases. | [] | White space use cases | notes | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
5ec71057_White_space_use_cases__notes | [description] space plus <4 common characters at line start [source code] 缔造真正全球通行 123的万维网 [expected display] 缔造真正全球通行123的万维网 [notes] | This test use case should be predictable from previous use cases. | [] | White space use cases | notes | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
5ec71057_White_space_use_cases__notes | [description] common characters only on first line [source code] 1234567890 的万维网 [expected display] 1234567890的万维网 [notes] | During line break transformation, one side is neutral, so the line break is removed. | [] | White space use cases | notes | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
5ec71057_White_space_use_cases__notes | [description] latin next to line break [source code] 缔造真正全球通行Latin 的万维网 [expected display] 缔造真正全球通行Latin 的万维网 [notes] | During line break transformation, the context cannot be established as East Asian, therefore the line break is converted to a space. | [] | White space use cases | notes | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] hidden [State] Hidden [Control type] n/a [Data type] | An arbitrary string | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] text [State] Text [Control type] A text field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] search [State] Search [Control type] Search field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] tel [State] Telephone [Control type] A text field [Data type] | Text with no line breaks | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] url [State] URL [Control type] A text field [Data type] | An absolute URL | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] email [State] E-mail [Control type] A text field [Data type] | An e-mail address or list of e-mail addresses | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] password [State] Password [Control type] A text field that obscures data entry [Data type] | Text with no line breaks (sensitive information) | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] datetime [State] Date and Time [Control type] A date and time control [Data type] | A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] date [State] Date [Control type] A date control [Data type] | A date (year, month, day) with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] month [State] Month [Control type] A month control [Data type] | A date consisting of a year and a month with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] week [State] Week [Control type] A week control [Data type] | A date consisting of a week-year number and a week number with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] time [State] Time [Control type] A time control [Data type] | A time (hour, minute, seconds, fractional seconds) with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] datetime-local [State] Local Date and Time [Control type] A date and time control [Data type] | A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] number [State] Number [Control type] A text field or spinner control [Data type] | A numerical value | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] range [State] Range [Control type] A slider control or similar [Data type] | A numerical value, with the extra semantic that the exact value is not important | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] color [State] Color [Control type] A color well [Data type] | An sRGB color with 8-bit red, green, and blue components | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] checkbox [State] Checkbox [Control type] A checkbox [Data type] | A set of zero or more values from a predefined list | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] radio [State] Radio Button [Control type] A radio button [Data type] | An enumerated value | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] file [State] File Upload [Control type] A label and a button [Data type] | Zero or more files each with a MIME type and optionally a file name | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] submit [State] Submit Button [Control type] A button [Data type] | An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] image [State] Image Button [Control type] Either a clickable image, or a button [Data type] | A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] reset [State] Reset Button [Control type] A button [Data type] | n/a | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
1309f49c_10_7_The_input_element___HTML5__Data_type | [Keyword] button [State] Button [Control type] A button [Data type] | n/a | [] | 4.10.7 The input element — HTML5 | Data type | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Hidden [Data type] An arbitrary string [Control type] n/a [Keyword] | hidden | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Text [Data type] Text with no line breaks [Control type] A text field [Keyword] | text | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Search [Data type] Text with no line breaks [Control type] Search field [Keyword] | search | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Telephone [Data type] Text with no line breaks [Control type] A text field [Keyword] | tel | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] URL [Data type] An absolute URL [Control type] A text field [Keyword] | url | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] E-mail [Data type] An e-mail address or list of e-mail addresses [Control type] A text field [Keyword] | email | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Password [Data type] Text with no line breaks (sensitive information) [Control type] A text field that obscures data entry [Keyword] | password | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Date and Time [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC [Control type] A date and time control [Keyword] | datetime | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Date [Data type] A date (year, month, day) with no time zone [Control type] A date control [Keyword] | date | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Month [Data type] A date consisting of a year and a month with no time zone [Control type] A month control [Keyword] | month | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Week [Data type] A date consisting of a week-year number and a week number with no time zone [Control type] A week control [Keyword] | week | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Time [Data type] A time (hour, minute, seconds, fractional seconds) with no time zone [Control type] A time control [Keyword] | time | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Local Date and Time [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone [Control type] A date and time control [Keyword] | datetime-local | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Number [Data type] A numerical value [Control type] A text field or spinner control [Keyword] | number | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Range [Data type] A numerical value, with the extra semantic that the exact value is not important [Control type] A slider control or similar [Keyword] | range | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Color [Data type] An sRGB color with 8-bit red, green, and blue components [Control type] A color well [Keyword] | color | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Checkbox [Data type] A set of zero or more values from a predefined list [Control type] A checkbox [Keyword] | checkbox | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Radio Button [Data type] An enumerated value [Control type] A radio button [Keyword] | radio | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] File Upload [Data type] Zero or more files each with a MIME type and optionally a file name [Control type] A label and a button [Keyword] | file | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Submit Button [Data type] An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission [Control type] A button [Keyword] | submit | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Image Button [Data type] A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission [Control type] Either a clickable image, or a button [Keyword] | image | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Reset Button [Data type] n/a [Control type] A button [Keyword] | reset | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
9097be62_10_7_The_input_element___HTML5__Keyword | [State] Button [Data type] n/a [Control type] A button [Keyword] | button | [] | 4.10.7 The input element — HTML5 | Keyword | http://www.w3.org/TR/html5-author/the-input-element.html | 26/1438042986148.56_20150728002306-00060-ip-10-236-191-2_822967431_0.json |
2c52b40c_PICSRules_Specification__Satisfied_by | [Attribute in clause] RejectByURL [Action] Block document [Satisfied by] | URL matches any of the patterns specified | [] | PICSRules Specification | Satisfied by | http://www.w3.org/TR/REC-PICSRules-971222 | 26/1438042989826.86_20150728002309-00107-ip-10-236-191-2_811868724_1.json |
2c52b40c_PICSRules_Specification__Satisfied_by | [Attribute in clause] AcceptByURL [Action] Pass document [Satisfied by] | URL matches any of the patterns specified | [] | PICSRules Specification | Satisfied by | http://www.w3.org/TR/REC-PICSRules-971222 | 26/1438042989826.86_20150728002309-00107-ip-10-236-191-2_811868724_1.json |
2c52b40c_PICSRules_Specification__Satisfied_by | [Attribute in clause] RejectIf [Action] Block document [Satisfied by] | expression = true | [] | PICSRules Specification | Satisfied by | http://www.w3.org/TR/REC-PICSRules-971222 | 26/1438042989826.86_20150728002309-00107-ip-10-236-191-2_811868724_1.json |
2c52b40c_PICSRules_Specification__Satisfied_by | [Attribute in clause] AcceptIf [Action] Pass document [Satisfied by] | expression = true | [] | PICSRules Specification | Satisfied by | http://www.w3.org/TR/REC-PICSRules-971222 | 26/1438042989826.86_20150728002309-00107-ip-10-236-191-2_811868724_1.json |
2c52b40c_PICSRules_Specification__Satisfied_by | [Attribute in clause] RejectUnless [Action] Block document [Satisfied by] | expression = false | [] | PICSRules Specification | Satisfied by | http://www.w3.org/TR/REC-PICSRules-971222 | 26/1438042989826.86_20150728002309-00107-ip-10-236-191-2_811868724_1.json |
2c52b40c_PICSRules_Specification__Satisfied_by | [Attribute in clause] AcceptUnless [Action] Pass document [Satisfied by] | expression = false | [] | PICSRules Specification | Satisfied by | http://www.w3.org/TR/REC-PICSRules-971222 | 26/1438042989826.86_20150728002309-00107-ip-10-236-191-2_811868724_1.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] GET [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict, GSP returns undefined [LDP Container = GSP endpoint] No conflict, GSP returns undefined [LDP Container = GSP graph] | No conflict | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] HEAD [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP graph] | No conflict; added LDP headers | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] OPTIONS [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP graph] | No conflict; added LDP headers | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] PUT [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] Conflict [LDP Container = GSP endpoint] Conflict [LDP Container = GSP graph] | No conflict | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] POST [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] Conflict [LDP Container = GSP endpoint] Conflict [LDP Container = GSP graph] | No conflict? Different functionality is to be expected, but do not influence each other | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] DELETE [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict [LDP Container = GSP endpoint] No conflict [LDP Container = GSP graph] | No conflict | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
22f350de___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph | [0] PATCH [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict [LDP Container = GSP endpoint] No conflict [LDP Container = GSP graph] | Conflict; changes through GSP can break consistency in LDPC | [] | Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform | LDP Container = GSP graph | http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2873&oldid=2872 | 26/1438042990900.28_20150728002310-00064-ip-10-236-191-2_820062749_28.json |
cafc9389_RDF_API__Parameter | [Type] RDFParser [Nullable] ✘ [Optional] ✘ [Description] The parser used to read the passed document. [Parameter] | parser | [
[
"p",
"a",
"r",
"s",
"e",
"r"
],
[
"t",
"o",
"p",
"a",
"r",
"s",
"e"
],
[
"c",
"a",
"l",
"l",
"b",
"a",
"c",
"k"
],
[
"b",
"a",
"s",
"e"
],
[
"f",
"i",
"l",
"t",
"e",
"r"
],
[
"t",
"e",
"m",
"p",
"l",
"a",
"t",
"e"
]
] | RDF API | Parameter | http://www.w3.org/2010/02/rdfa/sources/rdf-api/ | 26/1438042990900.28_20150728002310-00187-ip-10-236-191-2_813708520_11.json |
cafc9389_RDF_API__Parameter | [Type] any [Nullable] ✘ [Optional] ✘ [Description] The document to parse, the type of argument required may further be constrained by implementations of this interface, for instance an RDFa parser may require an instance of Document , whilst a Turtle parser may require a String . [Parameter] | toparse | [
[
"p",
"a",
"r",
"s",
"e",
"r"
],
[
"t",
"o",
"p",
"a",
"r",
"s",
"e"
],
[
"c",
"a",
"l",
"l",
"b",
"a",
"c",
"k"
],
[
"b",
"a",
"s",
"e"
],
[
"f",
"i",
"l",
"t",
"e",
"r"
],
[
"t",
"e",
"m",
"p",
"l",
"a",
"t",
"e"
]
] | RDF API | Parameter | http://www.w3.org/2010/02/rdfa/sources/rdf-api/ | 26/1438042990900.28_20150728002310-00187-ip-10-236-191-2_813708520_11.json |
cafc9389_RDF_API__Parameter | [Type] ParserCallback [Nullable] ✘ [Optional] ✘ [Description] The ParserCallback to execute once the parse has completed, the ParserCallback will be passed a single argument which is the created Sequence of Projection s. [Parameter] | callback | [
[
"p",
"a",
"r",
"s",
"e",
"r"
],
[
"t",
"o",
"p",
"a",
"r",
"s",
"e"
],
[
"c",
"a",
"l",
"l",
"b",
"a",
"c",
"k"
],
[
"b",
"a",
"s",
"e"
],
[
"f",
"i",
"l",
"t",
"e",
"r"
],
[
"t",
"e",
"m",
"p",
"l",
"a",
"t",
"e"
]
] | RDF API | Parameter | http://www.w3.org/2010/02/rdfa/sources/rdf-api/ | 26/1438042990900.28_20150728002310-00187-ip-10-236-191-2_813708520_11.json |
cafc9389_RDF_API__Parameter | [Type] DOMString [Nullable] ✘ [Optional] ✔ [Description] An optional base to be used by the parser when resolving relative IRI references. [Parameter] | base | [
[
"p",
"a",
"r",
"s",
"e",
"r"
],
[
"t",
"o",
"p",
"a",
"r",
"s",
"e"
],
[
"c",
"a",
"l",
"l",
"b",
"a",
"c",
"k"
],
[
"b",
"a",
"s",
"e"
],
[
"f",
"i",
"l",
"t",
"e",
"r"
],
[
"t",
"e",
"m",
"p",
"l",
"a",
"t",
"e"
]
] | RDF API | Parameter | http://www.w3.org/2010/02/rdfa/sources/rdf-api/ | 26/1438042990900.28_20150728002310-00187-ip-10-236-191-2_813708520_11.json |
cafc9389_RDF_API__Parameter | [Type] Projection [Nullable] ✘ [Optional] ✔ [Description] The Projection filter is used as a filter definition. Null values of projected entries are processed as wildcards. [Parameter] | filter | [
[
"p",
"a",
"r",
"s",
"e",
"r"
],
[
"t",
"o",
"p",
"a",
"r",
"s",
"e"
],
[
"c",
"a",
"l",
"l",
"b",
"a",
"c",
"k"
],
[
"b",
"a",
"s",
"e"
],
[
"f",
"i",
"l",
"t",
"e",
"r"
],
[
"t",
"e",
"m",
"p",
"l",
"a",
"t",
"e"
]
] | RDF API | Parameter | http://www.w3.org/2010/02/rdfa/sources/rdf-api/ | 26/1438042990900.28_20150728002310-00187-ip-10-236-191-2_813708520_11.json |
cafc9389_RDF_API__Parameter | [Type] object [Nullable] ✘ [Optional] ✔ [Description] The Projection template is used to build the return value. The template consists of a key-value associative array where the key is the name of the property to create in the Projection and the value is the URI to use when matching against predicates in each triple. [Parameter] | template | [
[
"p",
"a",
"r",
"s",
"e",
"r"
],
[
"t",
"o",
"p",
"a",
"r",
"s",
"e"
],
[
"c",
"a",
"l",
"l",
"b",
"a",
"c",
"k"
],
[
"b",
"a",
"s",
"e"
],
[
"f",
"i",
"l",
"t",
"e",
"r"
],
[
"t",
"e",
"m",
"p",
"l",
"a",
"t",
"e"
]
] | RDF API | Parameter | http://www.w3.org/2010/02/rdfa/sources/rdf-api/ | 26/1438042990900.28_20150728002310-00187-ip-10-236-191-2_813708520_11.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] type [combinator] | AND | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] constraint [combinator] | AND | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] required [combinator] | OR | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] readonly [combinator] | OR | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] relevant [combinator] | AND | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] calculate [combinator] | disallow | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
fa534d09_W3C_XForms_Group_Wiki__Public___combinator | [type] p3ptype [combinator] | disallow | [
[
"A",
"N",
"D"
],
[
"O",
"R"
],
[
"d",
"i",
"s",
"a",
"l",
"l",
"o",
"w"
]
] | Same model item property on the same node - W3C XForms Group Wiki (Public) | combinator | http://www.w3.org/MarkUp/Forms/wiki/Same_model_item_property_on_the_same_node | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810289879_0.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMActivate [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [Cancelable] Yes [Default Action] None [DOM interface] | UIEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMAttrModified [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMCharacterDataModified [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Text, Comment, CDATASection, ProcessingInstruction [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMFocusIn [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [Cancelable] No [Default Action] None [DOM interface] | FocusEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMFocusOut [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [Cancelable] No [Default Action] None [DOM interface] | FocusEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMNodeInserted [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element, Attr, Text, Comment, CDATASection, DocumentType, EntityReference, ProcessingInstruction [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMNodeInsertedIntoDocument [Sync / Async] Sync [Bubbling phase] No [Trusted event target types] Element, Attr, Text, Comment, CDATASection, DocumentType, EntityReference, ProcessingInstruction [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMNodeRemoved [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element, Attr, Text, Comment, CDATASection, DocumentType, EntityReference, ProcessingInstruction [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMNodeRemovedFromDocument [Sync / Async] Sync [Bubbling phase] No [Trusted event target types] Element, Attr, Text, Comment, CDATASection, DocumentType, EntityReference, ProcessingInstruction [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] DOMSubtreeModified [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] defaultView, Document, DocumentFragment, Element, Attr [Cancelable] No [Default Action] None [DOM interface] | MutationEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
4b4c3c62___Level_3_Events_Specification__DOM_interface | [Event Type] keypress [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Document, Element [Cancelable] Yes [Default Action] Varies: launch text composition system; blur and focus events; DOMActivate event; other event [DOM interface] | KeyboardEvent | [
[
"U",
"I",
"E",
"v",
"e",
"n",
"t"
],
[
"M",
"u",
"t",
"a",
"t",
"i",
"o",
"n",
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"o",
"c",
"u",
"s",
"E",
"v",
"e",
"n",
"t"
],
[
"K",
"e",
"y",
"b",
"o",
"a",
"r",
"d",
"E",
"v",
"e",
"n",
"t"
]
] | Document Object Model (DOM) Level 3 Events Specification | DOM interface | http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/ | 26/1438042990900.28_20150728002310-00177-ip-10-236-191-2_814271083_94.json |
bb970d69__Accessibility_Community_Group__Specific_Benefits | [Success Criteria] 3.2.1 On Focus (A) [Description] When any component receives focus, it does not initiate a change of context. [Sufficient Techniques] Techniques for SC 3.2.1 [Specific Benefits] | This Success Criterion helps people with visual disabilities, cognitive limitations, and motor impairments by reducing the chance that a change of context will occur unexpectedly. | [] | Accessibility Responsibility Breakdown - Analysis - WAI-Engage: Web Accessibility Community Group | Specific Benefits | http://www.w3.org/community/wai-engage/wiki/Accessibility_Responsibility_Breakdown_-_Analysis | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810321837_2.json |
bb970d69__Accessibility_Community_Group__Specific_Benefits | [Success Criteria] 3.3.1 Error Identification (A) [Description] If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text. [Sufficient Techniques] Techniques for SC 3.3.1 [Specific Benefits] | Providing information about input errors in text allows users who are blind or colorblind to perceive the fact that an error occurred. This Success Criterion may help people with cognitive, language, and learning disabilities who have difficulty understanding the meaning represented by icons and other visual cues. | [] | Accessibility Responsibility Breakdown - Analysis - WAI-Engage: Web Accessibility Community Group | Specific Benefits | http://www.w3.org/community/wai-engage/wiki/Accessibility_Responsibility_Breakdown_-_Analysis | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810321837_2.json |
bb970d69__Accessibility_Community_Group__Specific_Benefits | [Success Criteria] 3.3.3 Error Suggestion (AA) [Description] If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user, unless it would jeopardize the security or purpose of the content. [Sufficient Techniques] Techniques for SC 3.3.3 [Specific Benefits] | Providing information about how to correct input errors allows users who have learning disabilities to fill in a form successfully. Users who are blind or have impaired vision understand more easily the nature of the input error and how to correct it. People with motion impairment can reduce the number of times they need to change an input value. | [] | Accessibility Responsibility Breakdown - Analysis - WAI-Engage: Web Accessibility Community Group | Specific Benefits | http://www.w3.org/community/wai-engage/wiki/Accessibility_Responsibility_Breakdown_-_Analysis | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810321837_2.json |
bb970d69__Accessibility_Community_Group__Specific_Benefits | [Success Criteria] 3.3.4 Error Prevention (Legal, Financial, Data) (AA) [Description] For Web pages that cause legal commitments or financial transactions for the user to occur, that modify or delete user-controllable data in data storage systems, or that submit user test responses, at least one of the following is true: Reversible: Submissions are reversible. Checked: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them. Confirmed: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission. [Sufficient Techniques] Techniques for SC 3.3.4 [Specific Benefits] | Providing safeguards to avoid serious consequences resulting from mistakes helps users with all disabilities who may be more likely to make mistakes. | [] | Accessibility Responsibility Breakdown - Analysis - WAI-Engage: Web Accessibility Community Group | Specific Benefits | http://www.w3.org/community/wai-engage/wiki/Accessibility_Responsibility_Breakdown_-_Analysis | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810321837_2.json |
bb970d69__Accessibility_Community_Group__Specific_Benefits | [Success Criteria] 3.3.5 Help (AAA) [Description] Context-sensitive help is available. [Sufficient Techniques] Techniques for SC 3.3.5 [Specific Benefits] | Assistance for text input helps individuals with writing disabilities and people with reading and intellectual disabilities who often have difficulty writing text in forms or other places that need text input. Additionally, these kinds of assistance help people who are aging and have the same difficulty in text input and/or mouse operation. | [] | Accessibility Responsibility Breakdown - Analysis - WAI-Engage: Web Accessibility Community Group | Specific Benefits | http://www.w3.org/community/wai-engage/wiki/Accessibility_Responsibility_Breakdown_-_Analysis | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810321837_2.json |
bb970d69__Accessibility_Community_Group__Specific_Benefits | [Success Criteria] 3.3.6 Error Prevention (All) (AAA) [Description] For Web pages that require the user to submit information, at least one of the following is true: Reversible: Submissions are reversible. Checked: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them. Confirmed: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission [Sufficient Techniques] Techniques for SC 3.3.6 [Specific Benefits] | Providing safeguards to avoid consequences resulting from mistakes helps users with all disabilities who may be more likely to make mistakes. | [] | Accessibility Responsibility Breakdown - Analysis - WAI-Engage: Web Accessibility Community Group | Specific Benefits | http://www.w3.org/community/wai-engage/wiki/Accessibility_Responsibility_Breakdown_-_Analysis | 26/1438042990900.28_20150728002310-00307-ip-10-236-191-2_810321837_2.json |
c8507b4e_White_space_use_cases__expected_display | [description] line break only [source code] 缔造真正全球通行 的万维网 [notes] The line break should disappear since it is possible to detect East Asian characters on either side. [expected display] | 缔造真正全球通行的万维网 | [
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
" ",
"的",
"万",
"维",
"网"
],
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"L",
"a",
"t",
"i",
"n",
" ",
"的",
"万",
"维",
"网"
]
] | White space use cases | expected display | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
c8507b4e_White_space_use_cases__expected_display | [description] <4 spaces at end of line [source code] 缔造真正全球通行 的万维网 [notes] The spaces at line end are not removed before line break transformation (LBT). LBT sees East Asian context on both sides so removes line break. Remaining spaces are then normalized to one space. [expected display] | 缔造真正全球通行 的万维网 | [
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
" ",
"的",
"万",
"维",
"网"
],
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"L",
"a",
"t",
"i",
"n",
" ",
"的",
"万",
"维",
"网"
]
] | White space use cases | expected display | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
c8507b4e_White_space_use_cases__expected_display | [description] spaces at beginning of line [source code] 缔造真正全球通行 的万维网 [notes] The white space is removed in the first step of the white-space processing rules. Line break transformation then sees the context as East Asian and removes the line break. [expected display] | 缔造真正全球通行的万维网 | [
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
" ",
"的",
"万",
"维",
"网"
],
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"L",
"a",
"t",
"i",
"n",
" ",
"的",
"万",
"维",
"网"
]
] | White space use cases | expected display | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
c8507b4e_White_space_use_cases__expected_display | [description] spaces at beginning and end of line [source code] 缔造真正全球通行 的万维网 [notes] The white space on the second line is removed in the first step of the white-space processing rules. The spaces at line end are not removed before line break transformation (LBT). Line break transformation then sees the context as East Asian and removes the line break. Spaces are then normalized to one space. [expected display] | 缔造真正全球通行 的万维网 | [
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
" ",
"的",
"万",
"维",
"网"
],
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"L",
"a",
"t",
"i",
"n",
" ",
"的",
"万",
"维",
"网"
]
] | White space use cases | expected display | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
c8507b4e_White_space_use_cases__expected_display | [description] multiple line breaks [source code] 缔造真正全球通行 的万维网 [notes] The line breaks should disappear since it is possible to detect East Asian characters on either side. This test checks that previous rules for line break transformation are applied for multiple linebreaks. [expected display] | 缔造真正全球通行的万维网 | [
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
" ",
"的",
"万",
"维",
"网"
],
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"L",
"a",
"t",
"i",
"n",
" ",
"的",
"万",
"维",
"网"
]
] | White space use cases | expected display | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
c8507b4e_White_space_use_cases__expected_display | [description] multiple line breaks and spaces [source code] 缔造真正全球通行 的万维网 [notes] The space should be removed because it follows a line break, and the line breaks should disappear since it is possible to then detect East Asian characters on either side. [expected display] | 缔造真正全球通行的万维网 | [
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
" ",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"1",
"2",
"3",
" ",
"的",
"万",
"维",
"网"
],
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"的",
"万",
"维",
"网"
],
[
"缔",
"造",
"真",
"正",
"全",
"球",
"通",
"行",
"L",
"a",
"t",
"i",
"n",
" ",
"的",
"万",
"维",
"网"
]
] | White space use cases | expected display | http://www.w3.org/International/tests/tests-html-css/tests-white-space/white-space-use-cases.html | 26/1438042986148.56_20150728002306-00340-ip-10-236-191-2_833286308_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.