Closed npdoty closed 9 years ago
i
and b
are valid elements in the current HTML Recommendation/standard (HTML5), with documented meanings that are appropriate to use in RASH. They are not deprecated in any way in current HTML (HTML5), or considered bad practice. But I think it would be ok to document that people can use em
and strong
instead if they prefer to use them.
Thanks, Mike, I definitely didn't or shouldn't have implied that i
and b
are deprecated. (I think since the documentation describes them as different levels of general emphasis that there are reasons to prefer em
and strong
, but I'd happily change my request to support them as equivalent.)
Yeah I don’t think any docs anywhere should say that there absolute reasons to prefer use of i
and b
over em
and strong
(since all are legitimately part of the HTML language, with meanings/uses well-defined in the HTML spec).
The new version of RASH, we decided to keep only "i" and "b". The idea is that we would like to avoid two elements for expressing the same semantics.
The documentation suggests that
<i>
and<b>
tags are allowed. Instead, shouldn't we prefer the usage of<em>
and<strong>
? Or if there's some reason thati
andb
need to be supported, it would be good to document thatem
andstrong
are allowed, with an equivalent semantic interpretation.