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
|
compositionupdate
|
||||||
controllerchange
|
controllerchange
|
||||||
cursive
|
cursive
|
||||||
|
dark
|
||||||
datachannel
|
datachannel
|
||||||
date
|
date
|
||||||
datetime-local
|
datetime-local
|
||||||
|
@ -69,6 +70,7 @@ keydown
|
||||||
keypress
|
keypress
|
||||||
kind
|
kind
|
||||||
left
|
left
|
||||||
|
light
|
||||||
ltr
|
ltr
|
||||||
load
|
load
|
||||||
loadeddata
|
loadeddata
|
||||||
|
@ -86,6 +88,7 @@ mouseover
|
||||||
mouseup
|
mouseup
|
||||||
negotiationneeded
|
negotiationneeded
|
||||||
none
|
none
|
||||||
|
normal
|
||||||
number
|
number
|
||||||
onchange
|
onchange
|
||||||
open
|
open
|
||||||
|
|
|
@ -38,9 +38,9 @@
|
||||||
use crate::properties::longhands::font_variant_caps;
|
use crate::properties::longhands::font_variant_caps;
|
||||||
use crate::values::specified::text::LineHeight;
|
use crate::values::specified::text::LineHeight;
|
||||||
use crate::values::specified::FontSize;
|
use crate::values::specified::FontSize;
|
||||||
use crate::values::specified::font::{FontPalette, FontStretch, FontStretchKeyword};
|
use crate::values::specified::font::{FontStretch, FontStretchKeyword};
|
||||||
#[cfg(feature = "gecko")]
|
#[cfg(feature = "gecko")]
|
||||||
use crate::values::specified::font::SystemFont;
|
use crate::values::specified::font::{FontPalette, SystemFont};
|
||||||
|
|
||||||
<%
|
<%
|
||||||
gecko_sub_properties = "kerning language_override size_adjust \
|
gecko_sub_properties = "kerning language_override size_adjust \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue