style: Change experimental to servo_pref.

This commit is contained in:
Emilio Cobos Álvarez 2017-11-15 23:58:45 +01:00
parent 24c4afa8d3
commit f4683d1718
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 14 additions and 14 deletions

View file

@ -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