Skip to content

Commit

Permalink
Merge pull request #169 from dirkschulze/references1
Browse files Browse the repository at this point in the history
Ref to SVG2, CSS Masking, Filter Effects, Compositing
  • Loading branch information
tobie committed Mar 27, 2013
2 parents 7e2c471 + 5a17127 commit 95c9902
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions bibref/biblio.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,17 @@ if (typeof berjon === "undefined") berjon = {};
"status": "WD",
"publisher": "W3C"
},
"COMPOSITING": {
"authors": [
"Rik Cabanier",
"Nikos Andronikos"
],
"href": "http://www.w3.org/TR/2012/WD-compositing-20120816/",
"title": "Compositing and Blending 1.0",
"date": "16 August 2012",
"status": "FPWD",
"publisher": "W3C"
},
"CMS-Algorithms": "R. Housley. <a href=\"http://www.ietf.org/rfc/rfc3370.txt\"><cite>RFC3370: Cryptographic Message Syntax (CMS) Algorithms</cite></a>. IETF Informational RFC, February 2002. URL: <a href=\"http://www.ietf.org/rfc/rfc3370.txt\">http://www.ietf.org/rfc/rfc3370.txt</a>",
"CMS-WRAP": "R. Housley. <a href=\"http://www.ietf.org/rfc/rfc3217.txt\"><cite>RFC3217: Triple-DES and R2 Key Wrapping</cite></a>. IETF Informational RFC, December 2001. URL: <a href=\"http://www.ietf.org/rfc/rfc3217.txt\">http://www.ietf.org/rfc/rfc3217.txt</a>",
"COAP": "E Shelby; et al. <a href=\"http://tools.ietf.org/html/draft-ietf-core-coap\"><cite>Constrained Application Protocol (CoAP)</cite></a>. IETF Internet Draft, December 2012. URL: <a href=\"http://tools.ietf.org/html/draft-ietf-core-coap\">http://tools.ietf.org/html/draft-ietf-core-coap</a>",
Expand Down Expand Up @@ -529,6 +540,18 @@ if (typeof berjon === "undefined") berjon = {};
"status": "FPWD",
"publisher": "W3C"
},
"CSS-MASKING": {
"authors": [
"Dirk Schulze",
"Brian Birtles",
"Tab Atkins Jr."
],
"href": "http://www.w3.org/TR/2012/WD-css-masking-20121115/",
"title": "CSS Masking",
"date": "15 November 2012",
"status": "FPWD",
"publisher": "W3C"
},
"CSS-MOBILE": {
"authors": [
"Svante Schubert"
Expand Down Expand Up @@ -1906,6 +1929,18 @@ if (typeof berjon === "undefined") berjon = {};
"status": "WD",
"publisher": "W3C"
},
"FILTER-EFFECTS": {
"authors": [
"Erik Dahlstr&#246;m",
"Dean Jackson",
"Dirk Schulze"
],
"href": "http://www.w3.org/TR/2012/WD-filter-effects-20121025/",
"title": "Filter Effects 1.0",
"date": "25 October 2012",
"status": "FPWD",
"publisher": "W3C"
},
"FIN-PRIV-NOTICE": "Kleimann Communications Group, Inc. <a href='http://www.ftc.gov/privacy/privacyinitiatives/ftcfinalreport060228.pdf'><cite>Evolution of a Prototype Financial Privacy Notice </cite></a> 28 February 2006. URL: http://www.ftc.gov/privacy/privacyinitiatives/ftcfinalreport060228.pdf ",
"FIPS-180-3": "<a href=\"http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf\"><cite>FIPS PUB 180-3 Secure Hash Standard</cite></a>. U.S. Department of Commerce/National Institute of Standards and Technology. URL: <a href=\"http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf\">http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf</a>",
"FIPS-186-3": "<a href=\"http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf\"><cite>FIPS PUB 186-3: Digital Signature Standard (DSS)</cite></a>. June 2009. U.S. Department of Commerce/National Institute of Standards and Technology. URL: <a href=\"http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf\">http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf</a>",
Expand Down Expand Up @@ -5064,6 +5099,25 @@ if (typeof berjon === "undefined") berjon = {};
"status": "WD",
"publisher": "W3C"
},
"SVG2": {
"authors": [
"Nikos Andronikos",
"Tavmjong Bah",
"Brian Birtles",
"Cyril Concolato",
"Erik Dahlstr&#246;m",
"Chris Lilley",
"Cameron McCormack",
"Dirk Schulze",
"Richard Schwerdtfeger",
"Jonathan Watt"
],
"href": "http://www.w3.org/TR/2012/WD-SVG2-20120828/",
"title": "Scalable Vector Graphics (SVG) 2",
"date": "28 August 2012",
"status": "FPWD",
"publisher": "W3C"
},
"SVGFILTER12": {
"authors": [
"Erik Dahlstr&#246;m"
Expand Down

0 comments on commit 95c9902

Please sign in to comment.