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
|
---|---|---|---|---|---|---|---|
99a412c0_SCDs__Pre_Last_Call_Issues__Ack_ | [Id: Title] wd-10 : Support for redefined component's predecessor [State] agreed [Type] request [Ack.] | No response to reviewer | [] | SCDs: Pre-Last Call Issues | Ack. | http://www.w3.org/XML/2004/06/scds-pre-lc-issues/type_sort.html | 16/1438042988312.76_20150728002308-00131-ip-10-236-191-2_817651185_0.json |
99a412c0_SCDs__Pre_Last_Call_Issues__Ack_ | [Id: Title] wd-11 : Specify a canonical namespace prefix? [State] agreed [Type] request [Ack.] | No response to reviewer | [] | SCDs: Pre-Last Call Issues | Ack. | http://www.w3.org/XML/2004/06/scds-pre-lc-issues/type_sort.html | 16/1438042988312.76_20150728002308-00131-ip-10-236-191-2_817651185_0.json |
99a412c0_SCDs__Pre_Last_Call_Issues__Ack_ | [Id: Title] wd-12 : Allow type(*) and element(*)? [State] agreed [Type] request [Ack.] | No response to reviewer | [] | SCDs: Pre-Last Call Issues | Ack. | http://www.w3.org/XML/2004/06/scds-pre-lc-issues/type_sort.html | 16/1438042988312.76_20150728002308-00131-ip-10-236-191-2_817651185_0.json |
99a412c0_SCDs__Pre_Last_Call_Issues__Ack_ | [Id: Title] wd-13 : Interaction of expanded traversals with // [State] agreed [Type] request [Ack.] | No response to reviewer | [] | SCDs: Pre-Last Call Issues | Ack. | http://www.w3.org/XML/2004/06/scds-pre-lc-issues/type_sort.html | 16/1438042988312.76_20150728002308-00131-ip-10-236-191-2_817651185_0.json |
99a412c0_SCDs__Pre_Last_Call_Issues__Ack_ | [Id: Title] wd-15 : Interaction of elided steps with extended traversals [State] agreed [Type] request [Ack.] | No response to reviewer | [] | SCDs: Pre-Last Call Issues | Ack. | http://www.w3.org/XML/2004/06/scds-pre-lc-issues/type_sort.html | 16/1438042988312.76_20150728002308-00131-ip-10-236-191-2_817651185_0.json |
99a412c0_SCDs__Pre_Last_Call_Issues__Ack_ | [Id: Title] wd-16 : Short for syntax for type(qname) [State] agreed [Type] request [Ack.] | No response to reviewer | [] | SCDs: Pre-Last Call Issues | Ack. | http://www.w3.org/XML/2004/06/scds-pre-lc-issues/type_sort.html | 16/1438042988312.76_20150728002308-00131-ip-10-236-191-2_817651185_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] dragstart [Target] Source node [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Contains source node unless a selection is being dragged, in which case it is empty [effectAllowed] uninitialized [dropEffect] none [Default Action] | Initiate the drag-and-drop operation | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] drag [Target] Source node [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] none [Default Action] | Continue the drag-and-drop operation | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] dragenter [Target] Immediate user selection or the body element [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Based on effectAllowed value [Default Action] | Reject immediate user selection as potential target element | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] dragleave [Target] Previous target element [Bubbles?] ✓ Bubbles [Cancelable?] — [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] none [Default Action] | None | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] dragover [Target] Current target element [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Based on effectAllowed value [Default Action] | Reset the current drag operation to "none" | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] drop [Target] Current target element [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] getData() returns data set in dragstart event [effectAllowed] Same as last event [dropEffect] Current drag operation [Default Action] | Varies | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
e6479a39_HTML_5__Default_Action | [Event Name] dragend [Target] Source node [Bubbles?] ✓ Bubbles [Cancelable?] — [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Current drag operation [Default Action] | Varies | [] | HTML 5 | Default Action | http://www.w3.org/TR/2009/WD-html5-20090212/editing.html | 16/1438042988312.76_20150728002308-00055-ip-10-236-191-2_817740102_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 1. A method of distributing content, comprising: creating a cryptographic hash of at least a portion of content; creating a ticket file including the cryptographic hash; and distributing the ticket file to a user system. | WARP does not make use of any cryptographic information. WARP does not create a ticket file including the cryptographic hash. WARP does not distribute a ticket file to a user system or anything to the system. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 2. The method of claim 1, where creating a ticket file comprises: including in the ticket file information relating to downloading the content from a distribution site over the network; digitally signing the ticket file; receiving a request for the content from the user system; and sending the user system the ticket file separate from the content. | WARP does nothing relating to the above | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 3. The method of claim 1, further comprising: receiving notification from the user system that verification of the digital signature has failed; and initiating a security action in response to the notification. | WARP does not make use of digital signatures. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 4. The method of claim 3, where initiating a security action comprises: initiating a revocation service. | WARP has no relation to initializing revocation services. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 5. The method of claim 3, where initiating a security action comprises: preventing user systems from downloading the content. | WARP does not rely in cryptographic methods to prevent user systems from downloading content. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 6. A method of downloading content from a network, comprising: sending a request for content to a content aggregator site; and receiving from the content aggregator site a digitally signed ticket file including a first cryptographic hash of at least a portion of content. | WARP does not download any content. WARP does not make use of any cryptographic hashes or any cryptography. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 7. The method of claim 6, further comprising: downloading the content to a user system over a network, where the content is downloaded separately from the ticket file; and verifying the digital signature of the ticket file. | WARP has no relationship to digital signatures or ticket files. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 8. The method of claim 7, where verifying the digital signature comprises: creating a second cryptographic hash of the downloaded content; comparing the second cryptographic hash with the first cryptographic hash; and if the hashes do not match, initiating a security action. | See above 7. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 9. The method of claim 8, where initiating a security action comprises: deleting the content from the user system. WARP does not interact with the user's system. | WARP does not have the ability to demand that, or have any provisions that would require, content be deleted from the user's system. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 10. The method of claim 8, where initiating a security action comprises: notifying the content aggregator site of a failed verification if the hashes do not match; and receiving a command for revoking the digital signature of the ticket file. | WARP has no means to contact other sites on failure. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 11. The method of claim 8, where initiating a security action comprises: scanning the user system for instances of revoked content. | WARP most definitely does not have any provisions to scan the user's hard drive deleting content | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 12. The method of claim 1, further comprising: creating a security log on the user system that includes a history of content installation | WARP does not write anything to the user's hard drive or do any privacy violating things like keeping records of stuff on user's hard drives. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 13. A computer-readable medium having stored thereon instructions which, when executed by a processor, causes the processor to perform the operations of: creating a cryptographic hash of at least a portion of content; creating a ticket file including the cryptographic hash; and distributing the ticket file to a user system. | WARP does not cryptographically do anything… specially nothing relating to content. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 14. The computer-readable medium of claim 13, where creating a ticket file comprises: including in the ticket file information relating to downloading the content from a distribution site over the network; digitally signing the ticket file; receiving a request for the content from the user system; and sending the user system the ticket file separate from the content. | WARP does not cryptographically do anything… specially nothing relating to content. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 15. The computer-readable medium of claim 13, further comprising: receiving notification from the user system that verification of the digital signature has failed; and initiating a security action in response to the notification. | WARP has nothing to do with digital signatures or events based on signatures failing of being verified. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 16. The computer-readable medium of claim 15, where initiating a security action comprises: initiating a revocation service. | WARP has nothing to do with digital signatures or events based on signatures failing of being verified. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 17. The computer-readable medium of claim 15, where initiating a security action comprises: preventing user systems from downloading the content. | WARP has nothing to do with digital signatures or events based on signatures failing of being verified. Hence this does not apply. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 18. A computer-readable medium having stored thereon instructions which, when executed by a processor, causes the processor to perform the operations of: sending a request for content to a content aggregator site; and receiving from the content aggregator site a digitally signed ticket file including a first cryptographic hash of at least a portion of content. | WARP does not access content. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 19. The computer-readable medium of claim 18, further comprising: downloading the content to a user system over a network, where the content is downloaded separately from the ticket file; and verifying the digital signature of the ticket file. | WARP does not access content. WARP does not download or deal with ticket files. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 20. The computer-readable medium of claim 18, where verifying the digital signature comprises: creating a second cryptographic hash of the downloaded content; comparing the second cryptographic hash with the first cryptographic hash; and if the hashes do not match, initiating a security action. | WARP does not do any cryptographic checks. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 21. The computer-readable medium of claim 20, where initiating a security action comprises: deleting the content from the user system. | WARP does not do any cryptographic checks. WARP does not do deletion of people's content. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 22. The computer-readable medium of claim 20, where initiating a security action comprises: notifying the content aggregator site of a failed verification if the hashes do not match; and receiving a command for revoking the digital signature of the ticket file. | WARP does not do any cryptographic checks. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 23. The computer-readable medium of claim 20, where initiating a security action comprises: scanning the user system for instances of revoked content. | WARP does not do any cryptographic checks. WARP does not do deletion of people's content. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 24. The computer-readable medium of claim 18, further comprising: creating a security log on the user system that includes a history of content installation. | WARP does not write log files about their computer's content. WARP does not generate security logs. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 25. A method of installing content, comprising: receiving content from a content distributor, the content including a first cryptographic hash of the content; creating a second cryptographic hash of the content; comparing the second cryptographic hash with the first cryptographic hash; and if the hashes do not match, initiating a security action. | WARP does not do this as it does not do any cryptographic checks. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
de805e07_ess_Request_Policy__PAG_Report__Application_and_WARP_Features_against_the_WARP_Specification | 26. The method of claim 25, further comprising: comparing the content to one or more lists of content to determine if the content can be safely installed. | WARP does not do this. it has nothing to do with content installation. | [] | WARP: Widgets Access Request Policy: PAG Report | Evaluation against the WARP Specification | http://www.w3.org/2009/11/widgets-pag/pagreport.html | 16/1438042988312.76_20150728002308-00046-ip-10-236-191-2_822133008_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] HTML to Text converter [,shortcut] ,text [Access control] Same as the document [For this page] | A plain text version of the page, handy for pasting into email. | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] Link Checker [,shortcut] ,checklink [Access control] Same as the document [For this page] | List of bad links in the page | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] Link Checker [,shortcut] ,rchecklink [Access control] Same as the document [For this page] | Bad links in a page and in pages linked from it | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] HTML Validator [,shortcut] ,validate [Access control] Same as the document [For this page] | List of HTML markup errors. | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] W3C Spellchecker [,shortcut] ,spell [Access control] Same as the document [For this page] | List of spelling errors. | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] CSS Validator [,shortcut] ,cssvalidate [Access control] Works only on public pages. [For this page] | List of style CSS errors. | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] CVS Log [,shortcut] ,cvslog [Access control] Public on dev.w3.org, Team-only on www.w3.org [For this page] | Log of changes to the document | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] Headers [,shortcut] ,headers [Access control] Same as the document [For this page] | HTTP headers sent by the server | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] the pubrules checker [,shortcut] ,pubrules [Access control] Same as the document [For this page] | Check the compliance of this document to the W3C publication rules | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
25876987__www_w3_org_Provider_Style_URI__For_this_page | [General tool] the pubrules checker [,shortcut] ,pubruleserrors [Access control] Same as the document [For this page] | Check the compliance of this document to the W3C publication rules, only displaying errors | [] | About http://www.w3.org/Provider/Style/URI | For this page | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.1 [Assertion] | The pointerType attribute of a pointermove event must have the same value as the pointerType attribute of the last pointerdown event with the same pointerId attribute. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.2 [Assertion] | The isPrimary attribute of a pointermove event must have the same value as the isPrimary attribute of the last pointerdown event with the same pointerId attribute. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.3 [Assertion] | When a pointer changes coordinates, the pointermove event must be dispatched. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.4 [Assertion] | When a pointer changes button state, the pointermove event must be dispatched. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.5 [Assertion] | When a pointer changes pressure, the pointermove event must be dispatched. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.6 [Assertion] | When a pointer changes tilt (tiltX, tiltY), the pointermove event must be dispatched. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.7 [Assertion] | When a pointer changes contact geometry (width, height), the pointermove event must be dispatched. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
d0539102_ents_TestAssertions___W3C_Wiki__Assertion | [0] 5.8 [Assertion] | If pointerType is "mouse" and no mouse button is depressed, then the button attribute of the pointermove event must be -1 and the buttons attribute must be 0. | [] | PointerEvents/TestAssertions - W3C Wiki | Assertion | http://www.w3.org/wiki/index.php?title=PointerEvents/TestAssertions&oldid=66897 | 16/1438042988312.76_20150728002308-00204-ip-10-236-191-2_814341460_4.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Confidentiality [Requirement] Some [Comments] | The information provided by an XKMS service may be confidential, the fact that a party has requested particular information from an XKMS service may allow confidential information to be deduced. Many XKMS applications do not require confidentiality however. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Request Authentication [Requirement] Some [Comments] | A service only needs to authenticate a request for information if either the information is confidential or some form of charge is to be made for use of the service. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Response Authentication [Requirement] Most [Comments] | An XKMS service that provides only a Location service for self authenticating key information such as Digital Certificates does not require authentication. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Transitive Authentication [Requirement] Some [Comments] | Although some XKMS applications have a specific requirement to support Non-Repudiation, the ability to repudiate requests and responses is acceptable in many applications. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Message Correspondence [Requirement] All [Comments] | The RequestID correspondence mechanism can only be used if the Request Authentication mechanism can be relied upon. Otherwise the Digest Mechanism should be used. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Request Replay [Requirement] Some [Comments] | Request replay attacks are likely to only be a concern if the service charges on a per request basis or as a type of Denial of Service attack. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
63b52f76_t_Specification__XKMS__Part_II__Comments | [Security Issue] Denial of Service [Requirement] Most [Comments] | Any service made available on a public network is likely to be subject to a Denial of Service attack. The risk of a Denial of Service attack is generally considered to be reduced on closed networks such as internal enterprise networks. | [] | XML Key Management Specification (XKMS) Part II | Comments | http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html | 16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] XPath 1.0 compatibility mode [Value] | false | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope namespaces [Value] | determined by the in-scope namespaces for the containing element in the stylesheet | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] Default element/type namespace [Value] | determined by the xpath-default-namespace attribute if present (see 5.2 Unprefixed QNames in Expressions and Patterns); otherwise the null namespace | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] Default function namespace [Value] | The standard function namespace | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope type definitions [Value] | The type definitions that would be available in the absence of any xsl:import-schema declaration | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope element declarations [Value] | None | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope attribute declarations [Value] | None | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope variables [Value] | None | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope functions [Value] | The core functions defined in [Functions and Operators], together with the functions element-available, function-available, type-available, and system-property defined in this specification, plus the set of extension functions that are present in the static context of every XPath expression (other than a use-when expression) within the content of the element that is the parent of the use-when attribute. Note that stylesheet functions are not included in the context, which means that the function function-available will return false in respect of such functions. The effect of this rule is to ensure that function-available returns true in respect of functions that can be called within the scope of the use-when attribute. It also has the effect that these extensions functions will be recognized within the use-when attribute itself; however, the fact that a function is available in this sense gives no guarantee that a call on the function will succeed. | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] In scope collations [Value] | Implementation-defined | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] Default collation [Value] | The Unicode Codepoint Collation | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] Base URI [Value] | The base URI of the containing element in the stylesheet | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] Statically known documents [Value] | None | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
65d12bb2_sformations__XSLT__Version_2_0_nents_for_use_when_Expressions_Value | [Component] Statically known collections [Value] | None | [] | XSL Transformations (XSLT) Version 2.0 | Value | http://www.w3.org/TR/xslt20/ | 16/1438042988312.76_20150728002308-00312-ip-10-236-191-2_826199005_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] A plain text version of the page, handy for pasting into email. [,shortcut] ,text [Access control] Same as the document [General tool] | HTML to Text converter | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] List of bad links in the page [,shortcut] ,checklink [Access control] Same as the document [General tool] | Link Checker | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] Bad links in a page and in pages linked from it [,shortcut] ,rchecklink [Access control] Same as the document [General tool] | Link Checker | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] List of HTML markup errors. [,shortcut] ,validate [Access control] Same as the document [General tool] | HTML Validator | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] List of spelling errors. [,shortcut] ,spell [Access control] Same as the document [General tool] | W3C Spellchecker | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] List of style CSS errors. [,shortcut] ,cssvalidate [Access control] Works only on public pages. [General tool] | CSS Validator | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] Log of changes to the document [,shortcut] ,cvslog [Access control] Public on dev.w3.org, Team-only on www.w3.org [General tool] | CVS Log | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] HTTP headers sent by the server [,shortcut] ,headers [Access control] Same as the document [General tool] | Headers | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] Check the compliance of this document to the W3C publication rules [,shortcut] ,pubrules [Access control] Same as the document [General tool] | the pubrules checker | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
1fd6cead__www_w3_org_Provider_Style_URI__General_tool | [For this page] Check the compliance of this document to the W3C publication rules, only displaying errors [,shortcut] ,pubruleserrors [Access control] Same as the document [General tool] | the pubrules checker | [
[
"H",
"T",
"M",
"L",
" ",
"t",
"o",
" ",
"T",
"e",
"x",
"t",
" ",
"c",
"o",
"n",
"v",
"e",
"r",
"t",
"e",
"r"
],
[
"L",
"i",
"n",
"k",
" ",
"C",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"W",
"3",
"C",
" ",
"S",
"p",
"e",
"l",
"l",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
],
[
"C",
"S",
"S",
" ",
"V",
"a",
"l",
"i",
"d",
"a",
"t",
"o",
"r"
],
[
"C",
"V",
"S",
" ",
"L",
"o",
"g"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"t",
"h",
"e",
" ",
"p",
"u",
"b",
"r",
"u",
"l",
"e",
"s",
" ",
"c",
"h",
"e",
"c",
"k",
"e",
"r"
]
] | About http://www.w3.org/Provider/Style/URI | General tool | http://www.w3.org/Provider/Style/URI,tools | 16/1438042988312.76_20150728002308-00251-ip-10-236-191-2_823723127_0.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] Value [1] Description [2] Example [3] Scope [4] | Notes | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] mistranslation [1] The content of the target mistranslates the content of the source. [2] The English source reads "An ape succeeded in grasping a banana lying outside its cage with the help of a stick" but the Italian translation reads "l'ape riuscì a prendere la banana posta tuori dall sua gabbia aiutandosi con un bastone" ("A bee succeeded...") [3] T [4] | Issues related to translation of specific terms related to the domain or task-specific language should be categorized as terminology issues. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] omission [1] Necessary text has been omitted from the localization or source. [2] One or more segments found in the source that should have been translated are missing in the target. [3] S or T [4] | This type should not be used for missing whitespace or formatting codes, but instead should be reserved for linguistic content. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] untranslated [1] Content that should have been translated was left untranslated. [2] The source segment reads "The Professor said to Smith that he would hear from his lawyer" but the Hungarian localization reads "A professzor azt modta Smithnek, hogy he would hear from his lawyer." [3] T [4] | omission takes precedence over untranslated . Omissions are distinct in that they address cases where text is not present, while untranslated addresses cases where text has been carried from the source untranslated. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] locale-specific-content [1] The localization contains content that does not apply to the locale for which it was prepared. [2] A text translated for the Japanese market contains call center numbers in Texas and refers to special offers available only in the U.S. [3] S or T [4] | Legally inappropriate material should be classified as legal . | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] numbers [1] Numbers are inconsistent between source and target. [2] A source text states that an object is 120 cm long, but the target text says it is 129 cm. long. [3] S or T [4] | Some tools may correct for differences in units of measurement to reduce false positives. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] internationalization [1] There is an issue related to the internationalization of content. [2] A line of programming code has embedded language-specific strings. A user interface element leaves no room for text expansion. A form allows only for U.S.-style postal addresses and expects five digit U.S. ZIP codes. [3] S or T [4] | There are many kinds of internationalization issues. This category is therefore very heterogeneous in what it can refer to. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] length [1] There is a significant difference in source and target length. [2] The translation of a segment is five times as long as the source. [3] T or S [4] | What constitutes a "significant" difference in length is determined by the model referred to in the locQualityIssueProfileRef . . | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] uncategorized [1] The issue has not been categorized. [2] A new version of a tool returns information on an issue that has not been previously checked and that is not yet classified. [3] S or T [4] | This category has two uses: A tool can use it to pass through quality data from another tool in cases where the issues from the other tool are not classified (for example, a localization quality assurance tool interfaces with a third-party grammar checker). A tool's issues are not yet assigned to categories, and, until an updated assignment is made, they may be listed as uncategorized . In this case it is recommended that issues be assigned to appropriate categories as soon as possible since uncategorized does not foster interoperability. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
c4111e79_tion_Tag_Set__ITS__Version_2_0__4 | [0] other [1] Any issue that cannot be assigned to any values listed above. [3] S or T [4] | This category allows for the inclusion of any issues not included in the previously listed values. This value MUST NOT be used for any tool- or model-specific issues that can be mapped to the values listed above. In addition, this value is not synonymous with uncategorized in that uncategorized issues may be assigned to another precise value, while other issues cannot. If a system has an "miscellaneous" or "other" category, it MUST be mapped to this value even if the specific instance of the issue might be mapped to another category. | [] | Internationalization Tag Set (ITS) Version 2.0 | 4 | http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html | 16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json |
d134e1e4_l__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 | [] | Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform | LDP Container = GSP graph | https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP) | 16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json |
d134e1e4_l__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 | [] | Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform | LDP Container = GSP graph | https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP) | 16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.