diff options
-rw-r--r-- | components/style/properties/longhands/box.mako.rs | 2 | ||||
-rw-r--r-- | resources/user-agent.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index 28a3367f477..223db1d6e7c 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -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", diff --git a/resources/user-agent.css b/resources/user-agent.css index fbbc7bef3ea..06410f74b81 100644 --- a/resources/user-agent.css +++ b/resources/user-agent.css @@ -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; } |