<em> Doesn't render

Out of context: Reply #5

  • Started
  • Last post
  • 6 Responses
  • janne760

    * zeroing all */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }

    ---

    ^ wtf is that?

    why not:

    * { margin: 0; padding: 0; etc....

    • because the universal selector is buggy in IEacescence
    • "When the universal selector is immediately adjacent to an element type selector, IE versions 6 and 7 will interpret the combination as a descendant selector instead of failing as they should."acescence
    • the combination as a descendant selector instead of failing as they should."acescence
    • this was on a parted list or things some similarversion3

View thread