docco icon indicating copy to clipboard operation
docco copied to clipboard

html errors

Open backspaces opened this issue 8 years ago • 3 comments

When I look at the console on a docco html page, I see these errors on safari, chrome and canary latest. Anyway to get rid of these?

The value "160dpi" for key "target-densitydpi" was truncated to its numeric prefix. The key "target-densitydpi" is not supported. The value "1.0;" for key "initial-scale" was truncated to its numeric prefix. The value "1.0;" for key "maximum-scale" was truncated to its numeric prefix. The value "0;" for key "user-scalable" was truncated to its numeric prefix. Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.

backspaces avatar May 08 '16 20:05 backspaces

Hi, I encounter this problem, when using semantic-ui.

tarvos21 avatar Jan 26 '17 08:01 tarvos21

I'm not seeing any of these errors with the current Docco output. Got a link?

jashkenas avatar Dec 19 '17 22:12 jashkenas

Alas, I'm not using docco at this point .. my project was massively reorganized!

But looking at the older repo here: http://agentscript.org/docs/util.html (and all the others in the dropdown menu), I get these minor errors:

util.html:7 The value "160dpi" for key "target-densitydpi" was truncated to its numeric prefix.
util.html:7 The key "target-densitydpi" is not supported.
util.html:7 Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.

This was using: "docco": "^0.7.0", in package.json

backspaces avatar Dec 19 '17 22:12 backspaces