mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Implement size
attribute for <font> element
This commit is contained in:
parent
520c907742
commit
74e4c4fdc7
12 changed files with 201 additions and 181 deletions
|
@ -77,6 +77,7 @@ use std::sync::Arc;
|
|||
use std::sync::mpsc::{Receiver, Sender};
|
||||
use string_cache::{Atom, Namespace};
|
||||
use style::properties::PropertyDeclarationBlock;
|
||||
use style::values::specified::Length;
|
||||
use url::Url;
|
||||
use util::str::{LengthOrPercentageOrAuto};
|
||||
|
||||
|
@ -301,6 +302,7 @@ no_jsmanaged_fields!(WebGLError);
|
|||
no_jsmanaged_fields!(TimeProfilerChan);
|
||||
no_jsmanaged_fields!(MemProfilerChan);
|
||||
no_jsmanaged_fields!(PseudoElement);
|
||||
no_jsmanaged_fields!(Length);
|
||||
|
||||
impl JSTraceable for Box<ScriptChan + Send> {
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue