| Summary: | Web Inspector: `shape-outside` description doesn't make sense | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||||
| Component: | Web Inspector | Assignee: | Razvan Caliman <rcaliman> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | ews-watchlist, hi, inspector-bugzilla-changes, pangle, rcaliman, simon.fraser, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
Created attachment 448402 [details]
[fast-cq] Patch 1.0
Add the ability to overwrite individual CSS property documentation fields with data from local JSON file.
Comment on attachment 448402 [details]
[fast-cq] Patch 1.0
r=me, nice solution :)
Are we going to get the VSCode description fixed? Seems like we should file an issue at https://github.com/microsoft/vscode-custom-data/issues /Volumes/Data/worker/Commit-Queue/build/Source/WebInspectorUI/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Created attachment 448490 [details]
[fast-cq] Patch 1.0
Carry over R+; fix missing reviewer from Changelog
Committed r287682 (245778@main): <https://commits.webkit.org/245778@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 448490 [details]. |
CSSDocumentation.js says: "shape-outside": { "description": "Specifies an orthogonal rotation to be applied to an image before it is laid out.", "syntax": "none | [ <shape-box> || <basic-shape> ] | <image>", "url": "https://developer.mozilla.org/docs/Web/CSS/shape-outside" }, I don't think that's a valid description of shape-outside?