Skip to content

Commit f2f375a

Browse files
hanselfmu-chromiumDevtools-frontend LUCI CQ
authored andcommitted
Add anchor-center to keyword autocomplete
Fixed: 341991541 Change-Id: I138a9a2bcac754154bf780adaf1d99ac13c3e513 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5946887 Reviewed-by: Philip Pfaffe <[email protected]> Auto-Submit: Changhao Han <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
1 parent b43217c commit f2f375a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

front_end/core/sdk/CSSMetadata.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ const extraPropertyValues = new Map<string, Set<string>>([
824824
'self-end',
825825
'flex-start',
826826
'flex-end',
827+
'anchor-center',
827828
]),
828829
],
829830
[
@@ -842,6 +843,7 @@ const extraPropertyValues = new Map<string, Set<string>>([
842843
'left',
843844
'right',
844845
'legacy',
846+
'anchor-center',
845847
]),
846848
],
847849
[
@@ -857,6 +859,7 @@ const extraPropertyValues = new Map<string, Set<string>>([
857859
'self-end',
858860
'flex-start',
859861
'flex-end',
862+
'anchor-center',
860863
]),
861864
],
862865
[
@@ -872,6 +875,7 @@ const extraPropertyValues = new Map<string, Set<string>>([
872875
'self-end',
873876
'flex-start',
874877
'flex-end',
878+
'anchor-center',
875879
]),
876880
],
877881
[
@@ -889,6 +893,7 @@ const extraPropertyValues = new Map<string, Set<string>>([
889893
'flex-end',
890894
'left',
891895
'right',
896+
'anchor-center',
892897
]),
893898
],
894899
[
@@ -904,6 +909,7 @@ const extraPropertyValues = new Map<string, Set<string>>([
904909
'self-end',
905910
'flex-start',
906911
'flex-end',
912+
'anchor-center',
907913
]),
908914
],
909915
['perspective-origin', new Set(['left', 'center', 'right', 'top', 'bottom'])],

0 commit comments

Comments
 (0)