You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
This is actually a duplicate of an issue published in the official HTMLHint repository. In SVG a lot of attributes and elements are camelCase which leads htmlhint to display an error. This problem has been solved in the official HTMLHint (on May 2016) by enabling a white list of attributes and elements that can be lowercase. Here is the corresponding issue: html5+svg attributes are camelCase.
Could you update the plugin with the new code please?
Here is an information that can be useful to build a default white list:
SVG camelCase attributes
allowReorder
attributeName
attributeType
autoReverse
baseFrequency
baseProfile
calcMode
clipPathUnits
contentScriptType
contentStyleType
diffuseConstant
edgeMode
externalResourcesRequired
filterRes
filterUnits
glyphRef
gradientTransform
gradientUnits
kernelMatrix
kernelUnitLength
keyPoints
keySplines
keyTimes
lengthAdjust
limitingConeAngle
markerHeight
markerUnits
markerWidth
maskContentUnits
maskUnits
patternContentUnits
patternTransform
patternUnits
pointsAtX
pointsAtY
pointsAtZ
preserveAlpha
preserveAspectRatio
primitiveUnits
repeatCount
repeatDur
requiredExtensions
requiredFeatures
specularConstant
specularExponent
spreadMethod
startOffset
stdDeviation
stitchTiles
surfaceScale
systemLanguage
tableValues
textLength
viewBox
viewTarget
xChannelSelector
yChannelSelector
SVG camelCase elements
altGlyph
altGlyphDef
altGlyphItem
animateColor
animateMotion
animateTransform
clipPath
feBlend
feColorMatrix
feComponentTransfer
feComposite
feConvolveMatrix
feDiffuseLighting
feDisplacementMap
feDistantLight
feFlood
feFuncA
feFuncB
feFuncG
feFuncR
feGaussianBlur
feImage
feMerge
feMergeNode
feMorphology
feOffset
fePointLight
feSpecularLighting
feSpotLight
feTile
feTurbulence
foreignObject
glyphRef
linearGradient
radialGradient
textPath
The text was updated successfully, but these errors were encountered:
This is actually a duplicate of an issue published in the official HTMLHint repository. In SVG a lot of attributes and elements are camelCase which leads htmlhint to display an error. This problem has been solved in the official HTMLHint (on May 2016) by enabling a white list of attributes and elements that can be lowercase. Here is the corresponding issue: html5+svg attributes are camelCase.
Could you update the plugin with the new code please?
Here is an information that can be useful to build a default white list:
SVG camelCase attributes
SVG camelCase elements
The text was updated successfully, but these errors were encountered: