[Webkit-unassigned] [Bug 226883] Web Inspector: add contextual documentation for CSS properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 21:08:56 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226883

--- Comment #22 from Harshil Ratnu <hratnu at apple.com> ---
Created attachment 432657

  --> https://bugs.webkit.org/attachment.cgi?id=432657&action=review

Update Script for ContextualDocumentationDatabase

The Script is written in Python. It provides for a quick way to download the most up to date data from VSCodeCustomData git Repository and prepare it for replacing the existing database.

The script also takes care :
1) Removing all unwanted details about a property and keeping only the name, description, sytax and URL
2) Alphabetizing the properties and details
3) Removing all unwanted (properties with no useful details) and undocumented(properties with prefixes that aren't supported by Web Inspector like -moz-, -ms- , -o- ) properties.

Running Instructions:
1) Go to the directory containing the script
2) Run terminal command - python updateContextualDocumentationDatabase.py

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210701/7cb97612/attachment.htm>


More information about the webkit-unassigned mailing list