Skip to content

Commit

Permalink
[e] (0) Update the kitchen sink image
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26894
Affected topics: DOM APIs, HTML

git-svn-id: https://svn.whatwg.org/webapps@8821 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2014
1 parent 13fadbd commit e8a456c
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 128 deletions.
146 changes: 83 additions & 63 deletions complete.html

Large diffs are not rendered by default.

146 changes: 83 additions & 63 deletions index

Large diffs are not rendered by default.

24 changes: 22 additions & 2 deletions source
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -399,7 +399,27 @@
Web platform specification stack relative to other specifications can be best summed up as Web platform specification stack relative to other specifications can be best summed up as
follows:</p> follows:</p>


<p><img src="images/abstract.png" width="398" height="359" alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR."></p> <svg viewBox="0 0 398 359" width=398 height=359 role=img aria-label="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR.">
<style>
svg, text { font: inherit; }
rect { fill: #424242; }
text { fill: #ffffff; font-size: 18px }
.top { word-spacing: 50px; text-anchor: middle; }
.left, .bottom { word-spacing: 12px; }
.right { font-size: 25px; }
</style>
<rect width=398 height=80 />
<text x=199 y=45 class=top>CSS SVG MathML NPAPI</text>
<rect width=67 height=177 y=85 />
<text transform="translate(25 245) rotate(-90)" class="left">Geo XHR CSP</text>
<text transform="translate(50 250) rotate(-90)" class="left">JPEG GIF PNG</text>
<!-- https://www.flickr.com/photos/wonderlane/2986252088/ -->
<image x=72 y=85 width=326 height=177 xlink:href="images/abstract.jpeg"/>
<text x=130 y=250 class=right>THIS SPECIFICATION</text>
<rect width=398 height=92 y=267 />
<text x=15 y=300 class=bottom>HTTP TLS MQ DOM Unicode WebIDL</text>
<text x=18 y=330 class=bottom>MIME URL XML JavaScript Encodings</text>
</svg>


</div> </div>


Expand Down Expand Up @@ -87552,7 +87572,7 @@ scheduleWork(); // queues a task to do lots of work</pre>




<!--TOPIC:DOM APIs--> <!--TOPIC:DOM APIs-->
<h4>Dialogs implemented using separate documents with <code data-x="dom-showModalDialog">showModalDialog()</code></h4> <h4 id="dialogs-implemented-using-separate-documents">Dialogs implemented using separate documents with <code data-x="dom-showModalDialog">showModalDialog()</code></h4>


<p class="critical">This feature is in the process of being removed from the Web platform. (This <p class="critical">This feature is in the process of being removed from the Web platform. (This
is a long process that takes many years.) Using the <code is a long process that takes many years.) Using the <code
Expand Down

0 comments on commit e8a456c

Please sign in to comment.