mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Make all keywords CamelCase for consistency.
This prevents confusion and paves the ground for derive(Parse) of them.
This commit is contained in:
parent
37cd870a9e
commit
af879523ea
60 changed files with 921 additions and 836 deletions
|
@ -803,7 +803,7 @@ impl ToComputedValue for specified::MozScriptLevel {
|
|||
specified::MozScriptLevel::Auto => {
|
||||
let parent = cx.builder.get_parent_font().clone__moz_script_level() as i32;
|
||||
let display = cx.builder.get_parent_font().clone__moz_math_display();
|
||||
if display == DisplayValue::inline {
|
||||
if display == DisplayValue::Inline {
|
||||
parent + 1
|
||||
} else {
|
||||
parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue