Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] LotD: Decoupling HTML From CSS

These are neat, elegant and useful tips. Goes a long way toward reducing the risk CSS rules from a parent widget will bleed into my child widget.

But using common class names such as "box" or "menu" is still calling for trouble. In RTC we found it was too easy to get class name collisions. We started to use qualified class names, e.g. "com-ibm-team-scm-ContextView" instead of "box" or "view" when we realized different teams contributing to different levels of the same page often came up with the same basic common class names...

Christophe

Inactive hide details for Mike Wilson---04/20/2012 01:03:58 PM---http://coding.smashingmagazine.com/2012/04/20/decoupling-html-Mike Wilson---04/20/2012 01:03:58 PM---http://coding.smashingmagazine.com/2012/04/20/decoupling-html-from-css/ McQ.


    From:

Mike Wilson/Ottawa/IBM@IBMCA

    To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>

    Date:

04/20/2012 01:03 PM

    Subject:

[orion-dev] LotD: Decoupling HTML >From CSS

    Sent by:

orion-dev-bounces@xxxxxxxxxxx




http://coding.smashingmagazine.com/2012/04/20/decoupling-html-from-css/

McQ.
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


GIF image

GIF image


Back to the top