- From: pburrin <pburrin@protonmail.com>
- Date: Fri, 12 Aug 2022 23:21:06 +0000
- To: "www-validator-css@w3.org" <www-validator-css@w3.org>
Received on Saturday, 13 August 2022 23:45:47 UTC
The validator displayed a minor bug. The curly brace at the end of the p section is facing the wrong way, but the validator did not flag the error and instead marked the code as having no errors - per the code below.
> h2 {
> font-size: 24px;
> line-height: 38px;
> text-align: center;
> }
> p {
> margin: 0 0 10px;
> text-indent: 10px;
> {
> h3 {
> font-size: 1.2em;
> text-indent: 0;
> }
Regards,
Peter.
Sent with [Proton Mail](https://proton.me/) secure email.
Received on Saturday, 13 August 2022 23:45:47 UTC