Re: [w3c/manifest] chore: refactor and export scope terms (#882)

@marcoscaceres commented on this pull request.



>          </li>
       </ol>
       <p>
-        A <a>URL</a> <var>target</var> is said to be <dfn data-lt=
-        "within-scope-manifest">within scope of a manifest</dfn>
-        <var>manifest</var> if <var>target</var> is <a>within scope</a> of the
-        navigation scope of <var>manifest</var>.
+        A [=URL=] |target:URL| is <dfn data-export="">within scope of a
+        manifest</dfn> if the |target| is [=URL/within scope=] of the
+        [=navigation scope=] (i.e., [=URL/within scope=] of the

Ok, so this will become:

```
<dfn data-dfn-for="manifest"
         data-lt="navigation scope"
         data-export="">navigation scope of a |manifest|</dfn>
```

And it can be used like this:

```
The [=manifest/navigation scope=] a |manifest| or [=processed manifest=]. 
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/882#discussion_r442029580

Received on Thursday, 18 June 2020 07:42:07 UTC