File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,18 +103,18 @@ by the script. A user may provide the wrong domain, a URL instead of the bare
103
103
domain name, an account, or the account domain instead of the web domain, and
104
104
Tootpick tries to recover from that and do the right thing.
105
105
106
+ <details ><summary >
106
107
## Fragment parameters
108
+ </summary >
107
109
108
110
Although Tootpick currently only uses a single parameter, ` text ` , it is ready
109
111
for accepting more than that.
110
112
111
- <details ><summary >
112
113
The parsing of the URI fragment, that is part after the ` # ` , is done as
113
114
described in the [ Media Fragments URI
114
115
specification] ( https://www.w3.org/TR/media-frags/#processing-name-value-components )
115
116
which assumes RFC 3986 URI escaping. (Note: Tootpick does not use media
116
117
fragments, just the syntax for parameters in URI fragments.)
117
- </summary >
118
118
119
119
This means that the reserved characters ` & ` and ` = ` are used as delimiters.
120
120
They must be unescaped when used as delimiters, and must be escaped when used
You can’t perform that action at this time.
0 commit comments