You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc:clreqUsed for gap analysis (only) to indicate target document.gapThe first comment in this issue is read by the gap-analysis document.i:listsLists, counters, etci:writing_modeWriting model:zhChinesep:basics:haniChinese script
This issue is applicable to Chinese, Japanese, Korean, and Mongolian.
A common way to orient counters for lists in vertical text is to have an upright number with a dot alongside it.
The expected way to achieve this in HTML would be to use the following CSS: li::marker { text-combine-upright: all; }, however this cannot be used because browsers don't support text-combine-upright.
For more details, see this GitHub issue, which is being used to track this gap.
The text was updated successfully, but these errors were encountered:
r12a
added
gap
The first comment in this issue is read by the gap-analysis document.
doc:clreq
Used for gap analysis (only) to indicate target document.
p:basic
i:lists
Lists, counters, etc
labels
May 11, 2021
The first comment in this issue contains text that will automatically appear in the clreq gap-analysis document as a subsection with the same title as this issue. Any edits made to that comment will be immediately available in the document. Proposals for changes or discussion of the content can be made in comments below this point.
doc:clreqUsed for gap analysis (only) to indicate target document.gapThe first comment in this issue is read by the gap-analysis document.i:listsLists, counters, etci:writing_modeWriting model:zhChinesep:basics:haniChinese script
This issue is applicable to Chinese, Japanese, Korean, and Mongolian.
A common way to orient counters for lists in vertical text is to have an upright number with a dot alongside it.
The expected way to achieve this in HTML would be to use the following CSS:
li::marker { text-combine-upright: all; }
, however this cannot be used because browsers don't supporttext-combine-upright
.For more details, see this GitHub issue, which is being used to track this gap.
The text was updated successfully, but these errors were encountered: