• I recently did a round of testing in a whole bunch of browsers, and while I’m not too concerned about some of the really old ones, I did find some interesting problems with WebTV/MSN TV ( https://developer.msntv.com/TOOLS/webtvvwr.asp and https://developer.msntv.com/Tools/msntvvwr.asp ).
    It seems that WebTV does its own conversion of quotation marks and apostrophes, but it does not recognize any of the numeric entities for Unicode characters. It just displays a question mark.
    And yes, I have seen WebTV hits in my server logs.
    I can probably hack something up that will check the user-agent string and call a custom function that skips texturize, but I wanted to bring up the idea of a more generic mechanism. Basically I’d like to be able to keep a short list of “low-end” browsers in the config file and selectively disable features that don’t degrade gracefully.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had actually implemented something like this for higher end browser that understand the <q> tag, but something similar could be done for backwards compatibility. If you contributed a patch to this effect it would most likely be accepted.

    Thread Starter kelson

    (@kelson)

    Sounds fair. When I have a chance I’ll see what I can do.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Texturize for certain browsers’ is closed to new replies.