Re: [heycam/webidl] Change the named property visibility algorithm so that existing own props always make corresponding named props invisible. (#174)

>      1.  If |P| is not a [=supported property name=]
>          of |O|, then return false.
> +    1.  If |O| has an own property named |P|, then return false.
> +          <div class="note">
> +            Note that this will include cases in which an object has unforgeable properties, because in practice those are always set up before objects have any supported property names, and once set up will make the corresponding named properties invisible.
> +          </div>

These three lines can be replaced with `Note: This will include....`

-- 
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/174/files/cf3530fecf892c4999938e57d1102c0ea5877027#r78211415

Received on Friday, 9 September 2016 16:45:20 UTC