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

(Re)disallow script defer/async attributes w/o src #2509

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

sideshowbarker
Copy link
Contributor

This change restores the following document-conformance requirement:

The defer and async attributes must not be specified if the src
attribute is not present.

That requirement was inadvertently dropped in cd1a9fb.

@sideshowbarker sideshowbarker changed the title Disallow script defer/async attributes w/o src (Re)disallow script defer/async attributes w/o src Apr 5, 2017
This change restores the following document-conformance requirement:

> The defer and async attributes must not be specified if the src
> attribute is not present.

That requirement was inadvertently dropped in cd1a9fb.
@sideshowbarker sideshowbarker force-pushed the sideshowbarker/async-defer-only-with-src branch from 05d1f05 to d06c6af Compare April 5, 2017 18:42
@domenic domenic merged commit 3c5180a into master Apr 6, 2017
@domenic domenic deleted the sideshowbarker/async-defer-only-with-src branch April 6, 2017 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants