Bug 216105 - Add an STP callout to Web Inspector documentation
Summary: Add an STP callout to Web Inspector documentation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jon Davis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-02 15:58 PDT by Jon Davis
Modified: 2020-09-02 18:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.65 KB, patch)
2020-09-02 16:00 PDT, Jon Davis
no flags Details | Formatted Diff | Diff
Patch (2.65 KB, patch)
2020-09-02 16:08 PDT, Jon Davis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Davis 2020-09-02 15:58:42 PDT
Include a statement to encourage STP use for the latest Web Inspector features on Web Inspector documentation pages.
Comment 1 Jon Davis 2020-09-02 16:00:12 PDT
Created attachment 407825 [details]
Patch
Comment 2 Devin Rousso 2020-09-02 16:01:59 PDT
Comment on attachment 407825 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=407825&action=review

r=me

> Websites/webkit.org/wp-content/themes/webkit/single-web_inspector_page.php:20
> +            Updated for <a href="https://developer.apple.com/safari/technology-preview/">Safari Technology Preview</a><?php echo empty($revision)?'':" $revision"; ?>. Try it out for the latest Web Inspector features, including all of the above and more.</p>

NIT: do you want to add spaces around the ternary (e.g. `empty($revision) ? '' : " $revision" ;`)?
Comment 3 Jon Davis 2020-09-02 16:08:10 PDT
Created attachment 407828 [details]
Patch
Comment 4 EWS 2020-09-02 18:04:50 PDT
Committed r266497: <https://trac.webkit.org/changeset/266497>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407828 [details].
Comment 5 Radar WebKit Bug Importer 2020-09-02 18:05:14 PDT
<rdar://problem/68244808>