Needs review
Project:
HTML5 Base
Version:
7.x-2.x-dev
Component:
Markup
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2011 at 18:31 UTC
Updated:
27 Jan 2011 at 06:27 UTC
Jump to comment: Most recent file
These two, too!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1036436-ab-1.patch | 2.12 KB | alanburke |
Comments
Comment #1
tim.plunkettComment #2
alanburke commentedA start at this one.
Some debateable choices.
I'm particularly happy that I've found a legit use for the
<mark>element.Comment #3
mason@thecodingdesigner.com commentedcomment-wrapper.tpl.php
we're embracing the new outlines so I'm using an h1 in comments wrapper.
comment.tpl.php
We're wrapping $picture in HEADER in node.tpl.php so I'm doing the same here.
Nice use of MARK. :)
Since I used an h1 in content-wrapper I changed the title here to an h2
I think the $signature is more appropriately placed in a FOOTER tag.
We're wrapping links in a FOOTER tag on node.tpl.php so I am here as well
I went ahead and committed these changes. Leaving this marked as "needs review" for now in case anyone wants to change it.