mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Makes layout respect <textarea> rows attribute
review addresssing
This commit is contained in:
parent
2c7f6076d1
commit
fc0748f50e
4 changed files with 44 additions and 6 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, ColsIntegerAttribute};
|
||||
pub use legacy::{WidthLengthAttribute, ColsIntegerAttribute, RowsIntegerAttribute};
|
||||
pub use font_face::{Source, LocalSource, UrlSource_};
|
||||
|
||||
mod stylesheets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue