From 9b56f4638489376f80f7072ad36d6d736d429a19 Mon Sep 17 00:00:00 2001 From: gps-git Date: Fri, 19 Oct 2012 14:04:42 +0300 Subject: [PATCH 1/2] Update bibref/biblio.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maybe the "SELECT" reference should be removed, since it's only pointing to an old WD --- bibref/biblio.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bibref/biblio.js b/bibref/biblio.js index 722a54d3f9..1aeb05d5b2 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -534,6 +534,7 @@ berjon.biblio = { "SDPLABEL" : "O. Levin, G. Camarillo. The Session Description Protocol (SDP) Label Attribute. August 2006. Internet RFC 4574. URL: http://tools.ietf.org/html/rfc4574", "SECG1" : "SEC1: Elliptic Curve Cryptography, Version 2.0, Standards for Efficient Cryptography Group. May 2009. URL: http://www.secg.org/download/aid-780/sec1-v2.pdf ", "SELECT" : "Daniel Glazman; et al. Selectors Level 3. 10 March 2009. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2009/WD-css3-selectors-20090310 ", + "SELECTORS-API3" : "Daniel Glazman; et al. Selectors Level 3. W3C Recommendation 29 September 2011 URL: http://www.w3.org/TR/2011/REC-css3-selectors-20110929 ", "SELECTORS-API" : "Lachlan Hunt; Anne van Kesteren. Selectors API. 14 November 2008. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2008/WD-selectors-api-20081114 ", "SELECTORS-API2": "Lachlan Hunt. Selectors API Level 2. 19 January 2010. Working Draft. (Work in progress.) URL: http://www.w3.org/TR/selectors-api2/", "SEMANTIC-INTERPRETATION" : "David Burke; Luc Van Tichelen. Semantic Interpretation for Speech Recognition (SISR) Version 1.0. 5 April 2007. W3C Recommendation. URL: http://www.w3.org/TR/2007/REC-semantic-interpretation-20070405 ", From 41db8914c8be93462e76598353d96795c6918ddf Mon Sep 17 00:00:00 2001 From: gps-git Date: Fri, 19 Oct 2012 14:18:22 +0300 Subject: [PATCH 2/2] Update bibref/biblio.js I forgot a couple of escape characters. I also changed the name to match the spec name --- bibref/biblio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibref/biblio.js b/bibref/biblio.js index 1aeb05d5b2..d4849be87b 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -534,7 +534,7 @@ berjon.biblio = { "SDPLABEL" : "O. Levin, G. Camarillo. The Session Description Protocol (SDP) Label Attribute. August 2006. Internet RFC 4574. URL: http://tools.ietf.org/html/rfc4574", "SECG1" : "SEC1: Elliptic Curve Cryptography, Version 2.0, Standards for Efficient Cryptography Group. May 2009. URL: http://www.secg.org/download/aid-780/sec1-v2.pdf ", "SELECT" : "Daniel Glazman; et al. Selectors Level 3. 10 March 2009. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2009/WD-css3-selectors-20090310 ", - "SELECTORS-API3" : "Daniel Glazman; et al. Selectors Level 3. W3C Recommendation 29 September 2011 URL: http://www.w3.org/TR/2011/REC-css3-selectors-20110929 ", + "SELECTORS-LEVEL-3" : "Daniel Glazman; et al. Selectors Level 3. W3C Recommendation 29 September 2011 URL: http://www.w3.org/TR/2011/REC-css3-selectors-20110929 ", "SELECTORS-API" : "Lachlan Hunt; Anne van Kesteren. Selectors API. 14 November 2008. W3C Working Draft. (Work in progress.) URL: http://www.w3.org/TR/2008/WD-selectors-api-20081114 ", "SELECTORS-API2": "Lachlan Hunt. Selectors API Level 2. 19 January 2010. Working Draft. (Work in progress.) URL: http://www.w3.org/TR/selectors-api2/", "SEMANTIC-INTERPRETATION" : "David Burke; Luc Van Tichelen. Semantic Interpretation for Speech Recognition (SISR) Version 1.0. 5 April 2007. W3C Recommendation. URL: http://www.w3.org/TR/2007/REC-semantic-interpretation-20070405 ",