Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing xml:base attribute. #804

Closed
skynavga opened this issue May 29, 2018 · 3 comments
Closed

Add missing xml:base attribute. #804

skynavga opened this issue May 29, 2018 · 3 comments

Comments

@skynavga
Copy link
Collaborator

skynavga commented May 29, 2018

The xml:base attribute is missing from the following elements that employ a possibly relative <uri> valued attribute, e.g., src and xlink:href:

  • audio
  • data
  • font
  • image
  • span
  • source

In addition, at least the tt element should be able to specify a document-wide default base as well.

@skynavga skynavga added this to the CR2 milestone May 29, 2018
@skynavga skynavga self-assigned this May 29, 2018
@skynavga
Copy link
Collaborator Author

Upon further consideration, xml:base is needed for every element that permits condition or allows a descendant from the Metadata.class or a descendant that admits xml:base.

@cconcolato
Copy link
Contributor

Alternatively, we could simply say all relative URLs are resolved based on the document base URL.

skynavga added a commit that referenced this issue Jun 7, 2018
Add xml:base to core vocabulary (#804).
@skynavga skynavga removed their assignment Jun 7, 2018
@skynavga
Copy link
Collaborator Author

skynavga commented Jun 7, 2018

Merged early per WG resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants