- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Sep 2023 09:01:39 +0000
- To: public-css-archive@w3.org
cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-fonts-4] Fix markup for the production rule of <family-name> == This PR adds a `.prod` class name to the `<pre>` containing the production rule of `<family-name>`. As [commented in its code](https://github.com/w3c/reffy/blob/bb48cea4635c8dfb33b1ea66f30630e756df0d96/src/browserlib/extract-cssdfn.mjs#L703-L708), `w3c/reffy` extracts a production rule if it is contained in a `<pre class=prod>` of if its left hand side is contained in a `<dfn>`: ``` <pre class=prod><foo> = bar</pre> <pre><dfn><foo></dfn> = bar</pre> ``` See https://github.com/w3c/csswg-drafts/pull/9309 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 September 2023 09:01:46 UTC