Cardshifter / cardshifter.github.io

Cardshifter Website
Other
7 stars 0 forks source link

Replace the th notation with data-th #26

Closed marcandregirard closed 9 years ago

marcandregirard commented 9 years ago

The old namespaced th:* is not quite elegant with HTML 5 and templating. It mention warnings in almost every html files. We should replace all those occurrence with the data-{prefix}-{name} syntax. Here is the small intro to this feature that come with Thymeleaf 2.1 http://www.thymeleaf.org/whatsnew21.html#data .