diff --git a/dist/6f87738ba5ca74ac9104fc97c6eee446.html b/dist/6f87738ba5ca74ac9104fc97c6eee446.html index 24ffa0db7..93d0eda04 100644 --- a/dist/6f87738ba5ca74ac9104fc97c6eee446.html +++ b/dist/6f87738ba5ca74ac9104fc97c6eee446.html @@ -216,8 +216,8 @@ in any specification.

}

Explanation

-

The variables are defined globally with the :root CSS pseudo-class, which matches the root element of a tree representing the document. In HTML, :root represents the <html> element and is identical - to the selector html, except that its specificity is higher.

+

The variables are defined globally within the :root CSS pseudo-class which matches the root element of a tree representing the document. In HTML, :root represents the <html> element and is identical + to the selector html, except that its specificity is higher.

Browser support

diff --git a/index.html b/index.html index 83657bb85..84106a7fd 100644 --- a/index.html +++ b/index.html @@ -216,8 +216,8 @@ in any specification.

}

Explanation

-

The variables are defined globally with the :root CSS pseudo-class, which matches the root element of a tree representing the document. In HTML, :root represents the <html> element and is identical - to the selector html, except that its specificity is higher.

+

The variables are defined globally within the :root CSS pseudo-class which matches the root element of a tree representing the document. In HTML, :root represents the <html> element and is identical + to the selector html, except that its specificity is higher.

Browser support

diff --git a/snippets/easing-variables.md b/snippets/easing-variables.md index 88f9d2951..de2ba1600 100644 --- a/snippets/easing-variables.md +++ b/snippets/easing-variables.md @@ -97,7 +97,7 @@ powerful than the built-in `ease`, `ease-in`, `ease-out` and `ease-in-out`. #### Explanation -The variables are defined globally with the `:root` CSS pseudo-class, which matches the root element of a tree representing the document. In HTML, `:root` represents the `` element and is identical to the selector html, except that its specificity is higher. +The variables are defined globally within the `:root` CSS pseudo-class which matches the root element of a tree representing the document. In HTML, `:root` represents the `` element and is identical to the selector `html`, except that its specificity is higher. #### Browser support