Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for declared namespaces #175

Merged
merged 1 commit into from
Dec 10, 2016
Merged

add support for declared namespaces #175

merged 1 commit into from
Dec 10, 2016

Conversation

Rich-Harris
Copy link
Member

This implements the solution to the SVG problem proposed in #147 (comment) – if your component belongs inside SVG elements, it needs to declare the http://www.w3.org/2000/svg namespace (aliased as svg). The validator will warn if it encounters a top-level element that looks like an SVG element and the namespace declaration is missing.

@codecov-io
Copy link

Current coverage is 91.99% (diff: 96.66%)

Merging #175 into master will increase coverage by 0.07%

@@             master       #175   diff @@
==========================================
  Files            54         56     +2   
  Lines          1610       1637    +27   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1480       1506    +26   
- Misses          130        131     +1   
  Partials          0          0          

Powered by Codecov. Last update 7f392e5...fbe1308

@Rich-Harris Rich-Harris merged commit fd77efa into master Dec 10, 2016
@Conduitry Conduitry deleted the gh-147 branch April 20, 2017 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants