-
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 <isindex> and <input name=isindex> #1095
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
Fixes #1088. Edge and Chrome have removed parser support. Chrome has removed name=isindex support. And Firefox plans on removing support.
The eventual commit message should probably also mention that |
LGTM |
zcorpan
added a commit
to html5lib/html5lib-tests
that referenced
this pull request
Apr 22, 2016
iabudiab
added a commit
to iabudiab/HTMLKit
that referenced
this pull request
May 18, 2016
Everybody else is doing it, so why can't we? See: whatwg/html#1095 <isindex> is not only deprecated, it is completely removed from the spec html5lib-tests: f99e2cb1851de9674519a220a1ccb3174b8cb846
Merged
sideshowbarker
added a commit
to validator/validator
that referenced
this pull request
Jul 27, 2016
tripu
pushed a commit
to tripu/validator
that referenced
this pull request
Aug 19, 2016
craigbarnes
added a commit
to craigbarnes/lua-gumbo
that referenced
this pull request
May 10, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
stevecheckoway
pushed a commit
to stevecheckoway/nokogumbo
that referenced
this pull request
Aug 19, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
stevecheckoway
pushed a commit
to stevecheckoway/nokogumbo
that referenced
this pull request
Aug 20, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
stevecheckoway
pushed a commit
to rubys/nokogumbo
that referenced
this pull request
Aug 22, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
stevecheckoway
pushed a commit
to rubys/nokogumbo
that referenced
this pull request
Aug 22, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
chozekun
pushed a commit
to chozekun/gumbo-parser
that referenced
this pull request
Dec 13, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
chozekun
pushed a commit
to chozekun/gumbo-parser
that referenced
this pull request
Dec 16, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
chozekun
pushed a commit
to chozekun/gumbo-parser
that referenced
this pull request
Dec 16, 2018
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
5 tasks
flavorjones
pushed a commit
to sparklemotion/nokogiri
that referenced
this pull request
Apr 7, 2021
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
flavorjones
pushed a commit
to sparklemotion/nokogiri
that referenced
this pull request
Apr 7, 2021
It was removed from the whatwg HTML spec more than 2 years ago and has since been removed from most major browsers and also the html5lib tests. See also: * whatwg/html#1095 * html5lib/html5lib-tests#74 This commit makes 5 additional tree-construction tests pass: Ran 1646 tests in 0.15s Passed: 1646 Failed: 0 Skipped: 51
wooorm
pushed a commit
to wooorm/html-void-elements
that referenced
this pull request
May 19, 2023
Some obsolete elements got their void status takes away, meaning `document.createElement(x).outerHTML` generates an opening and closing tag, so this fix matches that behavior. Related-to: whatwg/html#1095 Related-to: whatwg/html#2319 Closes GH-6. Closes GH-7.
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.
Fixes #1088. Edge and Chrome have removed parser support. Chrome has
removed name=isindex support. And Firefox plans on removing support.