Character escaping and browser compatibilty. Advanced

Discussion in 'CSS' started by AdamSee, Jul 20, 2006.

  1. #1
    According to CSS syntax specs, character escaping shouldn't effect the declaration: http://www.w3.org/TR/CSS21/syndata.html#q6.

    For example:
     .myclass {f\ont-size: medium};
    Code (markup):
    is interpreted exactly the same as:
    .myclass {font-size: medium};
    Code (markup):
    My question is, what browsers won't recognise those declarations as the same values.

    One I know for sure is IE5.x and also I believe Opera 5&6 (I doubt anyone uses them anymore). My concern was more aimed towards more mobile devices and other modern browsers, that might slip up on this rule.

    Also while we're on the subject, does anyone have a handy list of browser specific selectors, that will only work with certain browsers. Whether it's a bug or not.

    e.g.
    * html .myclass
    Code (markup):
    targets Internet explorer
     
    AdamSee, Jul 20, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Google is your friend. :) Filter is the key word.

    cheers,

    gary
     
    kk5st, Jul 21, 2006 IP
  3. AdamSee

    AdamSee Well-Known Member

    Messages:
    422
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    135
    #3
    AdamSee, Jul 21, 2006 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    That's impressive to see all those hacks lined up like that. I very seldom use any of that stuff. I'm afraid it would give me tired head.

    cheers,

    gary
     
    kk5st, Jul 21, 2006 IP