-
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.
Rename ::file-chooser-button to ::file-selector-button, and enable it…
… in all channels. See w3c/csswg-drafts#5049 Differential Revision: https://phabricator.services.mozilla.com/D88995 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1662478 gecko-commit: 98afbf7fa4fdf697acdd6335cd00c8c315978c2f gecko-reviewers: jwatt
- Loading branch information
1 parent
43847c6
commit 1c921cf
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!doctype html> | ||
<title>::file-selector-button allows to customize the button in <input type=file></title> | ||
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5049"> | ||
<link rel="mismatch" href="file-selector-button-001-notref.html"> | ||
<style> | ||
input::file-selector-button { | ||
background: green; | ||
color: white; | ||
} | ||
</style> | ||
<input type="file"> |
4 changes: 2 additions & 2 deletions
4
...utton-display-toggle-crash.tentative.html → ...utton-display-toggle-crash.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