Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Fix markup in a few weird places #67

Open
jorendorff opened this issue Apr 25, 2014 · 0 comments
Open

Fix markup in a few weird places #67

jorendorff opened this issue Apr 25, 2014 · 0 comments

Comments

@jorendorff
Copy link
Owner

In some places, non-bold text appears inside of <code>. Currently I don't think we render it correctly; the stylesheet makes all code elements bold.

For example: <code><i>constructor</i><b>.prototype</b></code>
would be better rendered as <code><var>constructor</var>.prototype</code>
with a stylesheet that includes code > var { font-weight: normal; }.

Similarly we have <code><b>1110</b><i>xxxx</i></code>.

There are also other places in the doc where non-bold Courier text is used for identifiers or bits of code. I tend to think that's just a historical thing and we don't need to preserve it.

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

No branches or pull requests

1 participant