Skip to content

Commit

Permalink
Removing display: contents bug footnote 2 from iOS 16.1+ (#6824)
Browse files Browse the repository at this point in the history
* Removing footnote 2 from iOS 16.1+

Footnote 2 ("Buttons are not accessible with display: contents applied") describes a problem that was fixed in Safari 16.1 on both macOS and iOS. We just tested again to be sure.

The little '2' was dropped for Safari on macOS, but not Safari on iOS. This PR corrects that.

* Update css-display-contents.json

Remove "TP" version for Safari on iOS

---------

Co-authored-by: Alexis Deveria <[email protected]>
  • Loading branch information
jensimmons and Fyrd authored Sep 9, 2023
1 parent 5c346c4 commit 037db59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions features-json/css-display-contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +483,13 @@
"15.5":"a #2",
"15.6-15.7":"a #2",
"16.0":"a #2 #3",
"16.1":"a #2 #3",
"16.2":"a #2 #3",
"16.3":"a #2 #3",
"16.4":"a #2 #3",
"16.5":"a #2 #3",
"16.6":"a #2 #3",
"17":"a #2 #3"
"16.1":"a #3",
"16.2":"a #3",
"16.3":"a #3",
"16.4":"a #3",
"16.5":"a #3",
"16.6":"a #3",
"17":"a #3"
},
"op_mini":{
"all":"n"
Expand Down

0 comments on commit 037db59

Please sign in to comment.