- From: Russell Galvin <russell@blissymbolics.org>
- Date: Wed, 3 Apr 2024 12:14:16 -0400
- To: Adapt tf <public-adapt@w3.org>
Just a quick note... The format of the Unicode hex should not have the 0x preceding the number as per their standard. So the html section should be: ```html <p>Would you like a <span adapt-symbol="13882">drink</span>?</p> <p>Would you like a <span adapt-symbol="U+E251">drink</span>?</p> ``` **Example 2 (concept requiring multiple Bliss-characters to identify)** ```html <p>A nice cup of <span adapt-symbol="17511">tea</span>.</p> <p>A nice cup of <span adapt-symbol="U+E251,U+E00E">tea</span>.</p> ``` Russell
Received on Wednesday, 3 April 2024 16:14:22 UTC