Skip to content

Commit 77453d0

Browse files
committed
Fix swapped definitions of title and text members.
The definitions of the `title` and `text` members of `ShareTargetParams` were swapped; this associates the correct definition with the correct member. I got here from w3ctag/design-reviews#221.
1 parent 505a2fb commit 77453d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@ <h3>
311311
</p>
312312
<p>
313313
The <dfn>title</dfn> member specifies the name of the query parameter
314-
used for the arbitrary text that forms the body of the message being
315-
shared.
314+
used for the title of the document being shared.
316315
</p>
317316
<p>
318317
The <dfn>text</dfn> member specifies the name of the query parameter
319-
used for the title of the document being shared.
318+
used for the arbitrary text that forms the body of the message being
319+
shared.
320320
</p>
321321
<p>
322322
The <dfn>url</dfn> member specifies the name of the query parameter

0 commit comments

Comments
 (0)