We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afe183 commit f9665d5Copy full SHA for f9665d5
packages/react-dom-bindings/src/shared/getAttributeAlias.js
@@ -11,7 +11,7 @@ const aliases = new Map([
11
['acceptCharset', 'accept-charset'],
12
['htmlFor', 'for'],
13
['httpEquiv', 'http-equiv'],
14
- // HTML and SVG attributes, but the SVG attribute is sensitive.],
+ // HTML and SVG attributes, but the SVG attribute is case sensitive.],
15
['crossOrigin', 'crossorigin'],
16
// This is a list of all SVG attributes that need special casing.
17
// Regular attributes that just accept strings.],
0 commit comments