- From: Ms2ger <notifications@github.com>
- Date: Thu, 23 Aug 2018 01:14:54 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 August 2018 08:18:08 UTC
Ms2ger commented on this pull request.
> @@ -1076,6 +1076,20 @@ with a [{{NoInterfaceObject}}] [=extended attribute=],
and [=callback interfaces=] which declare [=constants=]
must be annotated with an [{{Exposed}}] [=extended attribute=].
+<div algorithm>
+
+The <dfn>qualified name</dfn> of an [=interface=] |interface| is defined as follows:
+
+1. Let |identifier| be the [=identifier=] of |interface|.
+1. If |interface| has a [{{LegacyNamespace}}] [=extended attribute=], then:
+ 1. Let |namespace| be the identifier argument of the [{{LegacyNamespace}}]
+ [=extended attribute=].
+ 1. Return the [=concatenation=] of « |namespace|, |identifier| » with
+ separator <span class="char">U+002E FULL STOP (".")</span>.
Looking at the existing spec for about ten seconds yields
```html
<span class="char">U+005F LOW LINE ("_")</span>
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/577#discussion_r212219113
Received on Thursday, 23 August 2018 08:18:08 UTC