-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove <label form> and redefine label.form IDL attribute #1120
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
||
</dd> | ||
|
||
</dl> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this perhaps be higher up? Usually the domintro is before we describe any IDL attributes.
LGTM, should we wait for two implementer commitments? |
domenic
added
normative change
removal/deprecation
Removing or deprecating a feature
labels
Apr 25, 2016
Seems like we can go ahead with this. Need tests though, web-platform-tests/wpt#2924 |
zcorpan
added a commit
to web-platform-tests/wpt
that referenced
this pull request
Apr 29, 2016
This was referenced Apr 29, 2016
zcorpan
added a commit
to web-platform-tests/wpt
that referenced
this pull request
May 13, 2016
arronei
pushed a commit
to arronei/web-platform-tests
that referenced
this pull request
Jun 14, 2016
…ec change (web-platform-tests#2926) This tests whatwg/html#1120.
ivanzr
pushed a commit
to ivanzr/web-platform-tests
that referenced
this pull request
Jun 29, 2016
…ec change (web-platform-tests#2926) This tests whatwg/html#1120.
cscott
added a commit
to fgnass/domino
that referenced
this pull request
Oct 14, 2016
This fixes a test case which was broken by c8fbfff. The upstream removal of the form attribute for <label> was whatwg/html#787, pulled in whatwg/html#1120, and implemented in browsers as whatwg/html#787 (comment).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This implements #787 (comment)
Separated into several commits for easier reviewing.