mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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):
|
||||
props = set([
|
||||
"color",
|
||||
"opacity",
|
||||
"float",
|
||||
"initial-letter",
|
||||
|
||||
|
@ -722,6 +723,7 @@ class PropertyRestrictions:
|
|||
props = set([
|
||||
# Per spec.
|
||||
"color",
|
||||
"opacity",
|
||||
|
||||
# Kinda like css-fonts?
|
||||
"-moz-osx-font-smoothing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue