mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Call things by their name.
This commit is contained in:
parent
a68bc29b96
commit
1cb235c81a
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ ${helpers.single_keyword(
|
|||
spec="Internal (not web-exposed)",
|
||||
)}
|
||||
|
||||
// An internal-only attribute for elements in a top layer
|
||||
// An internal-only property for elements in a top layer
|
||||
// https://fullscreen.spec.whatwg.org/#top-layer
|
||||
${helpers.single_keyword(
|
||||
"-servo-top-layer",
|
||||
|
|
|
@ -303,7 +303,7 @@ textarea { white-space: pre-wrap; }
|
|||
/* intentionally not !important */
|
||||
object-fit:contain;
|
||||
|
||||
/* The internal-only -servo-top-layer attribute is used
|
||||
/* The internal-only -servo-top-layer property is used
|
||||
to implement https://fullscreen.spec.whatwg.org/#top-layer */
|
||||
-servo-top-layer: top;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue