For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/css/properties/relative-inline-start-of.md.
Lynx
  • English
  • relative-inline-start-of

    Introduction

    The current element is to the left/right of the sibling element corresponding to the specified id in relative-layout.

    When direction is ltr, relative-inline-start-of is equivalent to relative-left-of;

    When direction is rtl/lynx-rtl, relative-inline-start-of is equivalent to relative-right-of.

    Examples

    Values

    The relative-inline-start-of property takes the same values as the relative-left-of.

    Syntax

    relative-inline-start-of: none;
    relative-inline-start-of: 1;
    relative-inline-start-of: 2;

    Formal definition

    Initial valuenone
    Applies torelative items
    Inheritedno
    Animatable

    Formal syntax

    relative-inline-start-of = none | <number>

    Difference between web

    • There is no such style in web.

    Compatibility

    LCD tables only load in the browser

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.