2013/1/1 Paul Selitskas p.selitskas@gmail.com
Exactly.
Nevertheless: is HTML5 already in use? If it isn't, when it will be
introduced into any wiki? HTML5 was introduced into Wikipedia (and MediaWiki by default, see $wgHtml5[1]) lately. FYI, in be.wikisource data fields are used to make a link to both Belarusian Wikipedias in a link hover![2]
[1] http://www.mediawiki.org/wiki/Manual:$wgHtml5 [2] http://be.wikisource.org/wiki/MediaWiki:Common.js (bottom of the code)
As I told, I don't know if HTML5 is in use or not; but try to save a <span id="container" data-test="This a test data"></span> into the raw code of any page, then save it, and then use js console of Chrome from the resultin page in view mode with this:
$("#container").attr("data-test")
and you'll get "This is a test data".
This is largely sufficient (thanks again for suggestion!) :-)
Alex brollo