style: Call things by their name.

This commit is contained in:
Emilio Cobos Álvarez 2019-02-10 05:04:47 +01:00
parent a68bc29b96
commit 1cb235c81a
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ ${helpers.single_keyword(
spec="Internal (not web-exposed)", 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 // https://fullscreen.spec.whatwg.org/#top-layer
${helpers.single_keyword( ${helpers.single_keyword(
"-servo-top-layer", "-servo-top-layer",

View file

@ -303,7 +303,7 @@ textarea { white-space: pre-wrap; }
/* intentionally not !important */ /* intentionally not !important */
object-fit:contain; 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 */ to implement https://fullscreen.spec.whatwg.org/#top-layer */
-servo-top-layer: top; -servo-top-layer: top;
} }