Closed (outdated)
Project:
Drupal core
Version:
9.4.x-dev
Component:
Stable theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Mar 2012 at 15:35 UTC
Updated:
16 Dec 2022 at 06:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ron williams commentedCorrect patch.
Comment #2
tlattimore commentedI also have thought the the putting the site slogan inside a paragraph was incorrect.
The patch in comment #1 doesn't look like it was done using the standard
git diffformat for creating patches(see http://drupal.org/node/707484), it also had some excessive spaces at the end of a couple lines. I have resolved this and re-rolled the patch.Comment #4
droplet commentedBased on the reason why don't use it #1077578: [Followup] Convert bartiks page.tpl.php to HTML5. It's too early to reintroduce it into core.
Comment #5
ron williams commentedCan you provide some additional details on the issue with implementing these tags? I did not see further reasons except notices regarding changes in core. A link to the comment where the issue is raised with the commit?
Comment #6
David_Rothstein commentedI think it's in reference to this comment - #1077578-13: [Followup] Convert bartiks page.tpl.php to HTML5? ... which suggests that
<hgroup>might be removed from HTML5. I haven't followed all the recent HTML5 politics around this but I guess the idea is we should make sure the tag is staying before we start adding it to Drupal 8?In any case, I took a quick look at the patch itself, and it looks good but it does seem like some of the logic could probably be simplified. For example:
I don't think we need the same if() statement (at the top and bottom) repeated twice?
I also saw a couple small code style issues - for example, a double space should be used to indent (rather than a tab).
Comment #7
David_Rothstein commentedMoving to "needs work" for now, since there is a patch.
Comment #8
lauriiiComment #10
davidhernandezMoving this to Stable. We may be able to make this change in core now, but will need BC. It probably can't be changed at all in Classy.
Comment #11
joginderpcI had tested the patch but on same path the file does not exist now.
Comment #22
quietone commentedThanks for making this issue and for working on a patch. The file page.tbl.php is no longer in core and the Stable theme has been removed from core. I think it is time to close this as outdated.