Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more properties to check their order #61

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

adamkudrna
Copy link
Member

@adamkudrna adamkudrna commented Apr 27, 2024

Add more properties to check their order

Properties added (sorted alphabetically):

  • accent-color
  • backdrop-filter
  • backface-visibility
  • background-blend-mode
  • border-spacing
  • box-decoration-break
  • caret-color
  • color-scheme, color-interpolation
  • column-fill, column-span
  • contain (including all long-hand variants)
  • container (including all long-hand variants)
  • counter-set
  • direction
  • empty-cells
  • font-size-adjust, font-variant-*, font-feature-settings, font-stretch, font-synthesis (including all long-hand variants), font-kerning, font-optical-sizing, font-palette
  • image-orientation, image-rendering
  • inset (including all long-hand variants),
  • justify-items
  • list-style-image
  • mask (including all long-hand variants), mask-border (including all long-hand variants), mask-type
  • mix-blend-mode
  • outline-*
  • overflow-anchor
  • overscroll-behavior (including all long-hand variants).
  • paint-order,
  • perspective, perspective-origin
  • place-content, place-items, place-self
  • quotes
  • scrollbar-*
  • table-layout
  • text-align-last, text-indent, text-decoration-skip-ink, text-underline-*, text-rendering, text-wrap (including all long-hand variants)
  • touch-action,
  • transform-box, transform-style, individual transforms: translate, rotate, scale,
  • transition-behavior
  • white-space-collapse
  • word-spacing

The key is roughly like this: all properties from MDN that are standard, widely supported,
non-experimental, not specific for non-western languages, and not designed for paged media.

https://developer.mozilla.org/en-US/docs/Web/CSS

@github-actions github-actions bot added the BC Breaking change label Apr 27, 2024
@dlouhak
Copy link

dlouhak commented May 2, 2024

Thanks a lot! 💪🏻 I am only missing CSS property mask. Could you please add into the effects and transforms block?

@adamkudrna adamkudrna force-pushed the bc/update-stylelint branch 3 times, most recently from 0076c81 to e028352 Compare May 6, 2024 13:08
Base automatically changed from bc/update-stylelint to master May 6, 2024 13:10
@adamkudrna adamkudrna force-pushed the bc/order-new-properties branch from 956f0d3 to 03b35f2 Compare May 6, 2024 14:33
order.js Outdated Show resolved Hide resolved
order.js Show resolved Hide resolved
order.js Outdated Show resolved Hide resolved
order.js Show resolved Hide resolved
order.js Show resolved Hide resolved
order.js Outdated Show resolved Hide resolved
@adamkudrna adamkudrna force-pushed the bc/order-new-properties branch from 03b35f2 to acb6e49 Compare July 29, 2024 10:18
Properties added (sorted alphabetically):

- `accent-color`
- `backdrop-filter`
- `backface-visibility`
- `background-blend-mode`
- `border-spacing`
- `box-decoration-break`
- `caret-color`
- `color-scheme`, `color-interpolation`
- `column-fill`, `column-span`
- `contain` (including all long-hand variants)
- `container` (including all long-hand variants)
- `counter-set`
- `direction`
- `empty-cells`
- `font-size-adjust`, `font-variant-*`, `font-feature-settings`, `font-stretch`, `font-synthesis` (including all long-hand variants), `font-kerning`, `font-optical-sizing`, `font-palette`
- `image-orientation`, `image-rendering`
- `inset` (including all long-hand variants),
- `justify-items`
- `list-style-image`
- `mask` (including all long-hand variants), `mask-border` (including all long-hand variants), `mask-type`
- `mix-blend-mode`
- `outline-*`
- `overflow-anchor`
- `overscroll-behavior` (including all long-hand variants).
- `paint-order`,
- `perspective`, `perspective-origin`
- `place-content`, `place-items`, `place-self`
- `quotes`
- `scrollbar-*`
- `table-layout`
- `text-align-last`, `text-indent`, `text-decoration-skip-ink`, `text-underline-*`, `text-rendering`, `text-wrap` (including all long-hand variants)
- `touch-action`,
- `transform-box`, `transform-style`, individual transforms: `translate`, `rotate`, `scale`,
- `transition-behavior`
- `white-space-collapse`
- `word-spacing`

The key is roughly like this: all properties from MDN that are standard, widely supported,
non-experimental, not specific for non-western languages, and not designed for paged media.

https://developer.mozilla.org/en-US/docs/Web/CSS
@adamkudrna adamkudrna force-pushed the bc/order-new-properties branch from acb6e49 to 33fed76 Compare July 29, 2024 10:25
@adamkudrna adamkudrna merged commit 95d950f into master Jul 29, 2024
3 checks passed
@adamkudrna adamkudrna deleted the bc/order-new-properties branch July 29, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC Breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants