Except where otherwise noted, the contents of this presentation are Copyright 2010 Marty Stepp and Jessica Miller.
rel="..."
, itemscope
, itemtype
, itemprop
class
and id
attributes, rather than through the tag elements themselves
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="player" width="340" height="280"> <param name="url" value="http://www.domain.com/path/to/winmovie.wmv" /> <param name="src" value="http://www.domain.com/path/to/winmovie.wmv" /> <param name="showcontrols" value="true" /> <param name="autostart" value="true" /> <!--[if !IE]>--> <object type="video/x-ms-wmv" data="http://www.domain.com/path/to/winmovie.wmv" width="340" height="280"> <param name="src" value="http://www.domain.com/path/to/winmovie.wmv" /> <param name="controller" value="true" /> <param name="autostart" value="true" /> </object> <!--<![endif]--> </object>
<video src="video.ogv" width="425" height="350"></video>
nth-child
, inline-block
, :not
, +
getElementsByClassName
, querySelectorAll
(like Prototype's $$
)
Graphics g
in Java)
window.localStorage
) and databases (window.openDatabase
)
innerHTML
)
JSON.parse
)
getPrototypeOf
, create
, defineProperty
, seal
, freeze
, keys
indexOf
, lastIndexOf
, every
, some
, map
, filter
, reduce
trim
, toJSON
; better Unicode (internationalization) support
-webkit-border-radius
)
-moz-border-radius
)