Skip to content

Commit 0394d95

Browse files
committed
📝 Add standards
1 parent f0370b9 commit 0394d95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

standards.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Data
5353

5454
- [ISO8601][] Date, time, duration, and recurrence formats
5555
- [RFC2397][] `data:text/plain,Hello``data:image/png;base64,R0lGODlhBAAEAHAAACwAAAAABAAEAIH///8AAAAAAAAAAAACBYQdgXpQADs=`
56+
- [RFC2141][] `urn:uuid:7362d9df-829d-40be-a4f0-5ba4cd98b34c``urn:isbn:1529046130`
57+
- [text fragments][] `#:~:text=queryText``#:~:text=beginText,endText`
5658
- [RFC5545][] `BEGIN:VCALENDAR``END:VCALENDAR`
5759
- [RFC8259][] JSON: `{"": true, "key": "value", "zero": 0, "subobject": {"key": "value"}}`
5860
- [RFC6901][] JSON select: `/paths/~1users/get`
@@ -91,6 +93,7 @@ Text
9193
[RFC2017]: https://tools.ietf.org/html/rfc2017 "Definition of the URL MIME External-Body Access-Type"
9294
[RFC2046]: https://tools.ietf.org/html/rfc2046 "Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types"
9395
[RFC2119]: https://tools.ietf.org/html/rfc2119 "Key words for use in RFCs to Indicate Requirement Levels"
96+
[RFC2141]: https://tools.ietf.org/html/rfc2141 "URN Syntax"
9497
[RFC2397]: https://tools.ietf.org/html/rfc2397 "The 'data' URL scheme"
9598
[RFC3986]: https://tools.ietf.org/html/rfc3986 "Uniform Resource Identifier (URI): Generic Syntax"
9699
[RFC5545]: https://tools.ietf.org/html/rfc5545 "Internet Calendaring and Scheduling Core Object Specification (iCalendar)"
@@ -106,6 +109,7 @@ Text
106109
[RFC8174]: https://tools.ietf.org/html/rfc8174 "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words"
107110
[RFC8259]: https://tools.ietf.org/html/rfc8259 "The JavaScript Object Notation (JSON) Data Interchange Format"
108111
[RFC8280]: https://tools.ietf.org/html/rfc8280 "Research into Human Rights Protocol Considerations"
112+
[text fragments]: https://wicg.github.io/scroll-to-text-fragment/ "URL Fragment Text Directives"
109113
[draft-rep-wg-topic-00]: https://tools.ietf.org/html/draft-rep-wg-topic-00 "Robots Exclusion Protocol"
110114
[draft-foudil-securitytxt-11]: https://tools.ietf.org/html/draft-foudil-securitytxt-11 "A File Format to Aid in Security Vulnerability Disclosure"
111115
[editorconfig]: https://editorconfig.org/

0 commit comments

Comments
 (0)