WICG / scroll-to-text-fragment

Proposal to allow specifying a text snippet in a URL fragment
Other
586 stars 43 forks source link

Fix percent encoding production #232

Closed bokand closed 11 months ago

bokand commented 11 months ago

Percent-endocing requires two hex digits but the current production allowed just one or more than two.

Change the production to require two digits.

Also rename the production from PercentEncodedChar to PercentEncodedByte

Fixes #229


Preview | Diff