- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Mon, 22 Aug 2022 10:56:58 +0000
- To: ixml <public-ixml@w3.org>
Received on Monday, 22 August 2022 10:57:13 UTC
Alas! I had completely failed to see in the past that there is a class LC!
And the ixml rule for a class is:
-class: code.
@code: capital, letter?.
-capital: ["A"-"Z"].
-letter: ["a"-"z"].
Thus, our first bug...
Easiest fix is
-letter: [a-zA-Z].
Steven
Received on Monday, 22 August 2022 10:57:13 UTC