bind tag to an origin
authorAnne van Kesteren <annevk@opera.com>
Wed, 20 Jun 2012 14:23:18 +0200
changeset 16 563e9af218b9
parent 15 954c3bcb5527
child 17 cf99a4f443ee
bind tag to an origin
Overview.html
Overview.src.html
--- a/Overview.html	Wed Jun 20 13:03:05 2012 +0200
+++ b/Overview.html	Wed Jun 20 14:23:18 2012 +0200
@@ -224,13 +224,15 @@
 delivery of email.
 
 <p>Each <a href="#concept-notification" title="concept-notification">notification</a> has a
-<dfn id="title">title</dfn>. For specification simplicity each
+<dfn id="title">title</dfn> (string). For specification simplicity each
 <a href="#concept-notification" title="concept-notification">notification</a> also has a
 <dfn id="title-direction">title direction</dfn> and <dfn id="body-direction">body direction</dfn>, both of which are
 initially "<code title="">auto</code>".
 
 <p>Each <a href="#concept-notification" title="concept-notification">notification</a> <em>can</em>
-have an associated <dfn id="body">body</dfn>, <dfn id="tag">tag</dfn>, and <dfn id="icon-url">icon URL</dfn>.
+have an associated <dfn id="body">body</dfn> (string),
+<dfn id="tag">tag</dfn>  ((string, <a class="external" href="http://tools.ietf.org/html/rfc6454#section-4">origin</a>) tuple),
+and <dfn id="icon-url">icon URL</dfn> (<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url">URL</a>).
 
 
 <h3 id="permission"><span class="secno">4.1 </span>Permission</h3>
@@ -480,7 +482,8 @@
 
  <li><p>If <var title="">options</var> is not omitted and its
  <code title="">tag</code> is not null, set <var title="">notification</var>'s
- <a href="#tag">tag</a> to <code title="">tag</code>.
+ <a href="#tag">tag</a> to
+ (<code title="">tag</code>, current <a class="external" href="http://tools.ietf.org/html/rfc6454#section-4">origin</a>).
 
  <li><p>If <var title="">options</var> is not omitted and its
  <code title="">iconUrl</code> is not null, set <var title="">notification</var>'s
@@ -685,6 +688,7 @@
 Edward O'Connor,
 Ian Hickson,
 James Graham,
-Jon Lee, and
-Jonas Sicking
+Jon Lee,
+Jonas Sicking, and
+Olli Pettay,
 for being awesome.
--- a/Overview.src.html	Wed Jun 20 13:03:05 2012 +0200
+++ b/Overview.src.html	Wed Jun 20 14:23:18 2012 +0200
@@ -202,13 +202,15 @@
 delivery of email.
 
 <p>Each <span title=concept-notification>notification</span> has a
-<dfn>title</dfn>. For specification simplicity each
+<dfn>title</dfn> (string). For specification simplicity each
 <span title=concept-notification>notification</span> also has a
 <dfn>title direction</dfn> and <dfn>body direction</dfn>, both of which are
 initially "<code title>auto</code>".
 
 <p>Each <span title=concept-notification>notification</span> <em>can</em>
-have an associated <dfn>body</dfn>, <dfn>tag</dfn>, and <dfn>icon URL</dfn>.
+have an associated <dfn>body</dfn> (string),
+<dfn>tag</dfn>  ((string, <span data-anolis-spec=origin>origin</span>) tuple),
+and <dfn>icon URL</dfn> (<span data-anolis-spec=html>URL</span>).
 
 
 <h3>Permission</h3>
@@ -458,7 +460,8 @@
 
  <li><p>If <var title>options</var> is not omitted and its
  <code title>tag</code> is not null, set <var title>notification</var>'s
- <span>tag</span> to <code title>tag</code>.
+ <span>tag</span> to
+ (<code title>tag</code>, current <span data-anolis-spec=origin>origin</span>).
 
  <li><p>If <var title>options</var> is not omitted and its
  <code title>iconUrl</code> is not null, set <var title>notification</var>'s
@@ -651,6 +654,7 @@
 Edward O'Connor,
 Ian Hickson,
 James Graham,
-Jon Lee, and
-Jonas Sicking
+Jon Lee,
+Jonas Sicking, and
+Olli Pettay,
 for being awesome.