--- a/index.html Mon Nov 25 16:18:20 2013 -0800
+++ b/index.html Tue Nov 26 11:13:42 2013 -0800
@@ -81,10 +81,15 @@
<section id="abstract">
<p>This specification defines various APIs for programmatic access to
HTML and generic XML parsers by web applications for use in parsing
- and serializing DOM nodes</p>
+ and serializing DOM nodes.</p>
</section>
- <section id="sotd"></section>
+ <section id="sotd">
+ <p>This specification is based on the original work of the <a href="http://domparsing.spec.whatwg.org/">
+ DOM Parsing and Serialization Living Standard</a>, though it has diverged in terms of
+ supported features, normative requirements, and algorithm specificity. As appropriate,
+ relevant fixes from the living standard are incorporated into this document.
+ </section>
<section id="issues" class="introductory">
@@ -1205,7 +1210,9 @@
<section class="appendix">
<h1>Acknowledgements</h1>
- <p>Thanks to Ms2ger for maintaining the initial drafts of this specification and for its continued improvement.
+ <p>Thanks to Ms2ger [<a href="http://www.mozilla.org">Mozilla</a>] for maintaining the initial
+ drafts of this specification and for its continued improvement in the
+ <a href="http://domparsing.spec.whatwg.org/">Living Standard</a>.
<p>Thanks to Anne van Kesteren, Aryeh Gregor, Boris Zbarsky, Henri Sivonen, Simon Pieters and timeless
for their useful comments.
--- a/respecConfig.js Mon Nov 25 16:18:20 2013 -0800
+++ b/respecConfig.js Tue Nov 26 11:13:42 2013 -0800
@@ -9,13 +9,7 @@
company: "Microsoft",
mailto: "travis.leithead@microsoft.com",
companyURL: "http://www.microsoft.com"
- },
- {
- name: "Ms2ger",
- company: "Mozilla",
- companyURL: "http://www.mozilla.org",
- note: "WHATWG Living Standard version"
- }
+ }
],
//publishDate: "2012-09-20",
edDraftURI: "http://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",