Skip to content

Commit

Permalink
[agio] (0) Looks like 'compact' is meant to be a boolean attribute, n…
Browse files Browse the repository at this point in the history
…ot a DOMString attribute.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8788

git-svn-id: http://svn.whatwg.org/webapps@4701 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2010
1 parent f984b14 commit 1198f08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -83923,7 +83923,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
<code><a href=#htmldirectoryelement>HTMLDirectoryElement</a></code> interface.</p>

<pre class=idl>interface <dfn id=htmldirectoryelement>HTMLDirectoryElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
attribute DOMString <a href=#dom-dir-compact title=dom-dir-compact>compact</a>;
attribute boolean <a href=#dom-dir-compact title=dom-dir-compact>compact</a>;
};</pre>

<p>The <dfn id=dom-dir-compact title=dom-dir-compact><code>compact</code></dfn> IDL
Expand All @@ -83941,7 +83941,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<hr><pre class=idl>[Supplemental]
interface <a href=#htmldlistelement>HTMLDListElement</a> {
attribute DOMString <a href=#dom-dl-compact title=dom-dl-compact>compact</a>;
attribute boolean <a href=#dom-dl-compact title=dom-dl-compact>compact</a>;
};</pre>

<p>The <dfn id=dom-dl-compact title=dom-dl-compact><code>compact</code></dfn> IDL
Expand Down Expand Up @@ -84144,7 +84144,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlmenuelement>HTMLMenuElement</a> {
attribute DOMString <a href=#dom-menu-compact title=dom-menu-compact>compact</a>;
attribute boolean <a href=#dom-menu-compact title=dom-menu-compact>compact</a>;
};</pre>

<p>The <dfn id=dom-menu-compact title=dom-menu-compact><code>compact</code></dfn> IDL
Expand Down Expand Up @@ -84224,7 +84224,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlolistelement>HTMLOListElement</a> {
attribute DOMString <a href=#dom-ol-compact title=dom-ol-compact>compact</a>;
attribute boolean <a href=#dom-ol-compact title=dom-ol-compact>compact</a>;
attribute DOMString <a href=#dom-ol-type title=dom-ol-type>type</a>;
};</pre>

Expand Down Expand Up @@ -84412,7 +84412,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlulistelement>HTMLUListElement</a> {
attribute DOMString <a href=#dom-ul-compact title=dom-ul-compact>compact</a>;
attribute boolean <a href=#dom-ul-compact title=dom-ul-compact>compact</a>;
attribute DOMString <a href=#dom-ul-type title=dom-ul-type>type</a>;
};</pre>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -78220,7 +78220,7 @@ interface <a href=#htmltablecolelement>HTMLTableColElement</a> {
<code><a href=#htmldirectoryelement>HTMLDirectoryElement</a></code> interface.</p>

<pre class=idl>interface <dfn id=htmldirectoryelement>HTMLDirectoryElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
attribute DOMString <a href=#dom-dir-compact title=dom-dir-compact>compact</a>;
attribute boolean <a href=#dom-dir-compact title=dom-dir-compact>compact</a>;
};</pre>

<p>The <dfn id=dom-dir-compact title=dom-dir-compact><code>compact</code></dfn> IDL
Expand All @@ -78238,7 +78238,7 @@ interface <a href=#htmldivelement>HTMLDivElement</a> {

<hr><pre class=idl>[Supplemental]
interface <a href=#htmldlistelement>HTMLDListElement</a> {
attribute DOMString <a href=#dom-dl-compact title=dom-dl-compact>compact</a>;
attribute boolean <a href=#dom-dl-compact title=dom-dl-compact>compact</a>;
};</pre>

<p>The <dfn id=dom-dl-compact title=dom-dl-compact><code>compact</code></dfn> IDL
Expand Down Expand Up @@ -78441,7 +78441,7 @@ interface <a href=#htmllinkelement>HTMLLinkElement</a> {

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlmenuelement>HTMLMenuElement</a> {
attribute DOMString <a href=#dom-menu-compact title=dom-menu-compact>compact</a>;
attribute boolean <a href=#dom-menu-compact title=dom-menu-compact>compact</a>;
};</pre>

<p>The <dfn id=dom-menu-compact title=dom-menu-compact><code>compact</code></dfn> IDL
Expand Down Expand Up @@ -78521,7 +78521,7 @@ interface <a href=#htmlobjectelement>HTMLObjectElement</a> {

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlolistelement>HTMLOListElement</a> {
attribute DOMString <a href=#dom-ol-compact title=dom-ol-compact>compact</a>;
attribute boolean <a href=#dom-ol-compact title=dom-ol-compact>compact</a>;
attribute DOMString <a href=#dom-ol-type title=dom-ol-type>type</a>;
};</pre>

Expand Down Expand Up @@ -78709,7 +78709,7 @@ interface <a href=#htmltablerowelement>HTMLTableRowElement</a> {

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlulistelement>HTMLUListElement</a> {
attribute DOMString <a href=#dom-ul-compact title=dom-ul-compact>compact</a>;
attribute boolean <a href=#dom-ul-compact title=dom-ul-compact>compact</a>;
attribute DOMString <a href=#dom-ul-type title=dom-ul-type>type</a>;
};</pre>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -93339,7 +93339,7 @@ interface <span>HTMLTableColElement</span> {
<code>HTMLDirectoryElement</code> interface.</p>

<pre class="idl">interface <dfn>HTMLDirectoryElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-dir-compact">compact</span>;
attribute boolean <span title="dom-dir-compact">compact</span>;
};</pre>

<p>The <dfn title="dom-dir-compact"><code>compact</code></dfn> IDL
Expand All @@ -93361,7 +93361,7 @@ interface <span>HTMLDivElement</span> {

<pre class="idl">[Supplemental]
interface <span>HTMLDListElement</span> {
attribute DOMString <span title="dom-dl-compact">compact</span>;
attribute boolean <span title="dom-dl-compact">compact</span>;
};</pre>

<p>The <dfn title="dom-dl-compact"><code>compact</code></dfn> IDL
Expand Down Expand Up @@ -93619,7 +93619,7 @@ interface <span>HTMLLinkElement</span> {

<pre class="idl">[Supplemental]
interface <span>HTMLMenuElement</span> {
attribute DOMString <span title="dom-menu-compact">compact</span>;
attribute boolean <span title="dom-menu-compact">compact</span>;
};</pre>

<p>The <dfn title="dom-menu-compact"><code>compact</code></dfn> IDL
Expand Down Expand Up @@ -93721,7 +93721,7 @@ interface <span>HTMLObjectElement</span> {

<pre class="idl">[Supplemental]
interface <span>HTMLOListElement</span> {
attribute DOMString <span title="dom-ol-compact">compact</span>;
attribute boolean <span title="dom-ol-compact">compact</span>;
attribute DOMString <span title="dom-ol-type">type</span>;
};</pre>

Expand Down Expand Up @@ -93943,7 +93943,7 @@ interface <span>HTMLTableRowElement</span> {

<pre class="idl">[Supplemental]
interface <span>HTMLUListElement</span> {
attribute DOMString <span title="dom-ul-compact">compact</span>;
attribute boolean <span title="dom-ul-compact">compact</span>;
attribute DOMString <span title="dom-ul-type">type</span>;
};</pre>

Expand Down

0 comments on commit 1198f08

Please sign in to comment.