Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html errors #361

Open
backspaces opened this issue May 8, 2016 · 3 comments
Open

html errors #361

backspaces opened this issue May 8, 2016 · 3 comments

Comments

@backspaces
Copy link

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.

@tarvos21
Copy link

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

@jashkenas
Copy link
Owner

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

@backspaces
Copy link
Author

backspaces commented Dec 19, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants