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

Remove title tag #159

Closed
azproduction opened this issue Dec 19, 2013 · 4 comments
Closed

Remove title tag #159

azproduction opened this issue Dec 19, 2013 · 4 comments

Comments

@azproduction
Copy link

0.4.1

Original

<svg width="500" height="300" xmlns="http://www.w3.org/2000/svg">
  <g>
    <title>SVG Title Demo example</title>
    <rect x="10" y="10" width="200" height="50"
      style="fill:none; stroke:blue; stroke-width:1px"/>
  </g>
</svg>

Actual

<svg width="500" height="300" xmlns="http://www.w3.org/2000/svg"><title>SVG Title Demo example</title><rect x="10" y="10" width="200" height="50" stroke="#00f" fill="none"/></svg>

Expected

<svg width="500" height="300" xmlns="http://www.w3.org/2000/svg"><rect x="10" y="10" width="200" height="50" stroke="#00f" fill="none"/></svg>
@silentroach
Copy link
Contributor

What about accessibility and blind people? It is for accessibility, though.

@azproduction
Copy link
Author

Some SVG elements are inaccessible or decorative. This feature can be optional.

@mustofa-binary
Copy link

is it optional now?, ohw can i not remove title?

@silentroach
Copy link
Contributor

@mustofa-binary now it is turned on by default.

You can try to read the short manual and find how to disable some plugins

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

No branches or pull requests

3 participants