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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update experimental-example-usage-warning.html #3127

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Experimental Support Notice (Template)</title>
<head>
<meta charset="utf-8">
<title>Experimental Support Notice (Template)</title>
</head>
<body>
<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice" open>
Expand All @@ -11,7 +13,7 @@ <h2 id="support-notice-header">Read This First</h2>
</summary>
<p>This is an experimental implementation of potential future techniques that may not yet be supported by web standards.</p>
<ul>
<li> This example may include ARIA, HTML, CSS, or other code that is not yet included in a final web standard specification. </li>
<li>This example may include ARIA, HTML, CSS, or other code that is not yet included in a final web standard specification.</li>
<li>Experimental content is published in the APG only to facilitate discussion, gather feedback, and support testing of new features in browsers and assistive technologies.</li>
<li>
There may be little or no support for this example in any or most
Expand Down