From 4b69c85e36cff6eb55e97be193b29db6b9fb51f3 Mon Sep 17 00:00:00 2001 From: Jacob Rossi Date: Sun, 6 Jan 2013 17:55:23 -0800 Subject: [PATCH 1/2] added DOM4-EVENTS --- bibref/biblio.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bibref/biblio.js b/bibref/biblio.js index 525ea9f4fd..c5608cb99f 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -161,6 +161,7 @@ berjon.biblio = { "DNS-SD": "S. Cheshire; M. Krochmal. DNS-Based Service Discovery. 27 February 2011. IETF Draft. URL: http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt", "DOM-BINDINGS" : "Cameron McCormack. Web IDL. 19 December 2008. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2008/WD-WebIDL-20081219 ", "DOM4" : "Anne van Kesteren; Aryeh Gregor; Ms2ger. DOM4. URL: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html/ ", + "DOM4-EVENTS" : "Travis Leithead; Gary Kacmarcik. DOM4 Events Specification. URL: http://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm ", "DOM-LEVEL-1" : "Vidur Apparao; et al. Document Object Model (DOM) Level 1. 1 October 1998. W3C Recommendation. URL: http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/ ", "DOM-LEVEL-1-2e" : "Jonathan Robie; et al. Document Object Model (DOM) Level 1 Specification (Second Edition). 29 September 2000. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929 ", "DOM-LEVEL-2-CORE" : "Arnaud Le Hors; et al. Document Object Model (DOM) Level 2 Core Specification. 13 November 2000. W3C Recommendation. URL: http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ ", From 4b6864b5ef2e2342cd70bd200dcefb065c29eefb Mon Sep 17 00:00:00 2001 From: Jacob Rossi Date: Sun, 6 Jan 2013 17:58:35 -0800 Subject: [PATCH 2/2] added editor's draft date to DOM4-EVENTS --- bibref/biblio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibref/biblio.js b/bibref/biblio.js index c5608cb99f..42dbc54452 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -161,7 +161,7 @@ berjon.biblio = { "DNS-SD": "S. Cheshire; M. Krochmal. DNS-Based Service Discovery. 27 February 2011. IETF Draft. URL: http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt", "DOM-BINDINGS" : "Cameron McCormack. Web IDL. 19 December 2008. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2008/WD-WebIDL-20081219 ", "DOM4" : "Anne van Kesteren; Aryeh Gregor; Ms2ger. DOM4. URL: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html/ ", - "DOM4-EVENTS" : "Travis Leithead; Gary Kacmarcik. DOM4 Events Specification. URL: http://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm ", + "DOM4-EVENTS" : "Travis Leithead; Gary Kacmarcik. DOM4 Events Specification. 6 January 2013. W3C Editor's Draft. (Work in progress.) URL: http://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm ", "DOM-LEVEL-1" : "Vidur Apparao; et al. Document Object Model (DOM) Level 1. 1 October 1998. W3C Recommendation. URL: http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/ ", "DOM-LEVEL-1-2e" : "Jonathan Robie; et al. Document Object Model (DOM) Level 1 Specification (Second Edition). 29 September 2000. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929 ", "DOM-LEVEL-2-CORE" : "Arnaud Le Hors; et al. Document Object Model (DOM) Level 2 Core Specification. 13 November 2000. W3C Recommendation. URL: http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ ",