Re: [w3c/screen-orientation] Editorial: Edits to Interface Definitions (#130)

marcoscaceres commented on this pull request.



> @@ -299,8 +300,8 @@ <h2>
         Concepts
       </h2>
       <p>
-        The term <a>screen</a> is equivalent to the screen of the output
-        device associated to the <a>Window</a>, as per [[CSSOM-VIEW]].
+        The term <a>screen</a> is equivalent to the screen of the output device

Ah! we need to be careful here, because "screen" is being used as a concept (not referring to the `Screen` Interface). So we might need a different definition for it if that's true.

If screen does get used as a concept, I think you can define it as follows:

```HTML
<dfn data-lt="screen concept" data-lt-noDefault>screen</dfn>
```

And then reference screen (when not describing the Web IDL interface):

```
<a data-lt="screen concept">screen</a>
```

Hopefully that makes sense! 


-- 
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/screen-orientation/pull/130#pullrequestreview-190552932

Received on Wednesday, 9 January 2019 02:29:03 UTC