- From: Dmitry Statsenko via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Jul 2024 14:46:04 +0000
- To: public-css-archive@w3.org
alkorlos has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-highlight-api-1] Fix unquoted attribute values == Fix bikeshed errors. The command: ``` bikeshed spec css-highlight-api-1\Overview.bs ``` Throws errors: ``` LINE 629:11: Character " (at 629:17) is invalid in unquoted attribute values. LINE 629:11: Garbage after class=. LINE 629:1: Garbage at 629:5 in <h3>. LINE 644:11: Character " (at 644:17) is invalid in unquoted attribute values. LINE 644:11: Garbage after class=. LINE 644:1: Garbage at 644:5 in <h3>. LINE 673:11: Character " (at 673:17) is invalid in unquoted attribute values. LINE 673:11: Garbage after class=. LINE 673:1: Garbage at 673:5 in <h3>. ``` See https://github.com/w3c/csswg-drafts/pull/10623 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 25 July 2024 14:46:05 UTC