Live data from Hacker News

Mapping in HTML – A Proposal for a New Element

shkspr.mobi

1–10 of 59 posts

Re: Mapping in HTML – A Proposal for a New Element

#5
A long time ago, in a galaxy far, far away, I worked with some guys who put together an incredible proposal to ICANN for a new .geo TLD: http://www.ai.sri.com/dotgeo/

The proposal was not accepted, but .aero and .museum were, and we all now how those have since utterly revolutionized the internet.

Re: Mapping in HTML – A Proposal for a New Element

#6

This is the exact use case for web components, except it doesn’t require browsers shipping their own implementation and updates - it’s all in userland. Example: https://www.webcomponents.org/element/keanulee/good-map

Agreed. There should (and probably will) never be another new element added to the spec after HTML5.

Re: Mapping in HTML – A Proposal for a New Element

#8
post #5

A long time ago, in a galaxy far, far away, I worked with some guys who put together an incredible proposal to ICANN for a new .geo TLD: http://www.ai.sri.com/dotgeo/ The proposal was not accepted, but .aero and .museum were, and we all now how those have since utterly revolutionized the internet.

Neat! Speaking of galaxy far, far away, the executive summary only mentions other planets in passing. I couldn't quite grok from scanning how you might access cells from the moon with this TLD.

.aero may be questionable, but surely the boundless usefulness of .ninja or .moe isn't in dispute?

Re: Mapping in HTML – A Proposal for a New Element

#9

This is the exact use case for web components, except it doesn’t require browsers shipping their own implementation and updates - it’s all in userland. Example: https://www.webcomponents.org/element/keanulee/good-map

Agreed. There should (and probably will) never be another new element added to the spec after HTML5.

Is the living standard aspect of WHATWG dead then?

Re: Mapping in HTML – A Proposal for a New Element

#10

If this is just "contact us" style maps, I couldn't agree more. But what good is a map that I can't customize to my use cases, to make it useful in my web app? How would I say, suggest restaurants nearby?

Presumably by dynamically adding (and styling) markers.
Post reply on HN