Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added :target to Page Inspector pseudo-class toggles #2020

Merged
merged 3 commits into from Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions files/en-us/mozilla/firefox/releases/87/index.html
Expand Up @@ -13,6 +13,10 @@

<h2 id="Changes_for_web_developers">Changes for web developers</h2>

<ul>
<li>Developers can now use the <a href="/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS#viewing_common_pseudo-classes">Page Inspector</a> to toggle the {{cssxref(":target")}} pseudo-class for the currently selected element (in addition to the pseudo-classes that were previously supported: {{cssxref(":hover")}}, {{cssxref(":active")}} and {{cssxref(":focus")}}, {{cssxref(":focus-within")}}, {{cssxref(":focus-visible")}}, and {{cssxref(":visited")}}). ({{bug(1689899)}}).</li>
</ul>

<h3 id="Developer_Tools">Developer Tools</h3>

<h4 id="Removals">Removals</h4>
Expand Down
Expand Up @@ -153,7 +153,7 @@ <h3 id="Viewing_common_pseudo-classes">Viewing common pseudo-classes</h3>

<p><img alt="" src="show_pseudo_classes.png" style="border: 1px solid black; display: block; margin: 0 auto;"></p>

<p>Click the button to see checkboxes that you can use to enable the {{cssxref(":hover")}}, {{cssxref(":active")}} and {{cssxref(":focus")}},聽{{cssxref(":focus-within")}}, {{cssxref(":focus-visible")}} and {{cssxref(":visited")}} pseudo-classes for the selected element:</p>
<p>Click the button to see checkboxes that you can use to enable the {{cssxref(":hover")}}, {{cssxref(":active")}} and {{cssxref(":focus")}},聽{{cssxref(":focus-within")}}, {{cssxref(":focus-visible")}}, {{cssxref(":visited")}}, and {{cssxref(":target")}} pseudo-classes for the selected element:</p>
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved

<p><img alt="" src="show_pseudo_classes_hover.png" style="border: 1px solid black; display: block; margin: 0px auto;">This feature can also be accessed from the <a href="/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_HTML#element_popup_menu">popup menu in the HTML view</a>.</p>

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.