- From: poot <cvsmail@w3.org>
- Date: Thu, 24 Jul 2008 15:27:11 +0900 (JST)
- To: public-html-diffs@w3.org
make notes about craziness of <embed> (whatwg r1928) Diffs for this change per section: embed http://people.w3.org/mike/diffs/html5/spec/Overview.1.1119.html#embed 4.7.4 The embed element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1119.html#the-embed seamless http://people.w3.org/mike/diffs/html5/spec/Overview.1.1119.html#seamless1 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1118&r2=1.1119&f=h http://html5.org/tools/web-apps-tracker?from=1927&to=1928 =================================================================== 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:27:48 UTC