aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

The app generates invalid HTML #7

Closed mrkkrp closed 8 years ago

mrkkrp commented 8 years ago

In case you wanted to know, there are 3001 errors and 9 warnings:

https://validator.w3.org/check?uri=http%3A%2F%2Fguide.aelve.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

Not sure all this stuff is legit, it seems like the validator had cognitive dissonance.

BTW, great idea, although I'm not sure this “no registration — edit everything” model will work well in long term. When do plan to announce it?

neongreen commented 8 years ago

Yay, only 334 errors now that I have added <head> and <body>, and 202 after I added titles and replaced 12px with 12. I'll fix the rest later.

neongreen commented 8 years ago

although I'm not sure this “no registration — edit everything” model will work well in long term

Me neither, but I want to try it anyway. In the worst case I might have to add some process of manual approval for all edits (and I rather doubt there's going to be a lot of them).

When do plan to announce it?

In about a month, I guess. Maybe less. There's a lot left to do, and some things end up taking unpredictable amounts of time because I've never done any web development before.

neongreen commented 8 years ago

I've fixed all errors except for:

Attribute autocomplete not allowed on element textarea at this point.

I'm not allowed to use autocomplete=off on hidden things, apparently. I don't know how to fix this without adding more Javascript, and it seems harmless, so I'll ignore it.