Re: [whatwg/streams] Add identifier highlighting similar to the ES spec (#687)

This is a great feature. Both for following the logic through the spec and doing implementations it is very helpful to be able to see at a glance where a variable is used.

I have a slight nitpick with the way it's implemented in the ES spec: highlighting is additive. I would rather it replaced the highlight when you clicked on a new identifier, or at least used a different colour.

Something that worries me is that Bikeshed and the emu-alg sections have separate notions of the set of identifiers. This currently only manifests itself by Bikeshed whining about unused identifiers during compilation, but it becomes more critical when the relationship between identifiers is exposed in the text.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/687#issuecomment-283850737

Received on Friday, 3 March 2017 02:52:43 UTC