Reference the HTML spec for the origin concept.
authorMichael[tm] Smith <mike@w3.org>
Wed, 10 Jun 2015 21:03:22 +0900
changeset 47 0c0d48a076a5
parent 46 8079867aca86
child 48 e96213df027d
Reference the HTML spec for the origin concept.
Overview.src.html
--- a/Overview.src.html	Mon May 18 15:45:38 2015 +0900
+++ b/Overview.src.html	Wed Jun 10 21:03:22 2015 +0900
@@ -277,7 +277,7 @@
 displayed if the user (or user agent on behalf of the user) has granted
 <dfn>permission</dfn>. The <span>permission</span> to display
 <span title=concept-notification>notifications</span> for a given
-<span data-anolis-spec=origin>origin</span> can be one of three strings:
+<span data-anolis-spec=html>origin</span> can be one of three strings:
 
 <dl>
  <dt>"<code title>default</code>"
@@ -546,7 +546,7 @@
  string otherwise. <span data-anolis-ref>LANG</span>
 
  <li><p>Set <var title>notifications</var>'s <span>origin</span> to the
- current <span data-anolis-spec=origin>origin</span>.
+ current <span data-anolis-spec=html>origin</span>.
 
  <li><p>If <var title>options</var>'s <code title>body</code> is present,
  set <var title>notification</var>'s <span>body</span> to
@@ -588,7 +588,7 @@
 
  <li><p>If <var title>permission</var> is "<code title>default</code>",
  ask the user whether showing notifications for the current
- <span data-anolis-spec=origin>origin</span> is acceptable. If it is, set
+ <span data-anolis-spec=html>origin</span> is acceptable. If it is, set
  <var title>permission</var> to "<code title>granted</code>", or
  "<code title>denied</code>" otherwise.