a note on links

In the last F2F we talked a lot about using the HTML5 link tag as much as possible. We tried to shoehorn many concepts into link. After further thought, I want to back off this approach. 

HTML5 links never have inline content. We want that option. And their meaning and usage is different than ours. For example, we want to inline author information sometimes. Using a "link" object and actually defining what it really is with the link's "rel" attribute does adds an unnecessary level of complexity with no real benefit to developers or users as the relationship between HTML5 links and our idea of links is weak. 

I propose instead to name elements what we want them to be -- e.g. "author" -- and have global attributes that can appear on all these elements such as "href" and "type" (and "lang" and "updated").

---
Raj
The OGC: Making location count...
http://www.opengeospatial.org/contact

Received on Wednesday, 28 September 2011 12:47:49 UTC