mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
6a98b777e0
commit
d5e3a4e3a6
2 changed files with 5 additions and 2 deletions
|
@ -34,6 +34,7 @@ compositionstart
|
|||
compositionupdate
|
||||
controllerchange
|
||||
cursive
|
||||
dark
|
||||
datachannel
|
||||
date
|
||||
datetime-local
|
||||
|
@ -69,6 +70,7 @@ keydown
|
|||
keypress
|
||||
kind
|
||||
left
|
||||
light
|
||||
ltr
|
||||
load
|
||||
loadeddata
|
||||
|
@ -86,6 +88,7 @@ mouseover
|
|||
mouseup
|
||||
negotiationneeded
|
||||
none
|
||||
normal
|
||||
number
|
||||
onchange
|
||||
open
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
use crate::properties::longhands::font_variant_caps;
|
||||
use crate::values::specified::text::LineHeight;
|
||||
use crate::values::specified::FontSize;
|
||||
use crate::values::specified::font::{FontPalette, FontStretch, FontStretchKeyword};
|
||||
use crate::values::specified::font::{FontStretch, FontStretchKeyword};
|
||||
#[cfg(feature = "gecko")]
|
||||
use crate::values::specified::font::SystemFont;
|
||||
use crate::values::specified::font::{FontPalette, SystemFont};
|
||||
|
||||
<%
|
||||
gecko_sub_properties = "kerning language_override size_adjust \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue