File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9191 "devDependencies" : {
9292 "@eslint/json" : " ^0.13.1" ,
9393 "c8" : " ^10.1.3" ,
94- "compute-baseline" : " ^0.3.1 " ,
94+ "compute-baseline" : " ^0.4.0 " ,
9595 "dedent" : " ^1.5.3" ,
9696 "eslint" : " ^9.35.0" ,
9797 "eslint-config-eslint" : " ^13.0.0" ,
107107 "rollup-plugin-delete" : " ^3.0.1" ,
108108 "tailwind-csstree" : " ^0.1.0" ,
109109 "typescript" : " ^5.9.2" ,
110- "web-features" : " ^2.45 .0" ,
110+ "web-features" : " ^2.47 .0" ,
111111 "yorkie" : " ^2.0.0"
112112 },
113113 "engines" : {
Original file line number Diff line number Diff line change @@ -561,6 +561,8 @@ export const mediaConditions = new Map([
561561 [ "-webkit-transform-3d" , "10:2016" ] ,
562562 [ "update" , "5:2023" ] ,
563563 [ "video-dynamic-range" , "0:" ] ,
564+ [ "horizontal-viewport-segments" , "0:" ] ,
565+ [ "vertical-viewport-segments" , "0:" ] ,
564566] ) ;
565567export const types = new Map ( [
566568 [ "abs" , "5:2025" ] ,
@@ -571,7 +573,7 @@ export const types = new Map([
571573 [ "attr" , "10:2015" ] ,
572574 [ "calc" , "10:2015" ] ,
573575 [ "calc-size" , "0:" ] ,
574- [ "rect" , "0: " ] ,
576+ [ "rect" , "5:2024 " ] ,
575577 [ "color-mix" , "5:2023" ] ,
576578 [ "conic-gradient" , "10:2020" ] ,
577579 [ "repeating-conic-gradient" , "10:2020" ] ,
@@ -624,7 +626,7 @@ export const types = new Map([
624626 [ "ellipse" , "10:2020" ] ,
625627 [ "inset" , "10:2020" ] ,
626628 [ "polygon" , "10:2020" ] ,
627- [ "xywh" , "0: " ] ,
629+ [ "xywh" , "5:2024 " ] ,
628630 [ "steps" , "10:2015" ] ,
629631 [ "matrix" , "10:2015" ] ,
630632 [ "rotate" , "10:2015" ] ,
@@ -684,6 +686,8 @@ export const selectors = new Map([
684686 [ "fullscreen" , "0:" ] ,
685687 [ "has" , "5:2023" ] ,
686688 [ "has-slotted" , "0:" ] ,
689+ [ "heading" , "0:" ] ,
690+ [ "headingfunction" , "0:" ] ,
687691 [ "highlight" , "0:" ] ,
688692 [ "host" , "10:2020" ] ,
689693 [ "hostfunction" , "10:2020" ] ,
You can’t perform that action at this time.
0 commit comments