* TW didn't respect web standards
* TW didn't respect accessibility rules due to AJAX (ie how do
blinds do to read tiddlers ?)
Is it possible to detail these points?
Thanks
-- OlivierSeres
You can check this yourself. Just paste the TiddlyWiki homepage URL
into the W3C validator.
<http://validator.w3.org/check?uri=http%3A%2F%2Ftiddlywiki.com%2F>
While I don't understand why there's a <script> tag outside of the
<html> tag at the start of the document (I imagine there's a good
reason), it seems the W3C validator has problems.
For example, the second error relates to a </div> tag being out of
place. But this Javascript is located in a <script> tag! The validator
appears to be saying that line 673 is part of the <body> tag when it's
clearly not!
It would be good to have TW validate. I'll never be able to use TW on
the intranet in my workplace simply because it doesn't.
Error Line 673 column 52: end tag for element "DIV" which is not open.
this.escapeLineBreaks().htmlEncode() + '</div>';
> * TW didn't respect accessibility rules due to AJAX (ie how do
> blinds do to read tiddlers ?)
I don't think that TW can or should ever respect accessibility rules
relating to Javascript. TW requires Javascript to work. The
accessibility rules limit the use of Javascript unreasonably in my
opinion. The W3C should be asked why they aren't putting pressure on
manafacturers of screen readers, etc to support basic web technologies
like Javascript. Instead the W3C requires everyone to dumb down their
web pages.
Accessibility (benefits everyone).
for deaf people, css has rich screen reading capabilty, for the deaf, a
tiddly could just read itself to the user no? you could even have a
tiddly reading to you in 7.1 channel surround!!
For people without hands, and those who hate their mice... mouseless
navigation -- in the spirit of "wiki" this kinda nav is the target to
reach! think, ... fast ... faster ... terminal velocity!
Someday maybe voice interface ... fastest it will be. Voice +
mouseless navigation would be the fastest possible thing way to
interact with a wiki... until someone writes and API for the brain!
Regarding search engines
aren't the search engys just spiders that crawl the links on a site?
just follow the links. the "javascript:;" maybe can't they just be
changed to reference the tiddler they're gonna hit? (not sure why has
the funny javascript:; link).
Accessibility (benefits everyone).
for deaf people, css has rich screen reading capabilty, for the deaf, a
tiddly could just read itself to the user no? you could even have a
tiddly reading to you in 7.1 channel surround!!
Regarding search engines
aren't the search engys just spiders that crawl the links on a site?
just follow the links. the "javascript:;" maybe can't they just be
changed to reference the tiddler they're gonna hit? (not sure why has
the funny javascript:; link).