mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix rustdoc warnings in components/layout_2020
(#31587)
* fix rustdoc warnings in components/layout_2020 Signed-off-by: Sandeep Pillai <sandeeppillai@Sandeeps-MacBook-Air.local> * made suggested changes Signed-off-by: Sandeep Pillai <sandeeppillai@Sandeeps-MacBook-Air.local> --------- Signed-off-by: Sandeep Pillai <sandeeppillai@Sandeeps-MacBook-Air.local> Co-authored-by: Sandeep Pillai <sandeeppillai@Sandeeps-MacBook-Air.local>
This commit is contained in:
parent
48f9db9bc5
commit
81e6bd962b
2 changed files with 3 additions and 3 deletions
|
@ -1372,7 +1372,7 @@ fn solve_block_margins_for_in_flow_block_level(pbm: &PaddingBorderMargin) -> (Le
|
|||
}
|
||||
|
||||
/// This is supposed to handle 'justify-self', but no browser supports it on block boxes.
|
||||
/// Instead, <center> and <div align> are implemented via internal 'text-align' values.
|
||||
/// Instead, `<center>` and `<div align>` are implemented via internal 'text-align' values.
|
||||
/// The provided free space should already take margins into account. In particular,
|
||||
/// it should be zero if there is an auto margin.
|
||||
/// <https://drafts.csswg.org/css-align/#justify-block>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue