Skip to content

Commit 5e4d6d3

Browse files
author
Marcos Cáceres
committed
chore: add Ian Jacobs and Rouslan Solomakhin as co-editors
1 parent 0bc0baa commit 5e4d6d3

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

index.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@
3939
company: "Facebook",
4040
w3cid: 88345,
4141
},
42+
{
43+
name: "Ian Jacobs",
44+
url: "http://www.w3.org/People/Jacobs/",
45+
company: "W3C",
46+
companyURL: "https://www.w3.org/",
47+
w3cid: 2175,
48+
},
49+
{
50+
name: "Rouslan Solomakhin",
51+
url: "https://github.com/rsolomakhin",
52+
company: "Google",
53+
companyURL: "https://www.google.com/",
54+
w3cid: 83784,
55+
},
4256
],
4357
crEnd: "2018-10-31",
4458
license: "w3c-software-doc",
@@ -936,8 +950,8 @@ <h2>
936950
to <a>show()</a> to protect the user, then return a promise
937951
rejected with a "<a>SecurityError</a>" <a>DOMException</a>. For
938952
example, the <a>user agent</a> may limit the rate at which a page
939-
can call <a>show()</a>, as described in the <a href=
940-
"#privacy">privacy considerations</a> section.
953+
can call <a>show()</a>, as described in section <a href=
954+
"#privacy"></a>.
941955
</p>
942956
</li>
943957
<li>If <var>request</var>.<a>[[\state]]</a> is not "<a>created</a>"
@@ -1683,10 +1697,7 @@ <h2>
16831697
A <a>valid decimal monetary value</a> containing a monetary amount.
16841698
</dd>
16851699
</dl>
1686-
<p>
1687-
The following example shows how to represent US$55.00.
1688-
</p>
1689-
<pre class="example js">
1700+
<pre class="example js" title="How to represent US$55.00">
16901701
{
16911702
"currency": "USD",
16921703
"value": "55.00"

0 commit comments

Comments
 (0)