I hadn't thought about it before but it is an issue. at #225262: BBCode Formating bar with new icons Jan mentioned that

H1 and H2 should not appear within the node as they are already used for site-name and node-title.

I believe that is correct but wanted to open an issue on it to make the suggestion official.

Can I get a little feedback on this?

CommentFileSizeAuthor
#1 quicktagsplus.module.drop-H1H2.patch1.28 KBtcblack

Comments

tcblack’s picture

Component: Code » User interface
Status: Active » Needs review
StatusFileSize
new1.28 KB

This patch simply removes the H1 and H2 tags and inserts an H4 immediately after the H3.

Krummrey’s picture

Drupal uses H1 for the sitename. H1s are only to be used once on every page
H2 is used for the Node-title.

So from my understanding anything that's within the Node can't be an H1 or H2 - only H3 and beyond.
A H2 within the Node would take anything after that out of the Nodes semantic flow.

A second H2 is possible, say for a second Node on the same Page.

My 2 Cent.

jan

naheemsays’s picture

I think atleast H2 should be available as an option.

My reasoning - not everyone uses the default theme. People make their own which may or may not use the h2 for block titles.

On my site I have H1 as the main title and would like to (continue) to use H2 within the content.

(I do still use h2 for block titles, but I plan on changing this - the page content is the important bit for search and rankings, not the blocks.)

tcblack’s picture

I'm not sure how to frame it but I would almost love to see most tags provided and give and admin a setup page for turning tags on or off.

Krummrey’s picture

That would be awesome. Would that still work for the quicktagsplus etc. modules?

tcblack’s picture

Jan,
It would have to be coded and I'm only now looking into how to enable/disable functions like this. if someone else with the expertise in place wants to submit I'd love it.

naheemsays’s picture

I do not have the expertise, but if you have a look at bbcode_wysiwyg, it has recently added just this select feature. It may be a good idea to look how it was done there.