Add todos for missing steps while processing parse font query

This commit is contained in:
Utsav Oza 2020-05-29 00:25:42 +05:30
parent 7883718c12
commit f3cb7a1910
3 changed files with 88 additions and 42 deletions

View file

@ -1849,9 +1849,6 @@ impl Window {
}
pub fn parse_font_query(&self, node: &Node, value: String) -> Option<ServoArc<ComputedValues>> {
if !node.is_connected() {
return None;
}
let id = PropertyId::Shorthand(ShorthandId::Font);
if !self.layout_reflow(QueryMsg::ParseFontQuery(
node.to_trusted_node_address(),