docco
docco copied to clipboard
html errors
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.
Hi, I encounter this problem, when using semantic-ui.
I'm not seeing any of these errors with the current Docco output. Got a link?
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