Kristóf Poduszló
Kristóf Poduszló
As Sara Soueidan has recently [pointed out](https://twitter.com/SaraSoueidan/status/1177622630763028480) on Twitter, `` elements may be interpreted as layout containers by mistake unless `role="table"` is specified. More details are available in the [presentation...
Please see the [CSS Overflow Module Level 3](https://drafts.csswg.org/css-overflow-3/#propdef-continue) for further details.
Fallback values should be `readonly` to support assigning `["fallback", "values"] as const`, e.g.: ```ts import type { PropertiesFallback as CSSProperties } from "csstype"; export function placeContent< Align extends CSSProperties["alignContent"], Justify...
Currently, it's misspelled as `-webkittext-underline-position`, without a `-` after `webkit`. The Pascal-cased variant is also incorrect (`WebkittextUnderlinePosition` instead of `WebkitTextUnderlinePosition`).
Please see the [changes of the Motion Path Module Level 1](https://drafts.fxtf.org/motion-1/#changes) specification for further details.
Sources: - https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation - https://www.cssportal.com/css-properties/image-resolution.php
Please see the [CSS Text Module Level 3](https://www.w3.org/TR/css-text-3/#text-align-property) specification for further details.
Please see the [CSS Basic User Interface Module Level 4](https://www.w3.org/TR/css-ui-4/#insertion-caret) for further details. It also contains new properties like `nav-up`, `nav-right`, `nav-down` and `nav-left`.
The spec has changed, as seen by comparing the [old](https://www.w3.org/TR/2018/WD-css-overflow-3-20180731/#block-ellipsis) and [new](https://drafts.csswg.org/css-overflow-3/#propdef-block-ellipsis) versions.
Similarly to #92, the following properties are miscategorized as longhands: - `margin-block`, `padding-block` - `margin-block-end`, `padding-block-end` - `margin-block-start`, `padding-block-start` - `margin-inline`, `padding-inline` - `margin-inline-end`, `padding-inline-end` - `margin-inline-start`, `padding-inline-start`