From 3d89675214b60ae9f4db7a2c38f04ab5b38470f1 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 29 Feb 2024 16:04:24 +0100 Subject: [PATCH] [cssom-1] Simplify setting MediaList.mediaText --- cssom-1/Overview.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs index de209b309f8..5ab3c36a5a3 100644 --- a/cssom-1/Overview.bs +++ b/cssom-1/Overview.bs @@ -568,7 +568,6 @@ The mediaText attribute, on getting, must ret Setting the {{MediaList/mediaText}} attribute must run these steps:
  1. Empty the collection of media queries. -
  2. If the given value is the empty string, then return.
  3. Append all the media queries as a result of parsing the given value to the collection of media queries.