- From: <bugzilla@jessica.w3.org>
- Date: Wed, 10 Oct 2012 22:24:15 +0000
- To: public-webplatform-bugs@w3.org
- Message-ID: <bug-19301-5733-TcbsuvyiG4@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19301
Lea Verou <lea@w3.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lea@w3.org
--- Comment #1 from Lea Verou <lea@w3.org> ---
(In reply to comment #0)
> Can you output the code of the comments icon so we can style it consistently
> with the blog?
>
> http://blog.webplatform.org/
>
> <div class="comments-link">
> <a href="(something here)">2 comments</a>
> </div>
Actually, that would result in the same issues as [1]. A better markup would
be:
<a href="(something here)" class="comments">
<span class="count">2</span> comments
</a>
I'm planning to do the same on the blog, once I work on #19453
[1]: https://www.w3.org/Bugs/Public/show_bug.cgi?id=19453
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 10 October 2012 22:24:16 UTC