microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
196 stars 75 forks source link

Add loading/eager/lazy descriptions #79

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

I intend on adding HTML attribute/tag completion to Shopify Liquid HTML templates by using this repo's data.

I noticed that the img#loading data was lacking a description. The loading ValueSet did as well.

This PR adds the description for this attribute and value set as per what's on MDN at the time of making this PR.

MDN reference

Submission containing materials of a third party: Docs from MDN which should be covered by the "reference."

charlespwd commented 1 year ago

@microsoft-github-policy-service agree company="Shopify"

aeschli commented 1 year ago

browsers.html-data.json is generated from htmlTags.json and valueSets.json. I added your descriptions there.