Стань PHP-разработчиком с нуля с трудоустройством в IT-компании

Дерево навыков/Scroll-state Container Queries/ Возможные направления scrolling

  1. Базовый уровень

    • Reachable scrollable overflow

      Проверяет наличие clipped overflow, достижимого user-initiated scrolling.

    • Physical scroll directions

      Проверяет overflow за `top`, `right`, `bottom` или `left` edge.

    • Состояние `none`

      Определяет отсутствие scrollable overflow во всех направлениях.

  2. Продвинутый уровень

    • Logical scroll directions

      Проверяет overflow за logical start и end edges обеих осей.

    • Physical scroll axes

      Проверяет наличие horizontal или vertical scrollable overflow через `x` и `y`.

    • Logical scroll axes

      Проверяет scrollable overflow по `block` или `inline` axis.

    • Writing-mode mapping

      Отображает logical directions и axes по writing mode query container.

    • Hidden-container exclusion

      Не считает hidden container scrollable для user-initiated scrolling.

    • Unreachable-region exclusion

      Исключает недостижимые части scrollable overflow region.

    • Non-scroll container

      Получает отсутствие совпавших values, если query container не является scroll container.