- From: John Joyce <jjoyce1@sbcglobal.net>
- Date: Mon, 29 Apr 2024 13:04:39 +0000 (UTC)
- To: "www-validator-css@w3.org" <www-validator-css@w3.org>
Received on Monday, 27 May 2024 11:26:07 UTC
The validator at https://jigsaw.w3.org/css-validator/#validate_by_input finds errors (incorrectly) with nested pseudo-class selectors. It found the following error for an example from the standard. 6 .foo Parse Error &:hover { color: blue; } The example of proper nesting is from https://www.w3.org/TR/css-nesting-1/.foo { color: red; &:hover {" color: blue; } } I discovered the problem trying to validate nested use of ":empty". Regards,John Joyce
Received on Monday, 27 May 2024 11:26:07 UTC