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

Creating links with attribute #28

Open
cshaa opened this issue Sep 22, 2013 · 0 comments
Open

Creating links with attribute #28

cshaa opened this issue Sep 22, 2013 · 0 comments

Comments

@cshaa
Copy link
Contributor

cshaa commented Sep 22, 2013

I've been reading MathML specification and found that all the elements can have a href attribute and become a link. It would be great to have something like this in html.

Before:

<list>
 <item><html:a href="http://foo.com">Item1</html:a></item>
 <item>Item2</item>
</list>

After:

<list>
 <item html:href="http://foo.com">Item1</item>
 <item>Item2</item>
</list>

It's just an idea but I thing it's a great step towards removing another annoying HTML tag to learn (¡viva las simplicaciónes!)

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

1 participant