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
14 changes: 11 additions & 3 deletions css/properties/align-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,19 +513,27 @@
],
"support": {
"chrome": {
"version_added": "122"
"version_added": "122",
"impl_url": "https://crbug.com/376097648",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
Comment on lines +517 to +519
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 think these need to be in the "bug" style rather than the implementation style, something like shown below.

But the more serious issue here is something like, "what does "work" mean?

It might be easier to explain if we invert the formulation, but I don't know what to fill in for the here:

Suggested change
"impl_url": "https://crbug.com/376097648",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
"partial_implementation": true,
"notes": "If `inset: auto` applies to the element, then … . See [bug 376097648](https://crbug.com/376097648)"

},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
"version_added": "134",
"impl_url": "https://bugzil.la/2026174",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
"version_added": "26",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
14 changes: 11 additions & 3 deletions css/properties/justify-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,19 +264,27 @@
],
"support": {
"chrome": {
"version_added": "122"
"version_added": "122",
"impl_url": "https://crbug.com/376097648",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
"version_added": "134",
"impl_url": "https://bugzil.la/2026174",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
"version_added": "26",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
14 changes: 11 additions & 3 deletions css/properties/place-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,27 @@
],
"support": {
"chrome": {
"version_added": "122"
"version_added": "122",
"impl_url": "https://crbug.com/376097648",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
"version_added": "134",
"impl_url": "https://bugzil.la/2026174",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
"version_added": "26",
"partial_implementation": true,
"notes": "Only works when the element has a non-auto inset."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
Loading