Skip to content

Commit 7511314

Browse files
authored
Add CSS position-area: {span-left,span-right} (mdn#27999)
Add CSS position-area: span-left and span-right
1 parent 1165c0c commit 7511314

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

css/properties/position-area.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,76 @@
862862
}
863863
}
864864
},
865+
"span-left": {
866+
"__compat": {
867+
"spec_url": "https://drafts.csswg.org/css-anchor-position/#valdef-position-area-span-left",
868+
"tags": [
869+
"web-features:anchor-positioning"
870+
],
871+
"support": {
872+
"chrome": {
873+
"version_added": "129"
874+
},
875+
"chrome_android": "mirror",
876+
"edge": "mirror",
877+
"firefox": {
878+
"version_added": false,
879+
"impl_url": "https://bugzil.la/1838746"
880+
},
881+
"firefox_android": "mirror",
882+
"oculus": "mirror",
883+
"opera": "mirror",
884+
"opera_android": "mirror",
885+
"safari": {
886+
"version_added": "26"
887+
},
888+
"safari_ios": "mirror",
889+
"samsunginternet_android": "mirror",
890+
"webview_android": "mirror",
891+
"webview_ios": "mirror"
892+
},
893+
"status": {
894+
"experimental": false,
895+
"standard_track": true,
896+
"deprecated": false
897+
}
898+
}
899+
},
900+
"span-right": {
901+
"__compat": {
902+
"spec_url": "https://drafts.csswg.org/css-anchor-position/#valdef-position-area-span-right",
903+
"tags": [
904+
"web-features:anchor-positioning"
905+
],
906+
"support": {
907+
"chrome": {
908+
"version_added": "129"
909+
},
910+
"chrome_android": "mirror",
911+
"edge": "mirror",
912+
"firefox": {
913+
"version_added": false,
914+
"impl_url": "https://bugzil.la/1838746"
915+
},
916+
"firefox_android": "mirror",
917+
"oculus": "mirror",
918+
"opera": "mirror",
919+
"opera_android": "mirror",
920+
"safari": {
921+
"version_added": "26"
922+
},
923+
"safari_ios": "mirror",
924+
"samsunginternet_android": "mirror",
925+
"webview_android": "mirror",
926+
"webview_ios": "mirror"
927+
},
928+
"status": {
929+
"experimental": false,
930+
"standard_track": true,
931+
"deprecated": false
932+
}
933+
}
934+
},
865935
"span-self-block-end": {
866936
"__compat": {
867937
"spec_url": "https://drafts.csswg.org/css-anchor-position/#valdef-position-area-span-self-block-end",

0 commit comments

Comments
 (0)