HTML font id

Out of context: Reply #5

  • Started
  • Last post
  • 7 Responses
  • ETM0

    You know, I agree with just about every improvement that CSS and separating layout from content brings except how we are supposed to address basic inline formatting line italics and bold type. They recommend classes over tags, and if you do use tags, we use <strong> and <em>. Not only is that heavier, in the case of italic and emphasis they technically mean different things, depending on the use case.

    And if we separate that level of formating into classes, then the copy doesn't degrade keeping fundamental formatting intact.

    • and although <strong> <em> etc are not yet deprecated, they will be in the future.ETM

View thread