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
Fix#883, Fix#884, Fix#885, Fix#886
Vocabulary Changes:
- Declare the Package Document default vocabularies with their unique URIs
- `meta` element properties: http://idpf.org/epub/vocab/package/meta/#
- `link` element rel and properties: http://idpf.org/epub/vocab/package/link/#
- `item` element properties: http://idpf.org/epub/vocab/package/item/#
- `itemref` element properties: http://idpf.org/epub/vocab/package/itemref/#
- Define 'onix' and 'xmp' as the only valid unprefixed properties on
`link` elements.
- Recognize 'acquire' and 'alternate' as valid link rel keywords.
- Deprecate the following link rel keywords: 'marc21xml-record',
'mods-record', 'onix-record', 'xml-signature', and 'xmp-record'.
New messages:
- `OPF-089` (`ERROR`) is reported when the 'alternate' link rel keyword
is not the only keyword in a `link` element `rel` attribute.
- Add replacement suggestions for deprecated link rel keywords (`OPF-086`).
Tests:
- add more tests on 'record' links.
- minimize various existing `link`-related tests.
Fix#883, Fix#884, Fix#885, Fix#886, Fix#887
Vocabulary Changes:
- Declare the Package Document default vocabularies with their unique URIs
- `meta` element properties: http://idpf.org/epub/vocab/package/meta/#
- `link` element rel and properties: http://idpf.org/epub/vocab/package/link/#
- `item` element properties: http://idpf.org/epub/vocab/package/item/#
- `itemref` element properties: http://idpf.org/epub/vocab/package/itemref/#
- Define 'onix' and 'xmp' as the only valid unprefixed properties on
`link` elements.
- Recognize 'acquire' and 'alternate' as valid link rel keywords.
- Deprecate the following link rel keywords: 'marc21xml-record',
'mods-record', 'onix-record', 'xml-signature', and 'xmp-record'.
New messages:
- `OPF-089` (`ERROR`) is reported when the 'alternate' link rel keyword
is not the only keyword in a `link` element `rel` attribute.
- Add replacement suggestions for deprecated link rel keywords (`OPF-086`).
Tests:
- add more tests on 'record' links.
- minimize various existing `link`-related tests.
Use of the following link relationships is now deprecated:
Reference: https://idpf.github.io/epub-vocabs/package/link/#sec-link-properties
The text was updated successfully, but these errors were encountered: