Closed jonathantneal closed 11 years ago
+1
Btw, which browsers ignore alt text in selections? All of them? That seems unexpected.
sgtm
@mathiasbynens, in my tests, Firefox 12 used the image's alt text in selections, but Opera 11.64, Chrome 19.0, Safari 5.1.7, IE9, and IE8 (on XP) all ignored it.
These improvements have been added. I created my own custom typeface, "Alphabets of Children", which took the place of the PNGs, and is assigned to the :first-letter of each <p class="f">. Since :first-letter is supported in IE6 and up, everyone gained, and the text is fully selectable.
I'm proposing that we change "asterism" art from its current inline form like this:
To a styled pseudo form like this:
The result is a more manageable and meaningful source which better separates content from style without making much change.
I'm also proposing that we change the "fancy" first letters from their current img tag form like this:
To a styled pseudo form like this:
The result is, again, cleaner source, in fact, much cleaner, but with the added benefit of a selectable "Dive Into HTML5", whereas the present form results in a selection of "ive into HTML5" since the img's alt is not captured as a text character.