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

Extend the list of attributes for which the 'uri' context is automatically applied #62

Closed
raducotescu opened this issue Jun 13, 2018 · 0 comments
Assignees
Milestone

Comments

@raducotescu
Copy link
Member

Currently the specification mentions that only 2 attributes will have the uri context applied automatically, unless the context is overridden: href and src.

However, the current HTML 5 specification [0] defines a larger list of attributes whose data type is a URL or a URI:

  • action (<form>)
  • cite (<blockquote>, <del>, <ins>, <q> tags)
  • data (<object>)
  • formaction (<button>, <input>)
  • href (<a>, <area>, <link>, <base>)
  • manifest (<html>)
  • poster (<video>)
  • src (<audio>, <embed>, <iframe>, <img>, <input>, <script>, <source>, <track>, <video>)

Therefore the specification should be extended in this regard.

[0] - https://www.w3.org/TR/2017/REC-html52-20171214/fullindex.html#attributes-table

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

1 participant