From 8ccb0a4eb8f8a4b337e091e0a3f1660cd1b87749 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Thu, 6 Apr 2023 18:29:53 +0200 Subject: [PATCH] update documentation --- doc/RFC.md | 3 ++- src/xrfragment/URI.hx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/RFC.md b/doc/RFC.md index 5492065..c724898 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -4,7 +4,7 @@ > version 1.0.0 -date: 2023-04-06T18:29:21+0200
+date: 2023-04-06T18:29:50+0200
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) # XRFragment Grammar @@ -15,6 +15,7 @@ date: 2023-04-06T18:29:21+0200
sub-delims = "," / "|" / "=" ```
+ > Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200` Hasslefree 3D vector-data (`,`), multi-protocol/fallback-linking & dynamic values (`|`), and CSS-piggybacking (`.mygroup`) diff --git a/src/xrfragment/URI.hx b/src/xrfragment/URI.hx index 37dcae1..b2cb63e 100644 --- a/src/xrfragment/URI.hx +++ b/src/xrfragment/URI.hx @@ -19,6 +19,7 @@ import xrfragment.Parser; * sub-delims = "," / "|" / "=" * ``` *
+ * * > Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200` * * Hasslefree 3D vector-data (`,`), multi-protocol/fallback-linking & dynamic values (`|`), and CSS-piggybacking (`.mygroup`)