-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Shaarli's template W3C compliant #64 #77
Conversation
True, I only tried it with an almost empty Shaarli.
Which commit message? Anyway,
Don't know about #57, but links should be valid.
Only ID is necessary.
Ok, but needs work for the last IDs.
Ok.
Ok, replace with
Ok.
Ok.
Ok. |
As the size of the PR is quite small, there should only be one commit; during the review process, when taking feedback into account, you may either:
|
Alright, thanks for the help and the review. I'll do that when we decide the PR is ready to fly. |
Hi @ArthurHoaro thanks for working on this. I'll be glad to merge your changes if each commit message details what points from #64 are fixed in it. You are not forced to fix the W3C compliance in ONE PR. For example a PR with only this would be welcome;
Let me know if you need help with git commands needed to do this (you may need to split your commits using |
9d4b56d
to
c5aa7e0
Compare
Let me know if that's good enough. EDIT: Forced push removed @virtualtam commit comments. |
Everything ok, thanks for the patch! There are some missing explanations in the commit message (see above), can you add them? (and there is a duplicate line in the message). Just a
|
* 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 &) * 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
It's done. |
Make Shaarli's template W3C compliant #64
Continuing on #64 |
#64
Every page should pass W3C validator. Further tests should be done, but that's a good start. Thanks to @virtualtam.