From 5bc5cc1b1a2486df6689679db87460e5e10b2c63 Mon Sep 17 00:00:00 2001 From: HBS <30705623+MrHBS@users.noreply.github.com> Date: Tue, 16 May 2023 20:59:12 +0300 Subject: [PATCH] Update Overview.bs (#8836) --- css-syntax-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-syntax-3/Overview.bs b/css-syntax-3/Overview.bs index 55bb284160b..f055f4cb80b 100644 --- a/css-syntax-3/Overview.bs +++ b/css-syntax-3/Overview.bs @@ -2113,7 +2113,7 @@ Parser Entry Points "Parse a declaration" is used in ''@supports'' conditions. [[CSS3-CONDITIONAL]]
  • - "Parse a block's contents" is inteded for parsing the contents of any block in CSS + "Parse a block's contents" is intended for parsing the contents of any block in CSS (including things like the style attribute}, and APIs such as {{CSSStyleDeclaration/cssText|the CSSStyleDeclaration cssText attribute}}.