- From: CVS User abergkvi <cvsmail@w3.org>
- Date: Fri, 04 Jul 2014 11:39:00 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2011/webrtc/editor/archives/20140704 In directory roscoe:/tmp/cvs-serv15311/archives/20140704 Added Files: MediaRecorder.html getusermedia.html webrtc.html Log Message: Added 20140704 archived version (initial import of MediaRecorder spec). --- /sources/public/2011/webrtc/editor/archives/20140704/MediaRecorder.html 2014/07/04 11:39:00 NONE +++ /sources/public/2011/webrtc/editor/archives/20140704/MediaRecorder.html 2014/07/04 11:39:00 1.1 <!DOCTYPE html> <html lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en"> <head> <title>MediaStream Recording</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> /* ReSpec.js CSS optimizations (Richard Tibbett) - cut-n-paste :) */ div.example { border-top: 1px solid #ff4500; border-bottom: 1px solid #ff4500; background: #fff; padding: 1em; font-size: 0.9em; margin-top: 1em; } div.example::before { content: "Example"; display: block; width: 150px; background: #ff4500; color: #fff; font-family: initial; padding: 3px; padding-left: 5px; font-weight: bold; margin: -1em 0 1em -1em; } /* Clean up pre.idl */ pre.idl::before { font-size:0.9em; } /* Add better spacing to sections */ section, .section { margin-bottom: 2em; } /* Reduce note & issue render size */ .note, .issue { font-size:0.8em; } /* Add addition spacing to <ol> and <ul> for rule definition */ ol.rule li, ul.rule li { padding:0.2em; } </style> <style>/***************************************************************** * ReSpec 3 CSS * Robin Berjon - http://berjon.com/ *****************************************************************/ /* --- INLINES --- */ em.rfc2119 { text-transform: lowercase; font-variant: small-caps; font-style: normal; color: #900; } h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym, h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr { border: none; } dfn { font-weight: bold; } a.internalDFN { color: inherit; border-bottom: 1px solid #99c; text-decoration: none; } a.externalDFN { color: inherit; border-bottom: 1px dotted #ccc; text-decoration: none; } a.bibref { text-decoration: none; } cite .bibref { font-style: normal; } code { color: #C83500; } /* --- TOC --- */ .toc a, .tof a { text-decoration: none; } a .secno, a .figno { color: #000; } ul.tof, ol.tof { list-style: none outside none; } .caption { margin-top: 0.5em; font-style: italic; } /* --- TABLE --- */ table.simple { border-spacing: 0; border-collapse: collapse; border-bottom: 3px solid #005a9c; } .simple th { background: #005a9c; color: #fff; padding: 3px 5px; text-align: left; } .simple th[scope="row"] { background: inherit; color: inherit; border-top: 1px solid #ddd; } .simple td { padding: 3px 10px; border-top: 1px solid #ddd; } .simple tr:nth-child(even) { background: #f0f6ff; } /* --- DL --- */ .section dd > p:first-child { margin-top: 0; } .section dd > p:last-child { margin-bottom: 0; } .section dd { margin-bottom: 1em; } .section dl.attrs dd, .section dl.eldef dd { margin-bottom: 0; } @media print { .removeOnSave { display: none; } } </style><style>/* --- WEB IDL --- */ pre.idl { border-top: 1px solid #90b8de; border-bottom: 1px solid #90b8de; padding: 1em; line-height: 120%; } pre.idl::before { content: "WebIDL"; display: block; width: 150px; background: #90b8de; color: #fff; font-family: initial; padding: 3px; font-weight: bold; margin: -1em 0 1em -1em; } .idlType { color: #ff4500; font-weight: bold; text-decoration: none; } /*.idlModule*/ /*.idlModuleID*/ /*.idlInterface*/ .idlInterfaceID, .idlDictionaryID, .idlCallbackID, .idlEnumID { font-weight: bold; color: #005a9c; } a.idlEnumItem { color: #000; border-bottom: 1px dotted #ccc; text-decoration: none; } .idlSuperclass { font-style: italic; color: #005a9c; } /*.idlAttribute*/ .idlAttrType, .idlFieldType, .idlMemberType { color: #005a9c; } .idlAttrName, .idlFieldName, .idlMemberName { color: #ff4500; } .idlAttrName a, .idlFieldName a, .idlMemberName a { color: #ff4500; border-bottom: 1px dotted #ff4500; text-decoration: none; } /*.idlMethod*/ .idlMethType, .idlCallbackType { color: #005a9c; } .idlMethName { color: #ff4500; } .idlMethName a { color: #ff4500; border-bottom: 1px dotted #ff4500; text-decoration: none; } /*.idlCtor*/ .idlCtorName { color: #ff4500; } .idlCtorName a { color: #ff4500; border-bottom: 1px dotted #ff4500; text-decoration: none; } /*.idlParam*/ .idlParamType { color: #005a9c; } .idlParamName, .idlDefaultValue { font-style: italic; } .extAttr { color: #666; } /*.idlSectionComment*/ .idlSectionComment { color: gray; } /*.idlConst*/ .idlConstType { color: #005a9c; } .idlConstName { color: #ff4500; } .idlConstName a { color: #ff4500; border-bottom: 1px dotted #ff4500; text-decoration: none; } /*.idlException*/ .idlExceptionID { font-weight: bold; color: #c00; } .idlTypedefID, .idlTypedefType { color: #005a9c; } .idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code { color: #c00; font-weight: normal; } .excName a { font-family: monospace; } .idlRaises a.idlType, .excName a.idlType { border-bottom: 1px dotted #c00; } .excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse { width: 45px; text-align: center; } .excGetSetTrue, .prmNullTrue, .prmOptTrue { color: #0c0; } .excGetSetFalse, .prmNullFalse, .prmOptFalse { color: #c00; } .idlImplements a { font-weight: bold; } dl.attributes, dl.methods, dl.constants, dl.constructors, dl.fields, dl.dictionary-members { margin-left: 2em; } .attributes dt, .methods dt, .constants dt, .constructors dt, .fields dt, .dictionary-members dt { font-weight: normal; } .attributes dt code, .methods dt code, .constants dt code, .constructors dt code, .fields dt code, .dictionary-members dt code { font-weight: bold; color: #000; font-family: monospace; } .attributes dt code, .fields dt code, .dictionary-members dt code { background: #ffffd2; } .attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code { color: #005a9c; background: transparent; font-family: inherit; font-weight: normal; font-style: italic; } .methods dt code { background: #d9e6f8; } .constants dt code { background: #ddffd2; } .constructors dt code { background: #cfc; } .attributes dd, .methods dd, .constants dd, .constructors dd, .fields dd, .dictionary-members dd { margin-bottom: 1em; } table.parameters, table.exceptions { border-spacing: 0; border-collapse: collapse; margin: 0.5em 0; width: 100%; } table.parameters { border-bottom: 1px solid #90b8de; } table.exceptions { border-bottom: 1px solid #deb890; } .parameters th, .exceptions th { color: #fff; padding: 3px 5px; text-align: left; font-family: initial; font-weight: normal; text-shadow: #666 1px 1px 0; } .parameters th { background: #90b8de; } .exceptions th { background: #deb890; } .parameters td, .exceptions td { padding: 3px 10px; border-top: 1px solid #ddd; vertical-align: top; } .parameters tr:first-child td, .exceptions tr:first-child td { border-top: none; } .parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName { width: 100px; } .parameters td.prmType { width: 120px; } table.exceptions table { border-spacing: 0; border-collapse: collapse; width: 100%; } </style><link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> <body id="respecDocument" role="document" class="h-entry"><div id="respecHeader" role="contentinfo" class="head"> <p> [593 lines skipped] --- /sources/public/2011/webrtc/editor/archives/20140704/getusermedia.html 2014/07/04 11:39:00 NONE +++ /sources/public/2011/webrtc/editor/archives/20140704/getusermedia.html 2014/07/04 11:39:00 1.1 [5644 lines skipped] --- /sources/public/2011/webrtc/editor/archives/20140704/webrtc.html 2014/07/04 11:39:00 NONE +++ /sources/public/2011/webrtc/editor/archives/20140704/webrtc.html 2014/07/04 11:39:00 1.1 [11597 lines skipped]
Received on Friday, 4 July 2014 11:39:01 UTC