What are all the special iPhone / iPod Touch HTML tags?

Posted by scunliffe on Stack Overflow See other posts from Stack Overflow or by scunliffe
Published on 2008-12-22T20:49:38Z Indexed on 2010/12/31 22:54 UTC
Read the original article Hit count: 177

Filed under:
|
|
|

After peeking at the SO source, I noticed this tag:

<link rel="apple-itouch-icon" href="/apple-touch-icon.png" />

Which after a quick Google revealed an Apple "favicon" type thing for display on your homepage ("WebClip Bookmark" to be exact).

The only other one that jumps to mind is the:

<input type="search" results="5"/>

alt text

This type="search" causes the field to "inherit" the Apple search icon, and the optional results="x" enables a history of "x" keywords to be maintained.

I'm therefore wondering, what other Apple/Safari (iPhone/iPod Touch) specific HTML tags and attributes are out there that I'm not aware of! Curious minds need to know!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about html