https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f9e3995a8d4d43f6ae0f1949f8615d2dfcdb7f66 authored by Sandra Sun on 28 March 2018, 01:57:21 UTC
Implement snapping for scroll with intended direction and end position.
Tip revision: f9e3995
index.html
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Annotate This Page</title>
</head>
<body>

  <h4>Test Your Annotation Client <em>Today!</em></h4>

  <blockquote>A conforming Web Annotation Protocol client SHOULD be able to:
    <ul>
      <li>start from this page</li>
      <li>discover the <em>recommended</em> AnnotationCollection</li>
      <li>read existing annotations from that AnnotationCollection</li>
      <li>create, update, and delete annotations from that AnnotationCollection</li>
    </ul>
  </blockquote>

  <p>Interoperability between systems has two basic aspects: the syntax and semantics of the data that is moved between the systems, and the transport mechanism for that movement. The HTTP protocol and the Web architecture provides us with a great starting point for a standardized transport layer, and can be used to move content between systems easily and effectively. Building upon these foundations allows us to make use of existing technology and patterns to ensure consistency and ease of development.</p>

  <p>The Web Annotation Protocol describes a transport mechanism for creating, managing, and retrieving Annotations. Annotations in this specification are assumed to follow the requirements of the Web Annotation Data Model [<cite><a href="#bib-annotation-model" class="bibref">annotation-model</a></cite>] and Web Annotation Vocabulary [<cite><a href="#bib-annotation-vocab" class="bibref">annotation-vocab</a></cite>]. This specification builds upon REST principles and the Linked Data Platform [<cite><a href="#bib-ldp" class="bibref">ldp</a></cite>] recommendation, and familiarity with it is recommended.</p>

</body>
</html>
back to top