Skip to content

Commit

Permalink
remove fx_minversion_header macro calls (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone committed Mar 18, 2021
1 parent d50d6c0 commit cfd0479
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/dialogarguments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Reference
- Window
---
<p>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</p>
<p>{{ deprecated_header() }}{{APIRef}}</p>

<p><span class="seoSummary">The <code>dialogArguments</code> property returns the
parameters that were passed into the {{domxref("window.showModalDialog()")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/showmodaldialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Method
- Window
---
<div>{{Fx_minversion_header(3)}}{{deprecated_header}}{{APIRef}}</div>
<div>{{deprecated_header}}{{APIRef}}</div>

<div class="warning">
<p><strong><em>This feature has been removed. Please fix your Web sites and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- AJAX
- Accessibility
---
<p></p>
<div class="warning">
These notes are for developers of screen readers. Developers should use the <a href="/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions">ARIA live regions developer documentation</a>.</div>
<p>Firefox 3 contains important improvements to the way the Mozilla engine exposes live changes in a document.</p>
Expand Down

0 comments on commit cfd0479

Please sign in to comment.