]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 77/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 12 Dec 2014 16:01:02 +0000 (17:01 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 8 Jan 2015 09:15:05 +0000 (10:15 +0100)
commit8079dfd1cdec41a0bb3ee7ec2b974e8e64376d83
tree124a22ed9b66193d2d42df8a5693878046848da5
parent002f9625ec7d0f7673da1e7098fdea76487d0538
W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64):
  * fix duplicate IDs - #paging_older, #paging_newer become classes as the paging is displayed twice (top, bottom) in the linklist
  * fix duplicate IDs - #paging_privatelinks and #paging_linksperpage become classes
  * daily links are now valid (use &amp)
  * name attribute is not used anymore on a tag in link list
  * center tag is replaced by CSS in picwall and tag cloud
  * action in form tag can't be empty, use # instead
  * fixed configure table with CSS instead of cellpadding, border, and valign
  * export links are now valid
  * remove "size" in input tag
  * Fix missing alt attributes for img elements
  * tpl/daily: Use HTML entities instead of char escape codes
  * tpl/export: fix missing </span> closing tag
  * Remove obsolete language attribute on <script> elements
inc/shaarli.css
tpl/changepassword.html
tpl/configure.html
tpl/daily.html
tpl/export.html
tpl/import.html
tpl/linklist.html
tpl/linklist.paging.html
tpl/page.footer.html
tpl/picwall.html
tpl/tagcloud.html