-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks a lot! 💪🏻 I am only missing CSS property |
adamkudrna
force-pushed
the
bc/update-stylelint
branch
3 times, most recently
from
May 6, 2024 13:08
0076c81
to
e028352
Compare
adamkudrna
force-pushed
the
bc/order-new-properties
branch
from
May 6, 2024 14:33
956f0d3
to
03b35f2
Compare
crishpeen
reviewed
May 6, 2024
adamkudrna
force-pushed
the
bc/order-new-properties
branch
from
July 29, 2024 10:18
03b35f2
to
acb6e49
Compare
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
force-pushed
the
bc/order-new-properties
branch
from
July 29, 2024 10:25
acb6e49
to
33fed76
Compare
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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