Skip to content

Commit

Permalink
add obsolete to [[!RFC4122]] to surpress link error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Ji committed May 15, 2024
1 parent d92272b commit 9e9917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
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 9e9917c

Please sign in to comment.