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
If we're adding svg to the element list, do we need to add all the SVG elements as well? I do a lot of SVG styling through my CSS stylesheets and it would be nice, but not too sure if it's overkill.
While reading through CSS file I noticed that
svg
tag was not colored as others: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L58It seems that
svg
is missing in this regular expression: https://github.com/textmate/css.tmbundle/blob/master/Syntaxes/CSS.plist#L711, unlikeaudio
andcanvas
, which are present there and are colored green as well.It would be good to compare existing regular expression against a credible list like this: https://developer.mozilla.org/en-US/docs/Web/HTML/Element
However, HTML5 allows the creation of custom elements: http://www.html5rocks.com/en/tutorials/webcomponents/customelements/. In this case shall we have a discussion of whether to:
The text was updated successfully, but these errors were encountered: