[Seaside-dev] Why no <b>, <i> and <s> tags?

Philippe Marschall philippe.marschall at gmail.com
Sun Oct 20 17:18:53 UTC 2013


On Sun, Oct 20, 2013 at 6:41 PM, Tobias Pape <Das.Linux at gmx.de> wrote:
> On 20.10.2013, at 18:12, Johan Brichau <johan at inceptive.be> wrote:
>
>>
>>> Where are they used in bootstrap?
>>
>> For icon glyphs, but in 2.3.2 apparently and not anymore in 3.0.0
>
>
> Ok, I was afraid they did that for more than icons.
>
> When I added Icon support to TWBS, I decided against the I tag:
>
> *twitter-bootstrap-seaside
> WACanvas>>twbsIcon: aString
>         "
>         Note: Twitter Bootstrap recommends <i>, which is semantically incorrect.
>         As the actual tag does not matter at all, we use the more applicable <span>.
>         "
>         self span
>                 class: ('icon-' copyWithAll: aString)
>
> The “new” meanings for b, i, and s probably can go to a HTML5 package?

I believe we merged that into the standard canvas.

> What would be the “long”, correct names for them (cf, paragraph/p)?

That would be my next question.

Cheers
Philippe


More information about the seaside-dev mailing list