- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jul 2008 06:20:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22229 Modified Files: Overview.html Log Message: make notes about craziness of <embed> (whatwg r1928) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1118 retrieving revision 1.1119 diff -u -d -r1.1118 -r1.1119 --- Overview.html 24 Jul 2008 03:07:00 -0000 1.1118 +++ Overview.html 24 Jul 2008 06:20:21 -0000 1.1119 @@ -16508,6 +16508,21 @@ <h4 id=the-embed><span class=secno>4.7.4 </span>The <dfn id=embed><code>embed</code></dfn> element</h4> + <!-- + XXX we have all kinds of quirks we should define, as e.g. shown in: + http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsObjectFrame.cpp + http://trac.webkit.org/browser/trunk/WebCore/html/HTMLEmbedElement.cpp + http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderPartObject.cpp (updateWidget) + e.g. - 240x200 default + - the attributes/params are sent in a name/value pair list as follows (for Gecko): + + attributes of the element, in source order + + a synthesised 'src' attribute, if there was no 'src' but + there was a 'data', with the value of the 'data' attribute + + PARAM/null + + the params, in source order + (WebKit does something different still) + - the HIDDEN attribute +--> <dl class=element> <dt>Categories
Received on Thursday, 24 July 2008 06:21:00 UTC