mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
stylo: Remove misleading comments re. break-before and break-after.
They're alias, and the deprecated property is page-break-xxx, not break-xxx.
This commit is contained in:
parent
6bce4c8c20
commit
babb2b7160
1 changed files with 0 additions and 2 deletions
|
@ -914,7 +914,6 @@ fn static_assert() {
|
|||
T::left => true,
|
||||
T::right => true
|
||||
};
|
||||
// TODO(shinglyu): Rename Gecko's struct to mPageBreakBefore
|
||||
self.gecko.mBreakBefore = result;
|
||||
}
|
||||
|
||||
|
@ -931,7 +930,6 @@ fn static_assert() {
|
|||
T::left => true,
|
||||
T::right => true
|
||||
};
|
||||
// TODO(shinglyu): Rename Gecko's struct to mPageBreakBefore
|
||||
self.gecko.mBreakBefore = result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue