Skip to content

[css-forms-1] does select use correct writing-mode for positioning? #13738

@fantasai

Description

@fantasai
position-try-fallbacks:
    /* First try above and span-right. */
    block-start span-inline-end,
    /* Then below but span-left. */
    block-end span-inline-start,
    /* Then above and span-left. */
    block-start span-inline-start;

These values all use the writing mode of the containing block, but that's often going to be the page itself. If you have an RTL control (whether just the RTL control or the component it's in is RTL), you probably want to align it based on its own writing mode.

So these should probably all have self- prepended, I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs EditsNeeds Testcase (WPT)css-forms-1i18n-alreqArabic language enablementi18n-hlreqHebrew language enablementi18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Wednesday afternoon

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions