Skip to content

Commit

Permalink
[e] (0) make notes about craziness of <embed>
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1928 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 24, 2008
1 parent 8f48cef commit 4d4e359
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index
Expand Up @@ -16437,6 +16437,21 @@ the time Marco had stuck his tongue out...&lt;/p></pre>

<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
Expand Down
16 changes: 16 additions & 0 deletions source
Expand Up @@ -14077,6 +14077,22 @@ the time Marco had stuck his tongue out...&lt;/p></pre>

<h4>The <dfn><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</dt>
<dd><span>Embedded content</span>.</dd>
Expand Down

0 comments on commit 4d4e359

Please sign in to comment.