Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-10-27 13:50:54 +02:00 committed by Martin Robinson
parent 6a98b777e0
commit d5e3a4e3a6
2 changed files with 5 additions and 2 deletions

View file

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

View file

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