Skip to content

Commit

Permalink
Add note about IE7/8/9 support of +~> combinators in standards mode (
Browse files Browse the repository at this point in the history
…#11204)

* Add note about IE7/8/9 support of +~> in standards mode

* fix commas

* fix type error

* Update css/selectors/adjacent_sibling.json

Co-authored-by: Daniel D. Beck <[email protected]>

* Update css/selectors/child.json

Co-authored-by: Daniel D. Beck <[email protected]>

* Update css/selectors/general_sibling.json

Co-authored-by: stasoid <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2021
1 parent 7f11a7a commit 43d82a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/selectors/adjacent_sibling.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"ie": {
"version_added": "7",
"notes": [
"Before Internet Explorer 10, the combinator only works in standards mode.",
"Internet Explorer 7 doesn't update the style correctly when an element is dynamically placed before an element that matched the selector.",
"In Internet Explorer 8, if an element is inserted dynamically by clicking on a link the first-child style isn't applied until the link loses focus."
]
Expand Down
3 changes: 2 additions & 1 deletion css/selectors/child.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"version_added": "4"
},
"ie": {
"version_added": "7"
"version_added": "7",
"notes": "Before Internet Explorer 10, the combinator only works in standards mode."
},
"opera": {
"version_added": "4"
Expand Down
3 changes: 2 additions & 1 deletion css/selectors/general_sibling.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"version_added": "4"
},
"ie": {
"version_added": "7"
"version_added": "7",
"notes": "Before Internet Explorer 10, the combinator only works in standards mode."
},
"opera": {
"version_added": "9"
Expand Down

0 comments on commit 43d82a0

Please sign in to comment.