[heycam/webidl] Links to ECMA-262 abstract math functions should be more specific (#288)

In https://heycam.github.io/webidl/#abstract-opdef-integerpart
both "abs" and "floor" are hyperlinked to
https://tc39.github.io/ecma262/#sec-algorithm-conventions
which is a decently-sized section without further subsections that defines and explains several things.

However, specific fragment links for "abs" and "floor" exist in the spec:
* https://tc39.github.io/ecma262/#eqn-abs
* https://tc39.github.io/ecma262/#eqn-floor

It would be better if the mentions on these terms in WebIDL were linked using these more specific URLs.

-- 
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/issues/288

Received on Monday, 30 January 2017 23:11:11 UTC