Bug: WeBuilder inserts *wrong* HTML tags for bold and italic

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Bug: WeBuilder inserts *wrong* HTML tags for bold and italic

Post by pmk65 »

When clicking the "B" or "I" icons in the HTML Formatting Toolbar, WeBuilder inserts <b></b> and <i></i> tags.
This should instead be be <strong></strong> and <em></em> tags to follow the HTML 5 specs.
Also there's 2 HTML 5 tag for strike-through: <del></del> and <s></s>. The last one also seems to be missing in WeBuilders HTML def.
Note: According to the HTML 5 specification, the <b> tag should be used as a LAST resort when no other tag is more appropriate. The HTML 5 specification states that headings should be denoted with the <h1> to <h6> tags, emphasized text should be denoted with the <em> tag, important text should be denoted with the <strong> tag, and marked/highlighted text should use the <mark> tag.
There are 10 types of people in the world: Those who understand binary and those who don't.
FrankC
Posts: 126
Joined: Thu Aug 18, 2011 3:28 pm

Re: Bug: WeBuilder inserts *wrong* HTML tags for bold and it

Post by FrankC »

OK, but the specs also say that there still is a role for <i> and <b>. For example:

<p>The editors of the <i>New York Times</i> have proven on several occasions that it is not <em>they</em> who compromise the truth, but Donald Trump himself.</p>
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Bug: WeBuilder inserts *wrong* HTML tags for bold and it

Post by Aivars »

Check out Preferences -> Language Options -> HTML. I think we tried to make them default at one point but that didn't go well. You can enable them for yourself, of course.
Blumentals Software Programmer
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Bug: WeBuilder inserts *wrong* HTML tags for bold and it

Post by pmk65 »

Aivars wrote:Check out Preferences -> Language Options -> HTML. I think we tried to make them default at one point but that didn't go well. You can enable them for yourself, of course.
Thanks. :oops:
There are 10 types of people in the world: Those who understand binary and those who don't.
User avatar
Will Fastie
Posts: 160
Joined: Mon Jan 31, 2005 6:47 pm
Location: Timonium, MD USA
Contact:

Re: Bug: WeBuilder inserts *wrong* HTML tags for bold and it

Post by Will Fastie »

Aivars wrote:I think we tried to make them default at one point but that didn't go well.
My memory is a bit faint on this but I believe MS Expression Web used strong and em as the defaults dating from 2010. It is the HTML 5 recommendation and at this point it probably should be the default.

But it is easy to set; I changed it in the first week of using Rapid.
Will
WebDesignBuild.biz, Fastie.com
Post Reply