[whatwg/dom] Add missing sentence to SOTD and link to historical section (#429)

You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/429

-- Commit Summary --

  * add basic README
  * create snapshotter
  * add dependencies
  * start building the header generator
  * first snapshot
  * better link to ED
  * make this work now that RS3.2 is out
  * add styling that works
  * better wrapping
  * add support to pick output based on local-config
  * WD snapshot
  * FPWD in fact
  * simplify styles
  * fixes and notes on how to improve
  * Merge branch 'master' into gh-pages
  * new version of the generator using PhantomJS and regex substitutions
  * proper snapshot date
  * regen without promises
  * style fixes for toc; generate link to bug tracker
  * Expose events in workers
  * make
  * Promises are now ES6/IDL territory
  * Inform the world DOMException and DOMError are moving out
  * HTML5 is dead. Gave up on not intertwingling too. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24575
  * Also run base URL change steps for nested elements. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23810
  * Make the adopt hook more generic. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23810
  * Refactor isEqualNode()
  * Fix HTMLCollection's property name order. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24624
  * Make property names on HTMLCollection unenumerable. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24624
  * Clean up range's insertNode()
  * Replace appendChild() with concept-node-append in range's surroundContents()
  * Fix bugs in cloneContents and extractContents by defining abstract algorithms
  * Consistify selectNode()
  * <head> cleanup
  * Fix a typo in the non-normative description of DOCUMENT_POSITION_DISCONNECTED.
  * Correct the implements statements for NonElementParentNode.
  * Define what happens when setting nodeValue to null.
  * hasFeature() returns true. Always. http://lists.w3.org/Archives/Public/www-dom/2014JanMar/0137.html
  * Amusing how jQuery makes cleaning up the DOM harder. Welcome back Attr.specified. https://www.w3.org/Bugs/Public/show_bug.cgi?id=25001
  * Clean up domintro for cloneNode/importNode/observe thanks to Arkadiusz
  * We care about your children's children too. And theirs, etc. Thanks Arkadiusz!
  * Further castrate hasFeature() because @foolip has an evil mind (not really, but you know).
  * Bring back Attr.prototype.ownerElement. https://www.w3.org/Bugs/Public/show_bug.cgi?id=25086
  * remove Attr.prototype.ownerElement again; it was not actually implemented
  * Integrate with the new microtask world order. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24810
  * Relative selectors need no scoping root.
  * Reduce bugs with Selectors integration
  * Without Arkadiusz this specification would be much worse. We do scope-filtered matching, not scope-contained.
  * Leap seconds are ignored by JavaScript (not clear if implementations follow, but align for now). Also do some XXX cleanup.
  * Bring back Attr.prototype.ownerElement. https://www.w3.org/Bugs/Public/show_bug.cgi?id=25086
  * import test results; still partial
  * updated test runs for Firefox and Chrome
  * consolidation script
  * generated consolidated data
  * rename result files
  * consolidation after rename
  * bug in file name detection
  * start generating the less than 2 report
  * report for less than 2 passes
  * tweaks to make report more readable
  * toc and more details
  * update to more recent browsers
  * bring up to date with upstream changes to address LC bugs
  * ignore notes
  * fix replacement in snapshot generator
  * reference override definitions
  * reference update
  * make references more readable
  * given warnings a reason to exist
  * add NotReadableError from File API
  * add NotReadableError
  * better IE results
  * Opera/9.80 (X11; Linux x86_64; Edition Next) Presto/2.12.388 Version/12.16
  * results with Presto 12
  * Merge pull request #1 from plehegar/plh/o12-results
  * use plh's results
  * thanks plh, now we're looking really good
  * report with new IE results and README
  * report for all tests
  * fix escaping
  * Ie11 results (for reals this time). Sorry!
  * Merge pull request #2 from erikadoyle/gh-pages
  * updated IE results
  * remove Attr.prototype.ownerElement again; it was not actually implemented
  * generated output without ownerElement
  * Expose events in workers
  * make
  * Promises are now ES6/IDL territory
  * Inform the world DOMException and DOMError are moving out
  * HTML5 is dead. Gave up on not intertwingling too. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24575
  * Also run base URL change steps for nested elements. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23810
  * Make the adopt hook more generic. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23810
  * Refactor isEqualNode()
  * Fix HTMLCollection's property name order. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24624
  * Make property names on HTMLCollection unenumerable. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24624
  * Clean up range's insertNode()
  * Replace appendChild() with concept-node-append in range's surroundContents()
  * Fix bugs in cloneContents and extractContents by defining abstract algorithms
  * Consistify selectNode()
  * <head> cleanup
  * Fix a typo in the non-normative description of DOCUMENT_POSITION_DISCONNECTED.
  * Correct the implements statements for NonElementParentNode.
  * Define what happens when setting nodeValue to null.
  * hasFeature() returns true. Always. http://lists.w3.org/Archives/Public/www-dom/2014JanMar/0137.html
  * Amusing how jQuery makes cleaning up the DOM harder. Welcome back Attr.specified. https://www.w3.org/Bugs/Public/show_bug.cgi?id=25001
  * Clean up domintro for cloneNode/importNode/observe thanks to Arkadiusz
  * We care about your children's children too. And theirs, etc. Thanks Arkadiusz!
  * Further castrate hasFeature() because @foolip has an evil mind (not really, but you know).
  * Bring back Attr.prototype.ownerElement. https://www.w3.org/Bugs/Public/show_bug.cgi?id=25086
  * remove Attr.prototype.ownerElement again; it was not actually implemented
  * Integrate with the new microtask world order. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24810
  * Relative selectors need no scoping root.
  * Reduce bugs with Selectors integration
  * Without Arkadiusz this specification would be much worse. We do scope-filtered matching, not scope-contained.
  * Leap seconds are ignored by JavaScript (not clear if implementations follow, but align for now). Also do some XXX cleanup.
  * Fix Range.prototype.insertNode. https://www.w3.org/Bugs/Public/show_bug.cgi?id=17541
  * Sync with the latest Selectors terminology
  * Add "NotReadableError" per https://github.com/whatwg/dom/pull/9
  * Cleanup per DOM hero Arkadiusz
  * generate updated
  * soften warnings
  * subset removal: Elements (with query() and queryAll()), ArrayClass NodeList, relativeSelects/match a relative selectors string
  * add features at risk
  * CR snapshot
  * fix link
  * clarify warning
  * remove sotd warning
  * new CR snapshot
  * remove files no longer needed after wptreport
  * using wptreport
  * updated version of wptreport
  * detailed analysis
  * move results to new location
  * tweak header
  * generate
  * truer statement
  * new snapshot
  * remove document.origin, prepare LC
  * remove customisations for CR
  * remove features formerly at risj
  * import Anne's changes to make Harald happier
  * URL substitution
  * add mention of PR
  * new snapshot for publication
  * link mapper
  * add map
  * URL informative
  * PR snapshot
  * resolve conflicts with brutality
  * remove append/prepend
  * remove after/before/replace
  * remove index so that this is no longer an ED
  * update warnings
  * LC doc
  * tweaks to the SotD
  * LC is only under 2005 Process
  * regenerate for TR
  * LC 16/06
  * correct process
  * fix the process version above
  * new PR
  * fix pubrules bugs
  * Handle setting id to the empty string https://www.w3.org/Bugs/Public/show_bug.cgi?id=25704
  * Add more createEvent() names per https://www.w3.org/Bugs/Public/show_bug.cgi?id=25491#c7
  * Give up on TypeError battle. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24028
  * xref
  * Improve warnings in Errors section.
  * Less TypeError, more "SyntaxError" (DOMException) https://www.w3.org/Bugs/Public/show_bug.cgi?id=25958
  * ORIGIN is no more
  * Use new Selectors primitive http://lists.w3.org/Archives/Public/www-dom/2014JulSep/thread.html#msg62
  * Removal did not adequately clean up ranges
  * Fix the low-level remove/insert hooks and rewrite NodeIterator in terms of it https://www.w3.org/Bugs/Public/show_bug.cgi?id=23268
  * Clarify Attr.prototype.value's setter
  * Lots of great nits https://www.w3.org/Bugs/Public/show_bug.cgi?id=26699
  * Make subresources work
  * CC0 TLS
  * Moar TLS
  * Fix invocation of traversal's filter https://www.w3.org/Bugs/Public/show_bug.cgi?id=26863
  * Align Acknowledgments with URL and Encoding
  * Turns out nobody filed bugs for all these error names. And since IDL is not being maintained...
  * Less boilerplate in the heading
  * Improve wording of ensure pre-insertion validity per glazou
  * remove error stuff
  * Add Symbol.iterator support (sometimes more) to NodeList, HTMLCollection, NamedNodeMap, DOMTokenList, and DOMSettableTokenList https://www.w3.org/Bugs/Public/show_bug.cgi?id=23212
  * There is no need for legacyiterable apparently. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23212#c5
  * No need for iterable prose for these objects. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23212#c9
  * Add README.md
  * Fix xref https://www.w3.org/Bugs/Public/show_bug.cgi?id=27113
  * Check dispatch flag before initializing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27112
  * Require one of childList, attributes, and characterData to be true after defaulting
  * Always use the HTTPS URL for bugzilla.
  * typo
  * Link oldValue
  * We replaced ArrayClass with iterable<> a while back but I forgot about this warning
  * Explicitly call out descendants for getElementsByClassName https://www.w3.org/Bugs/Public/show_bug.cgi?id=27334
  * Call out descendants for getElementsBy* in general
  * If an event listener callback throws, report the exception (window.onerror): https://www.w3.org/Bugs/Public/show_bug.cgi?id=17713
  * Exceptions thrown from mutation observer callbacks should be reported per https://www.w3.org/Bugs/Public/show_bug.cgi?id=17713#c16
  * xref
  * gb18030 is returned lowercase
  * Tree was incorrectly created when cloning and extracting a Range
  * typo https://www.w3.org/Bugs/Public/show_bug.cgi?id=27534
  * Range clone algorithm did not set clone children flag where it had to https://www.w3.org/Bugs/Public/show_bug.cgi?id=27565
  * Add [SameObject] to .children, [NewObject] to cloneNode() / importNode() https://www.w3.org/Bugs/Public/show_bug.cgi?id=27593
  * fixed numbering
  * Prepared new draft for DOM PR
  * Minor tweaks
  * Added CSS concepts
  * Minor edits in CSS concepts
  * Adding baseline LICENSE.md
  * Adding baseline CONTRIBUTING.md
  * Adding baseline index.html
  * Adding baseline w3c.json
  * Updated the CONTRIBUTING and LICENSE files
  * remove historical documents
  * added a new draft for DOM4.1
  * fix typo
  * fix typo
  * converted to .bs document
  * Update README
  * update the latest editor's draft
  * Added a link from SOTD to history section
  * Fixed typo

-- File Changes --

    A .gitignore (4)
    A CHANGELOG.md (22)
    A CONTRIBUTING.md (25)
    A LICENSE.md (4)
    D Makefile (13)
    D Overview.src.html (9165)
    A README.md (19)
    D dom-core.html (9287)
    A index.html (9211)
    A w3c.json (5)

-- Patch Links --

https://github.com/whatwg/dom/pull/429.patch
https://github.com/whatwg/dom/pull/429.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/429

Received on Tuesday, 21 March 2017 11:59:19 UTC