Skip to content

Commit d8140c9

Browse files
committed
Move text-rendering into the user agent hints category
Signed-off-by: Nico Burns <[email protected]>
1 parent a85674b commit d8140c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/css-property-groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
{ "name": "overflow-wrap / word-wrap", "status": "Yes", "properties": ["overflow-wrap", "word-wrap"] },
157157
{ "name": "webkit-line-clamp", "status": "No" },
158158
{ "name": "text-indent", "status": "No" },
159-
{ "name": "text-rendering", "status": "No" },
160159
{ "name": "text-decoration-line", "status": "No" },
161160
{ "name": "text-wrap-style", "status": "No", "properties": ["text-wrap-style", "text-wrap"] },
162161
{ "name": "word-spacing", "status": "Yes" },
@@ -321,6 +320,7 @@
321320
{ "name": "webkit-font-smoothing", "status": "No" },
322321
{ "name": "appearance", "status": "No" },
323322
{ "name": "will-change", "status": "No" },
323+
{ "name": "text-rendering", "status": "No" },
324324
{ "name": "text-size-adjust", "status": "No" },
325325
{ "name": "forced-color-adjust", "status": "No" },
326326
{ "name": "color-scheme", "status": "No" },

0 commit comments

Comments
 (0)