joshuagatcke / HTML-KickStart

Ultra–Lean HTML Building Blocks for Rapid Website Production
http://www.99lime.com
MIT License
1.22k stars 242 forks source link

Documentation bug: No indication whether data-content and title can be used together #29

Open ssokolow opened 11 years ago

ssokolow commented 11 years ago

With Javascript disabled, HTML tooltip support is obviously non-functional. However, the Elements Demo page gives no indication as to what will happen if both an HTML and traditional tooltip are supplied.

Will it cause things to break horribly or will HTML KickStart remove the textual tooltip when it detects an HTML one, allowing the textual tooltip to be used as an equivalent to <noscript> and <noframes>. (And, if it does break, that should probably be considered a bug too)

I've got ready access to server-side libraries which attempt to generate pleasing plaintext from input HTML, so it's not as if it's an onerous thing to do even if I'm working with user-provided data.

joshuagatcke commented 11 years ago

I need to overhaul the tool tips in HTML KickStart. Working on it.

joshuagatcke commented 11 years ago

Thanks for your feedback. :)