You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous requirement was that fragments in textref attributes and text element's src attributes be conformant to xpointer shorthand, but this syntax is incompatible with current XHTML (since IDs no longer have to be NCNames). I don't believe we've enforced this, though.
The new recommendation is that the fragment reference a target element (# followed by string without spaces) or be an SVG fragment identifier. Anything else should be a warning.
The previous requirement was that fragments in
textref
attributes andtext
element'ssrc
attributes be conformant to xpointer shorthand, but this syntax is incompatible with current XHTML (since IDs no longer have to be NCNames). I don't believe we've enforced this, though.The new recommendation is that the fragment reference a target element (# followed by string without spaces) or be an SVG fragment identifier. Anything else should be a warning.
See w3c/epub-specs#1586
The text was updated successfully, but these errors were encountered: