mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add a couple missing SVG tags to DOM Elements docs (#8383)
My first contribution to React! While upgrading a React project, I found some suspect SVG that needed updating, so I dug in after checking the docs. I knew that support for some SVG properties had been added (namely `xmlns` and `xmlnsXlink`), but I noticed them missing from the reference's attribute list. This pull request updates `reference-dom-elements.md` by adding said properties.
This commit is contained in:
committed by
Dan Abramov
parent
e453eebe3f
commit
73e135d013
@@ -168,7 +168,7 @@ underlineThickness unicode unicodeBidi unicodeRange unitsPerEm vAlphabetic
|
||||
vHanging vIdeographic vMathematical values vectorEffect version vertAdvY
|
||||
vertOriginX vertOriginY viewBox viewTarget visibility widths wordSpacing
|
||||
writingMode x x1 x2 xChannelSelector xHeight xlinkActuate xlinkArcrole
|
||||
xlinkHref xlinkRole xlinkShow xlinkTitle xlinkType xmlBase xmlLang xmlSpace
|
||||
y y1 y2 yChannelSelector z zoomAndPan
|
||||
xlinkHref xlinkRole xlinkShow xlinkTitle xlinkType xmlns xmlnsXlink xmlBase
|
||||
xmlLang xmlSpace y y1 y2 yChannelSelector z zoomAndPan
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user