mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Change experimental to servo_pref.
This commit is contained in:
parent
24c4afa8d3
commit
f4683d1718
6 changed files with 14 additions and 14 deletions
|
@ -81,7 +81,7 @@ def write(directory, filename, content):
|
|||
def write_html(properties):
|
||||
properties = dict(
|
||||
(p.name, {
|
||||
"flag": p.experimental,
|
||||
"flag": p.servo_pref,
|
||||
"shorthand": hasattr(p, "sub_properties")
|
||||
})
|
||||
for p in properties.longhands + properties.shorthands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue