Skip to content

The q element doesn't produce the correct quotation marks for Javanese #39

@r12a

Description

@r12a

This issue is applicable to Javanese when written in the Javanese script.

Javanese script text doesn't normally use western quote marks to demarcate quotations. Instead, it uses ꧊ [U+A9CA JAVANESE PADA ADEG], or ꧌ [U+A9CC JAVANESE PADA PISELEH] and ꧍ [U+A9CD JAVANESE TURNED PADA PISELEH]. (See issue 8.)

The GAP

The q element produces western quote marks in Gecko, Blink, and Webkit. (Gecko currently doesn't set default quotes at all based on the language of the content.)

css-content says that for the auto value of the quotes property, A typographically appropriate used value for quotes is automatically chosen by the UA based on the content language of the element and/or its parent.

In a note, the spec points developers to CLDR for information about typographically appropriate quotation marks, but CLDR doesn't have data for the Javanese script. The note does, however, go on to say that other sources of information may be appropriate (and if used, should be submitted to CLDR).

Priority

Marking this as advanced, because use of the q element is optional. Quote characters can be used instead (although they are sometimes not as convenient), or the content author can add explicit styling for the q element using the quotes property – although that has to be done for every piece of content.

Tests & results

interactive test, The q element will produce Javanese script parentheses when used in Javanese script text.

Action taken

tbd

Outcomes

tbd

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Spec ready, pending bug report

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions