-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Simplification of manipulation wrappers #2002
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
Labels
Comments
Would definitely like to see this in 3.0 if it can be done. |
markelog
added a commit
to markelog/jquery
that referenced
this issue
Jan 26, 2015
Since support for IE6-7 was dropped these wrappers no longer required Ref 90d7cc1 Fixes jquery#2002
markelog
added a commit
to markelog/jquery
that referenced
this issue
Jan 26, 2015
Since support for IE6-7 was dropped these wrappers no longer required Ref 90d7cc1 Fixes jquerygh-2002
anthonyryan1
added a commit
to anthonyryan1/jquery
that referenced
this issue
Jul 25, 2015
While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intenitonally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a See also jquerygh-2031, jquerygh-2002 Closes jquerygh-2493
anthonyryan1
added a commit
to anthonyryan1/jquery
that referenced
this issue
Jul 25, 2015
While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a See also jquerygh-2031, jquerygh-2002 Closes jquerygh-2493
anthonyryan1
added a commit
to anthonyryan1/jquery
that referenced
this issue
Sep 9, 2015
While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a See also jquerygh-2031, jquerygh-2002 Closes jquerygh-2493
anthonyryan1
added a commit
to anthonyryan1/jquery
that referenced
this issue
Sep 9, 2015
While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a See also jquerygh-2031, jquerygh-2002 Closes jquerygh-2493
mgol
pushed a commit
that referenced
this issue
Sep 14, 2015
While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a Refs gh-2031 Refs gh-2002 Fixes gh-2493 Closes gh-2499
mgol
pushed a commit
that referenced
this issue
Sep 14, 2015
While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." (cherry-picked from 99e8ff1) Reverts 0ea342a Refs gh-2031 Refs gh-2002 Fixes gh-2493 Closes gh-2499
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Talking about those.
We can remove most of the wrappers for
col
element (effectively removing it entirely) frommaster
andcompat
and removearea
andlegend
wrappers, since they was needed for IE6-7 only.PR tomorrow.
The text was updated successfully, but these errors were encountered: