diff --git a/index.html b/index.html index 53d96da..5fa2353 100644 --- a/index.html +++ b/index.html @@ -1129,7 +1129,7 @@
The presentation
@@ -1149,7 +1149,7 @@
The
partial interface Presentation {
readonly attribute PresentationReceiver? receiver;
};
-
+
The
+ Controlling user agents
+ MUST implement the following partial interface:
+
+ The receiver
@@ -2873,6 +2873,26 @@
+
+ Controlling user agent
+
+
+ partial interface PresentationConnection {
+ readonly attribute USVString receiverName;
+ };
+
+
+ receiverName
attribute represents the
+ user friendly name for the presentation display associated
+ with the presentation connection.
+
Event Handlers