On the page
http://developer.search.yahoo.com/help/objects/games, Example 1 has a mistake (as mentioned on
http://krijnhoetmer.nl/irc-logs/whatwg/20090316#l-494).
[[
<object width="512" height="296" rel="media:game"
resource="http://example.com/video_object.swf"
]]
Lists the wrong value for @resource. It should be:
[[
<object width="512" height="296" rel="media:game"
resource="http://example.com/game_object.swf"
]]
Please correct this, so it doesn't propagate out.