Skip to content

Commit

Permalink
Fix WebDriver dfn url error (#627)
Browse files Browse the repository at this point in the history
* Fix WebDriver dfn url error

* add obsolete to [[!RFC4122]] to surpress link error

---------

Co-authored-by: Alvin Ji <[email protected]>
  • Loading branch information
alvinjiooo and Alvin Ji authored May 15, 2024
1 parent 35c034e commit 0fa7040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec: PAGE-VISIBILITY; urlPrefix: https://www.w3.org/TR/page-visibility-2/#

spec: WEBDRIVER; urlPrefix: https://w3c.github.io/webdriver/
type: dfn
text: error; url: dfn-errors
text: error; url: dfn-error
text: local end; url: dfn-local-ends

</pre>
Expand Down Expand Up @@ -4487,7 +4487,7 @@ Response</a></code>, the UA MUST perform the following steps:
typedef DOMString UUID;
</xmp>

A <a>UUID</a> string represents a 128-bit [[!RFC4122]] UUID. A <dfn>valid
A <a>UUID</a> string represents a 128-bit [[!RFC4122 obsolete]] UUID. A <dfn>valid
UUID</dfn> is a string that matches the [[!ECMAScript]] regexp
<code>/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/</code>.
That is, a <a>valid UUID</a> is lower-case and does not use the 16- or 32-bit
Expand Down

0 comments on commit 0fa7040

Please sign in to comment.