-
Notifications
You must be signed in to change notification settings - Fork 758
[css-gaps-1] Update outset properties #12603
#13024
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
Open
jav099
wants to merge
5
commits into
w3c:main
Choose a base branch
from
jav099:asymmetric-outsets
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+157
−39
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
See the comments in #12603 (comment). Sebastian |
Collaborator
|
See also #12848 (comment). |
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Nov 10, 2025
Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this will require some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Nov 10, 2025
Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251
philwo
pushed a commit
to philwo/chromium
that referenced
this pull request
Nov 10, 2025
Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <[email protected]> Reviewed-by: Alison Maher <[email protected]> Cr-Commit-Position: refs/heads/main@{#1542664}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Nov 10, 2025
Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <[email protected]> Reviewed-by: Alison Maher <[email protected]> Cr-Commit-Position: refs/heads/main@{#1542664}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Nov 10, 2025
Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <[email protected]> Reviewed-by: Alison Maher <[email protected]> Cr-Commit-Position: refs/heads/main@{#1542664}
lando-prod-mozilla bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Nov 11, 2025
…ties to `inset`, a=testonly Automatic update from web-platform-tests [gap-decorations] Rename `outset` properties to `inset` Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <[email protected]> Reviewed-by: Alison Maher <[email protected]> Cr-Commit-Position: refs/heads/main@{#1542664} -- wpt-commits: b309d20b304af67e4c7e38c5ebd220a47347edb9 wpt-pr: 55960
i3roly
pushed a commit
to i3roly/firefox-dynasty
that referenced
this pull request
Nov 12, 2025
…ties to `inset`, a=testonly Automatic update from web-platform-tests [gap-decorations] Rename `outset` properties to `inset` Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <[email protected]> Reviewed-by: Alison Maher <[email protected]> Cr-Commit-Position: refs/heads/main@{#1542664} -- wpt-commits: b309d20b304af67e4c7e38c5ebd220a47347edb9 wpt-pr: 55960
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Nov 12, 2025
…ties to `inset`, a=testonly Automatic update from web-platform-tests [gap-decorations] Rename `outset` properties to `inset` Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <javierconmicrosoft.com> Reviewed-by: Alison Maher <almahermicrosoft.com> Cr-Commit-Position: refs/heads/main{#1542664} -- wpt-commits: b309d20b304af67e4c7e38c5ebd220a47347edb9 wpt-pr: 55960 UltraBlame original commit: 4fa50156d3f62d236b76cd3539c506796445628e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Nov 13, 2025
…ties to `inset`, a=testonly Automatic update from web-platform-tests [gap-decorations] Rename `outset` properties to `inset` Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <javierconmicrosoft.com> Reviewed-by: Alison Maher <almahermicrosoft.com> Cr-Commit-Position: refs/heads/main{#1542664} -- wpt-commits: b309d20b304af67e4c7e38c5ebd220a47347edb9 wpt-pr: 55960 UltraBlame original commit: 4fa50156d3f62d236b76cd3539c506796445628e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Nov 13, 2025
…ties to `inset`, a=testonly Automatic update from web-platform-tests [gap-decorations] Rename `outset` properties to `inset` Per recent resolutions to the spec, rule `outset` properties are going to be named with `inset` instead. Although this requires some changes in behavior, this CL only renames the relevant properties (and their shorthands). A follow up CL will rename any test files referring to "outset" and a follow up CL to that will implement the change in behavior along with the changes in tests. w3c/csswg-drafts#12848 w3c/csswg-drafts#12603 The links in some comments have been modified too to point to their new sections in the spec, although they won't work right now since the PR to change the spec is still under review w3c/csswg-drafts#13024. Bug: 357648037, 440054556 Change-Id: I81414a8dc7ee9974e90dbae38f46ee85d76a6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7127743 Commit-Queue: Javier Contreras <javierconmicrosoft.com> Reviewed-by: Alison Maher <almahermicrosoft.com> Cr-Commit-Position: refs/heads/main{#1542664} -- wpt-commits: b309d20b304af67e4c7e38c5ebd220a47347edb9 wpt-pr: 55960 UltraBlame original commit: 4fa50156d3f62d236b76cd3539c506796445628e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://jav099.github.io/javier-intersections-draft.github.io/