From db0c84035ee11b612f12a8bba057dd8768e52996 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 1 Sep 2015 09:58:26 +0200 Subject: [PATCH] Grammar fix Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=28846 --- source | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source b/source index 11ee91e3afd..085d07ce840 100644 --- a/source +++ b/source @@ -69657,9 +69657,9 @@ contradict people?

The Selectors specification leaves the case-sensitivity of element names, attribute names, and attribute values to be defined by the host language.

-

The Selectors specification defines that ID and class selectors, when matched - against elements in documents that are in quirks mode, will be work in an ASCII - case-insensitive.

+

Selectors defines that ID and class selectors, when matched against + elements in documents that are in quirks mode, will be matched in an ASCII + case-insensitive manner.

When comparing a CSS element type selector to the names of HTML elements in HTML documents, the CSS element type selector must first be converted to ASCII