mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Makes layout respect <textarea> cols attribute
This commit is contained in:
parent
905c30d697
commit
2c7f6076d1
4 changed files with 52 additions and 4 deletions
|
@ -57,7 +57,7 @@ pub use cssparser::{Color, RGBA};
|
|||
pub use legacy::{BgColorSimpleColorAttribute, BorderUnsignedIntegerAttribute};
|
||||
pub use legacy::{ColSpanUnsignedIntegerAttribute, IntegerAttribute, LengthAttribute};
|
||||
pub use legacy::{SimpleColorAttribute, SizeIntegerAttribute, UnsignedIntegerAttribute};
|
||||
pub use legacy::{WidthLengthAttribute};
|
||||
pub use legacy::{WidthLengthAttribute, ColsIntegerAttribute};
|
||||
pub use font_face::{Source, LocalSource, UrlSource_};
|
||||
|
||||
mod stylesheets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue