Skip to content

MicHTMLVisitor >> visitBold: aBoldText #934

Open
@matijakljajic

Description

@matijakljajic

This method creates <strong> instead of the <b> tag. The Foliage Visitor uses <b>.

I'm creating an issue instead of a PR because I don't know what was in mind here.
For the Italics Visitor, you create the <i> tag instead of the <em> tag.

As it currently isn't consistent, it all depends if we want to have stylistic or semantic tagging?

I believe that <strong> and <em> would be more semantically correct for HTML generation type of system instead of <b> and <i> as semantics and style should, in theory at least, be separate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions