madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 94 forks source link

Tooltip links to w3c docs are broken #204

Open xt0rted opened 8 years ago

xt0rted commented 8 years ago

I'm not sure if this is even a WebEssentials issue since I can't tell what plugin would be doing this, unless it's VS proper (I know it's not ReSharper since that's turned off at the moment).

In the HTML editor when I hover over an attribute (such as img > srcset) I get a tooltip that says:

Images to use in different situations (e.g. high-resolution displays, small monitors, etc). Learn more

The link here is incorrect and should be: http://w3c.github.io/html/semantics-embedded-content.html#attr-picture-source-srcset Instead of: http://w3c.github.io/html/embedded-content.html#attr-picture-source-srcset