Skip to content

Commit 1dbc0ed

Browse files
committed
Fixed some typos in Example 29 and 30.
Fixed Japanese text, to make it correspond exactly to the percent encoded string. Added ’suffix’ property name, it was missing.
1 parent 2530688 commit 1dbc0ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selector-note/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2454,8 +2454,8 @@

24542454
<div class="example-title marker"><span>Example 29span><span style="text-transform: none">: Text Quote Selector in Japanese as an IRI and a URL, respectivelyspan>div>
24552455
<pre class="nohighlight">http://jp.example.org/page1
24562456
#selector(type=TextQuoteSelector,
2457-
exact=ぺんを,
2458-
prefix=私は,
2457+
exact=ペンを,
2458+
prefix=私は,
24592459
suffix=持っています)
24602460

24612461
http://jp.example.org/page1
@@ -2473,7 +2473,7 @@

24732473

24742474
http://example.org/page1
24752475
#selector(type=TextQuoteSelector,exact=annotation,
2476-
prefix=this%2520is%2520an%2520,=%2520that%2520has%2520some)pre>
2476+
prefix=this%2520is%2520an%2520,suffix=%2520that%2520has%2520some)pre>
24772477
div>
24782478

24792479
<p>Note that the IRI may also contain an internationalized domain name, which must be encoded as well (see [<cite><a class="bibref" href="#bib-rfc3490">rfc3490a>cite>]).p>

0 commit comments

Comments
 (0)