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

Bold links aren't bold #34

Closed
aaronsw opened this issue Aug 21, 2011 · 1 comment
Closed

Bold links aren't bold #34

aaronsw opened this issue Aug 21, 2011 · 1 comment

Comments

@aaronsw
Copy link

aaronsw commented Aug 21, 2011

Because there's an explicit setting of font-weight: normal for most elements, doing this:

<p>This is a <strong>very <a href="#">important</a> section</strong>.</p>

Results in "very" and "section" being bold, but not "important".

@mdo
Copy link
Member

mdo commented Aug 21, 2011

Thanks for the catch—fixing this in the next branch I'm working on.

@mdo mdo closed this as completed Aug 21, 2011
cvrebert added a commit that referenced this issue May 29, 2015
update Android comments in sauce_browsers.yml
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

2 participants