mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add todos for missing steps while processing parse font query
This commit is contained in:
parent
7883718c12
commit
f3cb7a1910
3 changed files with 88 additions and 42 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue