- From: Timothy Gu <notifications@github.com>
- Date: Sun, 15 Oct 2017 09:59:59 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <heycam/webidl/pull/460/c336725307@github.com>
```diff
$ diff -u <(curl -s https://heycam.github.io/webidl/) <(curl -s https://s3.amazonaws.com/pr-preview/tobie/webidl/post-process.html)
--- /dev/fd/63 2017-10-15 09:59:20.643953625 -0700
+++ /dev/fd/62 2017-10-15 09:59:20.643953625 -0700
@@ -1177,7 +1177,7 @@
}
</style>
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
- <meta content="Bikeshed version 3ee78e75729309d4dfc4793df74c38e4ae785832" name="generator">
+ <meta content="Bikeshed version ba473502a120361710488ab9b7f538b47858631e" name="generator">
<link href="https://heycam.github.io/webidl/" rel="canonical">
<style>
pre.set {
@@ -1568,7 +1568,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Web IDL</h1>
- <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2017-10-12">12 October 2017</time></span></h2>
+ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2017-10-15">15 October 2017</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
@@ -1582,7 +1582,15 @@
<dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="http://tobie.me">Tobie Langel</a> <a class="u-email email" href="mailto:tobie@codespeaks.com">tobie@codespeaks.com</a>
</dl>
</div>
- <div data-fill-with="warning"></div>
+ <div data-fill-with="warning">
+ <details class="annoying-warning" open="">
+ <summary>Not Ready For Implementation</summary>
+ <p> This spec is not yet ready for implementation.
+ It exists in this repository to record the ideas and promote discussion. </p>
+ <p> Before attempting to implement this spec,
+ please contact the editors. </p>
+ </details>
+ </div>
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2017 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply. </p>
<hr title="Separator for header">
</div>
@@ -12847,7 +12855,7 @@
required- and shall-level
criteria in this specification that apply to implementations for the ECMAScript
language binding.</p>
-<script>
+<script class="remove">
// Grammar
(function() {
function wrap(s) { return "<pre class=grammar>" + s + "</pre>"; }
@@ -12876,8 +12884,8 @@
});
document.querySelector("div[data-fill-with=\"grammar-index\"]").innerHTML = wrap(output);
})();
-
-
+</script>
+<script>
// Rotated Table Headers
/*! modernizr 3.3.1 (Custom Build) | MIT *
* https://modernizr.com/download/?-csstransforms-setclasses !*/
```
I don't see any postprocessing done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/460#issuecomment-336725307
Received on Sunday, 15 October 2017 17:00:23 UTC