--- 1/draft-ietf-rtcweb-constraints-registry-01.txt 2015-03-09 07:14:33.079166937 -0700
+++ 2/draft-ietf-rtcweb-constraints-registry-02.txt 2015-03-09 07:14:33.091167225 -0700
@@ -1,18 +1,18 @@
RTCWEB D. Burnett
Internet-Draft Aspect Software, Inc.
-Intended status: Standards Track January 16, 2015
-Expires: July 20, 2015
+Intended status: Standards Track March 9, 2015
+Expires: September 10, 2015
IANA Registry for RTCWeb Constrainable Properties
- draft-ietf-rtcweb-constraints-registry-01
+ draft-ietf-rtcweb-constraints-registry-02
Abstract
Specifications in W3C's Media Capture Task Force and WebRTC Working
Group have need of a registry in which to maintain a list of
constrainable properties for HTML media and other constrainable
objects. This document defines this registry.
Status of This Memo
@@ -22,21 +22,21 @@
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
- This Internet-Draft will expire on July 20, 2015.
+ This Internet-Draft will expire on September 10, 2015.
Copyright Notice
Copyright (c) 2015 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
@@ -56,21 +56,21 @@
4. Security Considerations . . . . . . . . . . . . . . . . . . . 4
5. References . . . . . . . . . . . . . . . . . . . . . . . . . 4
5.1. Normative References . . . . . . . . . . . . . . . . . . 4
5.2. Informative References . . . . . . . . . . . . . . . . . 4
Appendix A. Acknowledgements . . . . . . . . . . . . . . . . . . 5
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 5
1. Introduction
There is currently one W3C specification (Media Capture and Streams
- [W3C.WD-mediacapture-streams-20130903]) that has need of a registry
+ [W3C.WD-mediacapture-streams-20150212]) that has need of a registry
in which to represent constrainable properties, and it is expected
that others will as well. The specification makes use of a data
structure representing a list of constraints on the HTML media or
media connection to be established. Additionally, the specification
defines methods that are used to query the web browser about its
capabilities. The returned data structure specifies the browser's
capabilities in terms of constraints that it can satisfy. The data
structures and their use are defined as the Constrainable Pattern in
the aforementioned specification. This document specifies the
registry used to define individual constrainable property names,
@@ -125,37 +125,37 @@
3.1.1. Designated Expert Instructions
RTCWeb Constrainable Property Names are of unlimited length according
to the syntax. However, it is RECOMMENDED that they be no longer
than 80 characters in total. This is to keep them reasonable for
humans to read and use. It is RECOMMENDED that Names use camel case,
i.e., when a Name consists of multiple words, the first character of
each word SHOULD be an uppercase character, with all others being
lowercase.
- The references MUST define the following for each RTCWeb
+ The References MUST define the following for each RTCWeb
Constrainable Property:
allowed values
- The references MUST define the allowed values for the property,
+ The References MUST define the allowed values for the property,
for example an enumerated list of values or a range of
integers.
object(s)
- The references MUST define the object or objects for which the
+ The References MUST define the object or objects for which the
properties apply, for example a MediaStreamTrack.
The RTCWeb Constrainable Property MUST be well enough defined in the
- given references that it is understandable by implementors and
- application developers that will use the constraint. The property
+ given References that it is understandable by implementors and
+ application developers that will use the property. The property
SHOULD NOT duplicate a condition that can be achieved using
- properties already defined in the registry. The property name SHOULD
+ properties already defined in the registry. The property Name SHOULD
be appropriate and specific enough for the property.
4. Security Considerations
Since the constrainable properties envisioned for this registry are
fairly generic in nature, it is not expected that the mere existence
of this registry will introduce any particular security issues. Any
specification defining one or more new properties SHOULD address any
specific security issues that might be introduced by the properties
or their constrainable values.
@@ -169,26 +169,26 @@
[RFC5234] Crocker, D. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", STD 68, RFC 5234, January 2008.
[RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an
IANA Considerations Section in RFCs", BCP 26, RFC 5226,
May 2008.
5.2. Informative References
- [W3C.WD-mediacapture-streams-20130903]
+ [W3C.WD-mediacapture-streams-20150212]
Burnett, D., Bergkvist, A., Jennings, C., and A.
Narayanan, "Media Capture and Streams", World Wide Web
- Consortium WD WD-mediacapture-streams-20130903, September
- 2013, .
+ Consortium WD WD-mediacapture-streams-20150212, February
+ 2015, .
Appendix A. Acknowledgements
The authors would like to thank the members of the W3C Media Capture
Task Force and WebRTC Working Group, the members of the IETF RTCWEB
Working Group, and the people who gave specific early review and
feedback: Cullen Jennings and Travis Leithead.
Author's Address