Skip to content

Commit 0f68f80

Browse files
gasifsoikin
andcommitted
Quote aria-* props
Co-authored-by: Fyodor Soikin <[email protected]>
1 parent ae4fdbf commit 0f68f80

File tree

2 files changed

+5783
-5783
lines changed

2 files changed

+5783
-5783
lines changed

Diff for: codegen/html.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const printRow = (e, elProps) =>
3737
? `
3838
( _data :: Object String
3939
-- ARIA
40-
, ${ariaProps.map(p => `${p} :: String`).join("\n , ")}
40+
, ${ariaProps.map(p => `"${p}" :: String`).join("\n , ")}
4141
-- Props
4242
, ${elProps.map(p => `${p} :: ${propType(e, p)}`).join("\n , ")}
4343
)`

0 commit comments

Comments
 (0)