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.