@@ -48,6 +48,7 @@ expression: invalid.jsx
4848 <div data-xml-anything = " invalid" />
4949 <div data-testID = " bar" data-under_sCoRe = " bar" dataNotAnDataAttribute = " yes" />
5050 <div abbr = " abbr" />
51+ <div closedby = " any" />
5152 <div webkitDirectory = " " />
5253 <div webkitdirectory = " " />
5354 <div
@@ -847,7 +848,7 @@ invalid.jsx:43:48 lint/nursery/noUnknownAttribute ━━━━━━━━━━
847848 > 43 │ <div data-testID = " bar" data-under_sCoRe = " bar" dataNotAnDataAttribute = " yes" />
848849 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
849850 44 │ <div abbr = " abbr" />
850- 45 │ <div webkitDirectory = " " />
851+ 45 │ <div closedby = " any " />
851852
852853 i This property is not recognized as a valid HTML/DOM attribute or React prop.
853854
@@ -867,8 +868,8 @@ invalid.jsx:44:7 lint/nursery/noUnknownAttribute ━━━━━━━━━━
867868 43 │ <div data-testID = " bar" data-under_sCoRe = " bar" dataNotAnDataAttribute = " yes" />
868869 > 44 │ <div abbr = " abbr" />
869870 │ ^^^^^^^^^^^
870- 45 │ <div webkitDirectory = " " />
871- 46 │ <div webkitdirectory = " " />
871+ 45 │ <div closedby = " any " />
872+ 46 │ <div webkitDirectory = " " />
872873
873874 i This attribute is restricted and cannot be used on this HTML element
874875
@@ -882,18 +883,18 @@ invalid.jsx:44:7 lint/nursery/noUnknownAttribute ━━━━━━━━━━
882883```
883884invalid.jsx:45:7 lint/nursery/noUnknownAttribute ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
884885
885- i Property 'webkitDirectory ' is not valid on a <div > element.
886+ i Property 'closedby ' is not valid on a <div > element.
886887
887888 43 │ <div data-testID = " bar" data-under_sCoRe = " bar" dataNotAnDataAttribute = " yes" />
888889 44 │ <div abbr = " abbr" />
889- > 45 │ <div webkitDirectory = " " />
890- │ ^^^^^^^^^^^^^^^^^^
891- 46 │ <div webkitdirectory = " " />
892- 47 │ <div
890+ > 45 │ <div closedby = " any " />
891+ │ ^^^^^^^^^^^^^^
892+ 46 │ <div webkitDirectory = " " />
893+ 47 │ <div webkitdirectory = " " />
893894
894895 i This attribute is restricted and cannot be used on this HTML element
895896
896- i This attribute is only allowed on: input
897+ i This attribute is only allowed on: dialog
897898
898899 i This rule belongs to the nursery group, which means it is not yet stable and may change in the future. Visit https://biomejs.dev/linter/#nursery for more information.
899900
@@ -906,11 +907,32 @@ invalid.jsx:46:7 lint/nursery/noUnknownAttribute ━━━━━━━━━━
906907 i Property 'webkitDirectory' is not valid on a <div > element.
907908
908909 44 │ <div abbr = " abbr" />
909- 45 │ <div webkitDirectory = " " />
910- > 46 │ <div webkitdirectory = " " />
910+ 45 │ <div closedby = " any" />
911+ > 46 │ <div webkitDirectory = " " />
912+ │ ^^^^^^^^^^^^^^^^^^
913+ 47 │ <div webkitdirectory = " " />
914+ 48 │ <div
915+
916+ i This attribute is restricted and cannot be used on this HTML element
917+
918+ i This attribute is only allowed on: input
919+
920+ i This rule belongs to the nursery group, which means it is not yet stable and may change in the future. Visit https://biomejs.dev/linter/#nursery for more information.
921+
922+
923+ ```
924+
925+ ```
926+ invalid.jsx:47:7 lint/nursery/noUnknownAttribute ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
927+
928+ i Property ' webkitDirectory' is not valid on a <div> element.
929+
930+ 45 │ <div closedby = " any" />
931+ 46 │ <div webkitDirectory = " " />
932+ > 47 │ <div webkitdirectory = " " />
911933 │ ^^^^^^^^^^^^^^^^^^
912- 47 │ <div
913- 48 │ className = " App"
934+ 48 │ <div
935+ 49 │ className = " App"
914936
915937 i This attribute is restricted and cannot be used on this HTML element
916938
@@ -922,16 +944,16 @@ invalid.jsx:46:7 lint/nursery/noUnknownAttribute ━━━━━━━━━━
922944```
923945
924946```
925- invalid.jsx:49 :3 lint/nursery/noUnknownAttribute ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
947+ invalid.jsx:50 :3 lint/nursery/noUnknownAttribute ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
926948
927949 i The property ' data-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash:c' is not a valid DOM attribute.
928950
929- 47 │ <div
930- 48 │ className = " App"
931- > 49 │ data-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash:c="customValue"
951+ 48 │ <div
952+ 49 │ className = " App"
953+ > 50 │ data-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash-crash:c="customValue"
932954 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
933- 50 │ >
934- 51 │ Hello, world!
955+ 51 │ >
956+ 52 │ Hello, world!
935957
936958 i This property is not recognized as a valid HTML/DOM attribute or React prop.
937959
0 commit comments