-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch updates background-color and border-radius to the latest proposal here: w3c/csswg-drafts#10857 Change-Id: Icc6ec70d27cc9f1131f5e164b1db66e63e8847fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072270 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Auto-Submit: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1397608}
- Loading branch information
1 parent
343a084
commit 89dd48f
Showing
13 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
8 changes: 1 addition & 7 deletions
8
.../semantics/forms/the-select-element/customizable-select/select-appearance-active-ref.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
<!DOCTYPE html> | ||
<link rel=stylesheet href="resources/customizable-select-styles.css"> | ||
|
||
<div class=customizable-select-button popovertarget=popover id=button> | ||
<div class="customizable-select-button active" popovertarget=popover id=button> | ||
<span class=customizable-select-selectedoption>option</span> | ||
</div> | ||
<div id=popover popover=auto anchor=button class=customizable-select-popover> | ||
<div class="customizable-select-option selected">option</div> | ||
</div> | ||
|
||
<style> | ||
.customizable-select-button { | ||
background-color: color-mix(in lab, currentColor 30%, transparent); | ||
} | ||
</style> | ||
|
||
<script> | ||
document.getElementById('popover').showPopover(); | ||
</script> |
2 changes: 1 addition & 1 deletion
2
...tics/forms/the-select-element/customizable-select/select-appearance-active.tentative.html
This file contains 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
2 changes: 1 addition & 1 deletion
2
...s/forms/the-select-element/customizable-select/select-appearance-dark-mode.tentative.html
This file contains 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
2 changes: 1 addition & 1 deletion
2
...s/the-select-element/customizable-select/select-appearance-disabled-option.tentative.html
This file contains 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
2 changes: 1 addition & 1 deletion
2
...s/the-select-element/customizable-select/select-appearance-font-inheriting.tentative.html
This file contains 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
8 changes: 1 addition & 7 deletions
8
html/semantics/forms/the-select-element/customizable-select/select-appearance-hover-ref.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
<!DOCTYPE html> | ||
<link rel=stylesheet href="resources/customizable-select-styles.css"> | ||
|
||
<div class=customizable-select-button popovertarget=popover id=button> | ||
<div class="customizable-select-button hover" popovertarget=popover id=button> | ||
<span class=customizable-select-selectedoption>option</span> | ||
</div> | ||
|
||
<style> | ||
.customizable-select-button { | ||
background-color: color-mix(in lab, currentColor 20%, transparent); | ||
} | ||
</style> |
2 changes: 1 addition & 1 deletion
2
...ntics/forms/the-select-element/customizable-select/select-appearance-hover.tentative.html
This file contains 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
2 changes: 1 addition & 1 deletion
2
...elect-element/customizable-select/select-appearance-switching-invalidation.tentative.html
This file contains 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
2 changes: 1 addition & 1 deletion
2
...tics/forms/the-select-element/customizable-select/select-open-invalidation.tentative.html
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
...emantics/forms/the-select-element/customizable-select/select-option-images.tentative.html
This file contains 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
2 changes: 1 addition & 1 deletion
2
...cs/forms/the-select-element/customizable-select/select-second-child-button.tentative.html
This file contains 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