web-annotation icon indicating copy to clipboard operation
web-annotation copied to clipboard

Web Annotation Working Group repository, see README for links to specs

Results 48 web-annotation issues
Sort by recently updated
recently updated
newest added

The use case is to let web browser easily serialize and highlight user selected text (to simply use dom range [startNode](https://developer.mozilla.org/en-US/docs/Web/API/Range/setStart) and [endNode](https://developer.mozilla.org/en-US/docs/Web/API/Range/setEnd) ). Imaging we need to create highlight...

Our annotation application allows authors to edit their annotations later. We have one URL that always points to the latest version, and each version also has its own specific URL...

Hi! I'm building an annotation editor. When faced with an SvgSelector whose outermost `` tag lacks a `width=` and/or `height=` attribute, my understanding of the SVG standard is that the...

So...this is likely my fault...so I fixed the mess. Not sure how the post-pub fixes work, but here it is all the same @iherman.

serialization
ErratumRaised

The `label` property, currently applied to Annotation Collection and Annotation Page, does not allow for internationalized content. For example, if I want to have a label for my Annotation Collection...

model
Errata
i18n-tracker

> https://www.w3.org/TR/2017/NOTE-selectors-states-20170223/#frags says: >> Note that this representation is valid only if the IRI for the Source does not contain a fragment identifier of its own (an IRI may contain...

postpone

In the [note][] about selectors and states, section 5: > The values SHOULD be percent encoded [rfc3986]; the encoding is a MUST for characters that may make the fragment ambiguous,...

selector note
ErratumRaised

In paragraph 4 of the [Annotation Page](https://www.w3.org/TR/annotation-protocol/#annotation-pages) section, we say: > The description of the Collection SHOULD include both the `total` and `modified` properties. `modified` was added due to Takeshi's...

bug
model
ErratumRaised

I've just been burned by a disparity between names used in the data model document and the vocabulary document - it just hadn't occurred to me that they might be...

ErratumRaised

https://www.w3.org/TR/annotation-vocab/#selector should include the following as part super class of: * https://www.w3.org/TR/annotation-vocab/#cssselector * https://www.w3.org/TR/annotation-vocab/#rangeselector * https://www.w3.org/TR/annotation-vocab/#xpathselector

ErratumRaised