williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

Adding a link to the spec #64

Closed MatthiasKunnen closed 5 years ago

MatthiasKunnen commented 5 years ago

I really like node.green as it allows me to see which new features I can expect and which polyfills I can remove. I however find myself regularly wishing for a link to the spec/proposal of a certain feature.

Since the features imported from kangax/compat-table contain links to the spec, it should be possible to edit the extract script to include the spec which should allow adding a link to the spec on the website.
I would keep the anchor but make the anchor only appear on hover. Implementation is up for debate.

That is, if this change is desired of course.

MatthiasKunnen commented 5 years ago

@williamkapke, would you accept PRs for this change?

williamkapke commented 5 years ago

Sure! Sounds nice :D