Skip to content

Commit 96a2c28

Browse files
committed
Editorial: correct some concept types
1 parent 976c740 commit 96a2c28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notifications.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ representation of something that happened, such as the delivery of a message.
4646
<dfn for=notification id=service-worker-registration>service worker registration</dfn>.
4747

4848
<p>A <a>notification</a> has an associated
49-
<dfn for=notification id=concept-title>title</dfn> which is a DOMString.
49+
<dfn for=notification id=concept-title>title</dfn> which is a string.
5050

5151
<p>A <a>notification</a> has an associated
52-
<dfn for=notification id=body>body</dfn> which is a DOMString.
52+
<dfn for=notification id=body>body</dfn> which is a string.
5353

5454
<p>A <a>notification</a> has an associated
55-
<dfn for=notification id=concept-direction>direction</dfn> which is one of
56-
<i>auto</i>, <i>ltr</i>, and <i>rtl</i>.
55+
<dfn for=notification id=concept-direction>direction</dfn> which is "<code>auto</code>",
56+
"<code>ltr</code>", or "<code>rtl</code>".
5757

5858
<p>A <a>notification</a> has an associated
59-
<dfn for=notification id=concept-language>language</dfn> which is a DOMString
59+
<dfn for=notification id=concept-language>language</dfn> which is a string
6060
representing either a valid BCP 47 language tag or the empty string.
6161

6262
<p>A <a>notification</a> has an associated
63-
<dfn for=notification id=tag>tag</dfn> which is a DOMString.
63+
<dfn for=notification id=tag>tag</dfn> which is a string.
6464

6565
<p>A <a>notification</a> has an associated
6666
<dfn for=notification id=data>data</dfn>.

0 commit comments

Comments
 (0)