Implement the unicode-bidi property

This commit is contained in:
Matt Brubeck 2015-07-23 10:16:45 -07:00
parent 028707f5cd
commit f8e92b2b01
20 changed files with 128 additions and 71 deletions

View file

@ -1621,7 +1621,7 @@ impl Fragment {
}
match self.specific {
SpecificFragmentInfo::UnscannedText(ref text_fragment_info) => {
util::str::is_whitespace(&text_fragment_info.text)
is_whitespace(&text_fragment_info.text)
}
_ => false,
}