element "marquee" undefined.?

Discussion in 'HTML & Website Design' started by mahmood, Oct 20, 2005.

  1. #1
    Can I have a marquee on a xhtml strict web page?
    w3.validator returns the following error: element "marquee" undefined.
     
    mahmood, Oct 20, 2005 IP
  2. tflight

    tflight Peon

    Messages:
    617
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #2
    "Element undefined" means that tag isn't in the specification for the doctype you specified. So no. The verbose output from the w3 validator gives more detail:

     
    tflight, Oct 20, 2005 IP
  3. Amsterdam

    Amsterdam Well-Known Member

    Messages:
    361
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #3
    The marquee tag is a proprietary IE tag. It is incompatible with a lot of browsers and imho the effect is tacky and outdated. If you want to design a site that is accessible and user friendly, drop it like a hot brick.

    Just my opinion ;o)

    T
     
    Amsterdam, Oct 20, 2005 IP
  4. Nick Vanderhoven

    Nick Vanderhoven Peon

    Messages:
    26
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Mine too, marquee is IE only, although most browsers enabled it these days, that doesn't change the fact that it is not standard. Wonder how blind people see it anyway. You should probably drop it anyway because its irritating ;)
     
    Nick Vanderhoven, Oct 20, 2005 IP