Makes layout respect <textarea> cols attribute

This commit is contained in:
Matthew Rasmus 2014-12-12 11:56:54 -08:00
parent 905c30d697
commit 2c7f6076d1
4 changed files with 52 additions and 4 deletions

View file

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