[html5] r8151 - [giow] (1) Shrink-wrap <dialog>s. Affected topics: Rendering
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 21 16:34:17 PDT 2013
Author: ianh
Date: 2013-08-21 16:34:15 -0700 (Wed, 21 Aug 2013)
New Revision: 8151
Modified:
complete.html
index
source
Log:
[giow] (1) Shrink-wrap <dialog>s.
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2013-08-20 22:40:35 UTC (rev 8150)
+++ complete.html 2013-08-21 23:34:15 UTC (rev 8151)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 20 August 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 21 August 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -94624,6 +94624,8 @@
dialog {
position: absolute;
left: 0; right: 0;
+ width: fit-content;
+ height: fit-content;
margin: auto;
border: solid;
padding: 1em;
Modified: index
===================================================================
--- index 2013-08-20 22:40:35 UTC (rev 8150)
+++ index 2013-08-21 23:34:15 UTC (rev 8151)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 20 August 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 21 August 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -94624,6 +94624,8 @@
dialog {
position: absolute;
left: 0; right: 0;
+ width: fit-content;
+ height: fit-content;
margin: auto;
border: solid;
padding: 1em;
Modified: source
===================================================================
--- source 2013-08-20 22:40:35 UTC (rev 8150)
+++ source 2013-08-21 23:34:15 UTC (rev 8151)
@@ -105774,6 +105774,8 @@
dialog {
position: absolute;
left: 0; right: 0;
+ width: fit-content;
+ height: fit-content;
margin: auto;
border: solid;
padding: 1em;
More information about the Commit-Watchers
mailing list