Skip to content

Commit

Permalink
[giow] (1) Shrink-wrap <dialog>s.
Browse files Browse the repository at this point in the history
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@8151 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 21, 2013
1 parent 499ba74 commit 42aa0d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; Last Updated 20 August 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -94624,6 +94624,8 @@ <h4 id=flow-content-1><span class=secno>14.3.3 </span>Flow content</h4>
dialog {
position: absolute;
left: 0; right: 0;
width: fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 1em;
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -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 &mdash; Last Updated 20 August 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -94624,6 +94624,8 @@ dialog:not([open]) { display: none; }
dialog {
position: absolute;
left: 0; right: 0;
width: fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 1em;
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -105774,6 +105774,8 @@ dialog:not([open]) { display: none; }
dialog {
position: absolute;
left: 0; right: 0;
width: fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 1em;
Expand Down

0 comments on commit 42aa0d1

Please sign in to comment.