Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions css/properties/align-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,19 +523,25 @@
],
"support": {
"chrome": {
"version_added": "122"
"version_added": "122",
"partial_implementation": true,
"notes": "`align-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `top` and `bottom`. See [bug 376097648](https://crbug.com/376097648)"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it’s important to clarify that this bug only occurs when the parent element is a block; there are no issues with flex or grid.

},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
"version_added": "134",
"partial_implementation": true,
"notes": "`align-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `top` and `bottom`. See [bug 2026174](https://bugzil.la/2026174)"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
"version_added": "26",
"partial_implementation": true,
"notes": "`align-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `top` and `bottom`."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
12 changes: 9 additions & 3 deletions css/properties/justify-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,25 @@
],
"support": {
"chrome": {
"version_added": "122"
"version_added": "122",
"partial_implementation": true,
"notes": "`justify-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `left` and `right`. See [bug 376097648](https://crbug.com/376097648)"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to have been fixed in this CL (Chrome 137); please verify it again.
https://chromiumdash.appspot.com/commit/a82a54d387f4bc1c3c1c08eeda15e86a7ef4f792

},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
"version_added": "134",
"partial_implementation": true,
"notes": "`justify-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `left` and `right`. See [bug 2026174](https://bugzil.la/2026174)"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
"version_added": "26",
"partial_implementation": true,
"notes": "`justify-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `left` and `right`."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
12 changes: 9 additions & 3 deletions css/properties/place-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,25 @@
],
"support": {
"chrome": {
"version_added": "122"
"version_added": "122",
"partial_implementation": true,
"notes": "`place-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `top` and `bottom`. See [bug 376097648](https://crbug.com/376097648)"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
"version_added": "134",
"partial_implementation": true,
"notes": "`place-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `top` and `bottom`. See [bug 2026174](https://bugzil.la/2026174)"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
"version_added": "26",
"partial_implementation": true,
"notes": "`place-self` only applies to absolutely positioned boxes when both insets on the appropriate axis are 0, for example `top` and `bottom`."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
Loading