mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Allow 'opacity' on ::first-letter/::first-line pseudos.
Differential Revision: https://phabricator.services.mozilla.com/D76387
This commit is contained in:
parent
224550f818
commit
1fcc00a11a
1 changed files with 2 additions and 0 deletions
|
@ -688,6 +688,7 @@ class PropertyRestrictions:
|
||||||
def first_letter(data):
|
def first_letter(data):
|
||||||
props = set([
|
props = set([
|
||||||
"color",
|
"color",
|
||||||
|
"opacity",
|
||||||
"float",
|
"float",
|
||||||
"initial-letter",
|
"initial-letter",
|
||||||
|
|
||||||
|
@ -722,6 +723,7 @@ class PropertyRestrictions:
|
||||||
props = set([
|
props = set([
|
||||||
# Per spec.
|
# Per spec.
|
||||||
"color",
|
"color",
|
||||||
|
"opacity",
|
||||||
|
|
||||||
# Kinda like css-fonts?
|
# Kinda like css-fonts?
|
||||||
"-moz-osx-font-smoothing",
|
"-moz-osx-font-smoothing",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue