Hi,
On 27/11/12 10:01, Lukas Benedix wrote:
On 27/11/12 08:14, Lukas Benedix wrote:
I wanted to ask how you implement the requirement that critical functions must also work with JavaScript disabled.[1] The Wikidata-Repository is allmost only Javascript and it is not possible to add, edit or delete something without JS.
Good question. It is possible to do that, but there is no graphical UI for it. My question on that is, if we really need this. Does anybody really want to use a browser without Javascript?
I don't think that the guidelines leave any room for discussions. Guidelines are for avoiding discussions. ;)
That's true, sorry I didn't realize that this are guidelines because I didn't read the title of the page and had been confused of the word "may" which is quite unusual in guidelines ;-)
Btw: I have one notes on the HTML in the Repository [2]:
- there is a stray end-tag div in line 76
<!-- /bodyContent -->
</div> <!-- /content -->
As the comment says, this closes<div id="content">, which is at line 39.
The comment is wrong ;)
The extra</div> is found in the<!-- bodycontent --> block
You mean line 65? Yes, just found it as well, but – you're right here – the comments are wrong, should be "mw-content-text" and "/mw-content-text" in line 64 and 65.