Thomas Horster

Results 11 comments of Thomas Horster

Hey Nicole, if I should not qualify headings then what about these bits from oocss? table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table...

I see why you would regard it as foundational, but oocss contains the same selections oli mentioned in his comment beforehand (https://github.com/stubbornella/csslint/issues/80#issuecomment-1594331) As well as the selections I already mentioned.

The code mentioned by oli is similar to the headline declarations in oocss: h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote {padding:10px;} h1, h2, h3, h4, h5, h6,img{padding-bottom:0px;} pre{margin:...

I thought I did that :D You say: OOCSS is foundational and does not have to validate. I say: It should validate. Why? It qualifies headings like table h1 as...

ok, maybe you should add a link to google groups in the docs then or am I too blind to see it? And maybe a small note, that csslint is...

I'm having the same problem right now...

Maybe late response, but I had these issues with some whitespaces or invisible characters within the html. Cleaning up the document beforehand helped: cleanHTML = cleanHTML.replace(/(\r\n|\n|\r)/gm, '').replace(/\s+/g, '');

nope, we have the same issue with a button tag. Seems you can only make it work with links and an href, when will this be fixed?

Maybe you could add the print block from http://html5boilerplate.com/#highlighter_323689 ?