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 audio crossorigin attr to list of common attrs #4221

Merged
merged 2 commits into from Dec 11, 2018
Merged

Add audio crossorigin attr to list of common attrs #4221

merged 2 commits into from Dec 11, 2018

Conversation

Garee
Copy link
Contributor

@Garee Garee commented Dec 2, 2018

'crossorigin' is an attribute that is common to all media elements. The
media element has this attribute, but it is missing from the list of attributes
that are identified as being common. This change adds it to the list for clarity.

Fixes #4159

'crossorigin' is an attribute that is common to all media elements. The <audio>
media element has this attribute, but it is missing from the list of attributes
that are identified as being common. This change adds it to the list for clarity.
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update the same sentence in the <video> section?

'crossorigin' is an attribute that is common to all media elements. The <video>
media element has this attribute, but it is missing from the list of attributes
that are identified as being common. This change adds it to the list for clarity.
@Garee
Copy link
Contributor Author

Garee commented Dec 10, 2018

@domenic Yes, I have updated the <video> section.

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you, and congrats on your first HTML contribution!

@domenic domenic merged commit edc1e95 into whatwg:master Dec 11, 2018
@domenic domenic added clarification Standard could be clearer topic: media labels Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer topic: media
Development

Successfully merging this pull request may close these issues.

None yet

3 participants