Thomas Hartman <[email protected]>
writes:
> Fellow darcs users, I would like to announce my project community
> hosting site for darcs.
>
> http://patch-tag.com
I'm kind of curious: why did you choose the name "patch-tag"? I kinda
assumed that hosting providers would try to work "darcs" into the name
somehow (as "git" in "github").
(I also automatically mistrust anything ending in .com instead of .net
or .org, but it seems I'm exceptional in this respect.)
When viewing any patch-tag page in w3m, there are three login forms
before the content. They basically fill up the whole screen, so I have
to scroll down to see the "Give your code a home" heading.
There are also a few W3 warnings that you should probably tidy up
sometime (but no errors, which is good):
$ curl -s http://patch-tag.com | tidy >/dev/null
line 44 column 25 - Warning: <style> isn't allowed in <div> elements
line 42 column 21 - Info: <div> previously mentioned
line 44 column 25 - Warning: <style> inserting "type" attribute
line 48 column 1 - Warning: <script> inserting "type" attribute
line 75 column 41 - Warning: <table> lacks "summary" attribute
line 123 column 17 - Warning: <form> anchor "form1" already defined
line 123 column 17 - Warning: <form> anchor "form1" already defined
line 124 column 17 - Warning: <table> lacks "summary" attribute
line 159 column 63 - Warning: <input> attribute "type" has invalid value
"textfield"
line 190 column 17 - Warning: <table> lacks "summary" attribute
line 259 column 89 - Warning: <table> lacks "summary" attribute
line 106 column 105 - Warning: trimming empty <font>
line 228 column 49 - Warning: trimming empty <font>
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN"
Info: Document content looks like XHTML 1.0 Transitional
12 warnings, 0 errors were found!
With --accessibility-check 3, there are some further issues. From past
experience some of these always appear (e.g. 6.3.1.1).
$ curl -s http://patch-tag.com |
tidy --accessibility-check 3 2>&1 >/dev/null |
cut -d- -f2- | grep Access | sort -u
Access: [1.1.1.1]: <img> missing 'alt' text.
Access: [1.1.10.1]: <script> missing <noscript> section.
Access: [1.1.2.1]: <img> missing 'longdesc' and d-link.
Access: [1.1.3.1]: <img> (button) missing 'alt' text.
Access: [11.2.1.5]: replace deprecated html <font>.
Access: [12.4.1.1]: associate labels explicitly with form controls.
Access: [13.1.1.1]: link text not meaningful.
Access: [2.1.1.1]: ensure information not conveyed through color alone
(image).
Access: [2.1.1.4]: ensure information not conveyed through color alone
(script).
Access: [2.1.1.5]: ensure information not conveyed through color alone
(input).
Access: [4.3.1.1]: language not identified.
Access: [5.1.2.1]: data <table> missing row/column headers (all).
Access: [5.5.1.1]: <table> missing summary.
Access: [5.5.2.1]: <table> missing <caption>.
Access: [6.1.1.1]: style sheets require testing (link).
Access: [6.1.1.2]: style sheets require testing (style element).
Access: [6.1.1.3]: style sheets require testing (style attribute).
Access: [6.2.2.2]: text equivalents require updating (script).
Access: [6.3.1.1]: programmatic objects require testing (script).
Access: [7.1.1.1]: remove flicker (script).
Access: [7.1.1.5]: remove flicker (animated gif).
Access: [8.1.1.1]: ensure programmatic objects are accessible (script).
Access: [9.3.1.3]: <script> not keyboard accessible (onClick).
Tidy is apt-gettable, and its home page is http://tidy.sourceforge.net/.
See also http://validator.w3.org/.
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users