https://codeberg.org/ddevault/scdoc/commit/baaebab77db8123ee97a1c4c6a25c0873abf25e7
0–49 50–89 90–100
Metrics
First Contentful Paint
2.1 s
First Contentful Paint marks the time at which the first text or image is painted. Learn more.
Speed Index
2.1 s
Speed Index shows how quickly the contents of a page are visibly populated. Learn more.
Largest Contentful Paint
2.4 s
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn More
Time to Interactive
2.1 s
Time to interactive is the amount of time it takes for the page to become fully interactive. Learn more.
Total Blocking Time
0 ms
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more.
Cumulative Layout Shift
0
Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more.
Values are estimated and may vary. The performance score is calculated directly from these metrics.See calculator.
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
OpportunitiesThese suggestions can help your page load faster. They don't directly affect the Performance score.
Opportunity
Estimated Savings
Remove unused JavaScript
1.05 s
Remove unused JavaScript to reduce bytes consumed by network activity. Learn more.
URL
Transfer Size
Potential Savings
345.9 KiB
219.8 KiB
…./web_src/fomantic/build/semantic.js
54.6 KiB
43.8 KiB
…./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js
21.3 KiB
32.9 KiB
…./node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js
17.2 KiB
30.5 KiB
…./node_modules/jquery/dist/jquery.js
27.7 KiB
23.8 KiB
…./node_modules/vue-bar-graph/dist/vue-bar-graph.common.js
38 KiB
20.5 KiB
Properly size images
0.66 s
Serve images that are appropriately-sized to save cellular data and improve load time. Learn more.
URL
Resource Size
Potential Savings
132.1 KiB
123.6 KiB
6.1 KiB
4.1 KiB
Eliminate render-blocking resources
0.62 s
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn more.
URL
Transfer Size
Potential Savings
86.1 KiB
600 ms
Remove unused CSS
0.6 s
Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. Learn more.
URL
Transfer Size
Potential Savings
86.1 KiB
79.8 KiB
Enable text compression
0.6 s
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more.
URL
Transfer Size
Potential Savings
…commit/baaebab…
(codeberg.org)
135.6 KiB
116.2 KiB
Serve images in next-gen formats
0.45 s
Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more.
URL
Resource Size
Potential Savings
132.1 KiB
115.7 KiB
DiagnosticsMore information about the performance of your application. These numbers don't directly affect the Performance score.
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn more.
URL
Location
line: 10
Avoid an excessive DOM size 2,247 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more.
Statistic
Element
Value
Total DOM Elements
NaN
Maximum DOM Depth
<path d="M7.823 1.677 4.927 4.573A.25.25 0 0 0 5.104 5H7.25v3.236a.75.75 0 1 0 1.5 …">
18
Maximum Child Elements
<tbody>
78
Avoid chaining critical requests 4 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn more.
Maximum critical path latency: 310 ms
Initial Navigation
…commit/baaebab…
(codeberg.org)
- 20 ms, 10.61 KiB
- 20 ms, 86.06 KiB
- 20 ms, 4.27 KiB
- 20 ms, 345.93 KiB
Keep request counts low and transfer sizes small 10 requests • 729 KiB
To set budgets for the quantity and size of page resources, add a budget.json file. Learn more.
Resource Type
Requests
Transfer Size
Total
10
728.6 KiB
Script
2
356.5 KiB
Image
3
141.7 KiB
Document
1
136.4 KiB
Stylesheet
2
90.3 KiB
Other
2
3.5 KiB
Media
0
0 KiB
Font
0
0 KiB
Third-party
0
0 KiB
Largest Contentful Paint element 1 element found
This is the largest contentful element painted within the viewport. Learn More
Element
Subsections are useful in case on name conflicts within a section. Typically ma…
<pre class="commit-body">
Passed audits (24)
Defer offscreen images
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn more.
Minify CSS
Minifying CSS files can reduce network payload sizes. Learn more.
Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn more.
Efficiently encode images
Optimized images load faster and consume less cellular data. Learn more.
Preconnect to required origins
Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. Learn more.
Initial server response time was short Root document took 110 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more.
URL
Time Spent
…commit/baaebab…
(codeberg.org)
110 ms
Avoid multiple page redirects
Redirects introduce additional delays before the page can be loaded. Learn more.
Preload key requests
Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. Learn more.
Use HTTP/2
HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push. Learn more.
Use video formats for animated content
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more
Remove duplicate modules in JavaScript bundles
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Avoid serving legacy JavaScript to modern browsers Potential savings of 11 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn More
URL
Potential Savings
11.4 KiB
Array.prototype.filter
Array.from
Array.prototype.map
Object.getOwnPropertyDescriptors
Object.keys
Object.values
Object.getOwnPropertyNames
Avoids enormous network payloads Total size was 729 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn more.
URL
Transfer Size
345.9 KiB
…commit/baaebab…
(codeberg.org)
136.4 KiB
132.5 KiB
86.1 KiB
10.6 KiB
6.4 KiB
4.3 KiB
/logo-kit/icon_inverted.svg
(design.codeberg.org)
2.9 KiB
…img/favicon.png
(codeberg.org)
2.5 KiB
…img/favicon.svg
(codeberg.org)
1.1 KiB
Uses efficient cache policy on static assets 1 resource found
A long cache lifetime can speed up repeat visits to your page. Learn more.
URL
Cache TTL
Transfer Size
/logo-kit/icon_inverted.svg
(design.codeberg.org)
None
3 KiB
User Timing marks and measures
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more.
JavaScript execution time 0.1 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn more.
URL
Total CPU Time
Script Evaluation
Script Parse
…commit/baaebab…
(codeberg.org)
180 ms
9 ms
1 ms
102 ms
79 ms
11 ms
Minimizes main-thread work 0.3 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn more
Category
Time Spent
Style & Layout
123 ms
Script Evaluation
115 ms
Other
60 ms
Parse HTML & CSS
24 ms
Script Parsing & Compilation
12 ms
Rendering
8 ms
All text remains visible during webfont loads
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more.
Minimize third-party usage
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn more.
Avoid large layout shifts
These DOM elements contribute most to the CLS of the page.
Avoids document.write()
For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. Learn more.
Avoid long main-thread tasks
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn more
Avoid non-composited animations
Animations which are not composited can be janky and increase CLS. Learn more
Avoids large JavaScript libraries with smaller alternatives 0 large libraries found
Large JavaScript libraries can lead to poor performance. Prefer smaller, functionally equivalent libraries to reduce your bundle size. Learn more.
These checks highlight opportunities to improve the accessibility of your web app. Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.
ARIAThese are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more.
Failing Elements
Whitespace
<div class="ui dropdown tiny basic button" data-tooltip-content="Whitespace" tabindex="0" role="combobox" aria-haspopup="listbox" aria-controls="_aria_auto_id_0" aria-expanded="false" aria-label="Whitespace">
Names and labelsThese are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Buttons do not have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn more.
Failing Elements
button
<button class="item gt-w-auto ui icon mini button gt-p-3 gt-m-0" id="navbar-expand-toggle">
button
<button class="fold-file btn interact-bg gt-p-2">
button
<button class="btn interact-fg gt-p-3" data-clipboard-text="src/main.c">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=0&amp;last_right=0&amp;left=16&amp;right=16&amp;left_hunk_size=31&amp;right_hunk_size=35&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=up&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K16">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=46&amp;last_right=50&amp;left=69&amp;right=73&amp;left_hunk_size=7&amp;right_hunk_size=7&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=down&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K73">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=46&amp;last_right=50&amp;left=69&amp;right=73&amp;left_hunk_size=7&amp;right_hunk_size=7&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=up&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K73">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=75&amp;last_right=79&amp;left=122&amp;right=126&amp;left_hunk_size=13&amp;right_hunk_size=12&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=down&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K126">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=75&amp;last_right=79&amp;left=122&amp;right=126&amp;left_hunk_size=13&amp;right_hunk_size=12&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=up&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K126">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=134&amp;last_right=137&amp;left=138&amp;right=141&amp;left_hunk_size=7&amp;right_hunk_size=7&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K141">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=144&amp;last_right=147&amp;left=753&amp;right=756&amp;left_hunk_size=0&amp;right_hunk_size=0&amp;path=src%2Fmain.c&amp;style=unified&amp;direction=down&amp;wiki=" data-anchor="diff-3a576e09615c0e19842e5f3ac31e858c9ae7fe41K756">
button
<button class="fold-file btn interact-bg gt-p-2">
button
<button class="btn interact-fg gt-p-3" data-clipboard-text="test/preamble">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=0&amp;last_right=0&amp;left=25&amp;right=25&amp;left_hunk_size=24&amp;right_hunk_size=42&amp;path=test%2Fpreamble&amp;style=unified&amp;direction=up&amp;wiki=" data-anchor="diff-e3ebe4e67d61862f3af30ed9d8c97dcd824e1235K25">
button
<button class="code-expander-button" data-url="/ddevault/scdoc/blob_excerpt/baaebab77db8123ee97a1c4c6a25c0873abf25e7" data-query="last_left=48&amp;last_right=66&amp;left=86&amp;right=104&amp;left_hunk_size=0&amp;right_hunk_size=0&amp;path=test%2Fpreamble&amp;style=unified&amp;direction=down&amp;wiki=" data-anchor="diff-e3ebe4e67d61862f3af30ed9d8c97dcd824e1235K104">
Image elements do not have [alt] attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more.
Failing Elements
img
<img class="ui mini image" width="26" height="26" src="https://design.codeberg.org/logo-kit/icon_inverted.svg">
ContrastThese are opportunities to improve the legibility of your content.
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn more.
Failing Elements
ddevault
<a href="/ddevault">ddevault</a>
scdoc
<a href="/ddevault/scdoc">scdoc</a>
Fork
<a class="ui compact small basic button">
Code
<a class="item" href="/ddevault/scdoc">
Issues
<a class="item" href="/ddevault/scdoc/issues">
Pull Requests 1
<a class="item" href="/ddevault/scdoc/pulls">
Releases
<a class="item" href="/ddevault/scdoc/releases">
Wiki
<a class="item" href="/ddevault/scdoc/wiki">
Activity
<a class="item" href="/ddevault/scdoc/activity">
Browse Source
<a class="ui primary tiny button" href="/ddevault/scdoc/src/commit/baaebab77db8123ee97a1c4c6a25c0873abf25e7"> Browse Source </a>
Drew DeVault
<strong>Drew DeVault</strong>
656484e0ab
<a class="ui primary sha label" href="/ddevault/scdoc/commit/656484e0ab06f86e2f4a35cd6abf6614017bccf8">656484e0ab</a>
baaebab77d
<span class="ui primary sha label">baaebab77d</span>
2 changed files
<strong> 2 changed files</strong>
35 additions
<strong>35 additions</strong>
static
<span class="k">static</span>
int
<span class="kt">int</span>
struct
<span class="k">struct</span>
static
<span class="k">static</span>
struct
<span class="k">struct</span>
struct
<span class="k">struct</span>
if
<span class="k">if</span>
0x80
<span class="mh">0x80</span>
if
<span class="k">if</span>
0x80
<span class="mh">0x80</span>
10
<span class="mi">10</span>
10
<span class="mi">10</span>
if
<span class="k">if</span>
break
<span class="k">break</span>
return
<span class="k">return</span>
return
<span class="k">return</span>
return
<span class="k">return</span>
return
<span class="k">return</span>
int
<span class="kt">int</span>
struct
<span class="k">struct</span>
256
<span class="mi">256</span>
if
<span class="k">if</span>
if
<span class="k">if</span>
/* ex2 and ex3 are already double-quoted */
<span class="cm">/* ex2 and ex3 are already double-quoted */</span>
else
<span class="k">else</span>
if
<span class="k">if</span>
else
<span class="k">else</span>
if
<span class="k">if</span>
NavigationThese are opportunities to improve keyboard navigation in your application.
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more.
Failing Elements
Allow subsection in preamble
<h3 class="gt-mb-0 gt-f1"><span class="commit-summary" title="Allow subsection in preamble">Allow subsection in preamble</span> </h3>
Additional items to manually check (10) These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.
The page has a logical tab order
Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more.
Interactive controls are keyboard focusable
Custom interactive controls are keyboard focusable and display a focus indicator. Learn more.
Interactive elements indicate their purpose and state
Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn more.
The user's focus is directed to new content added to the page
If new content, such as a dialog, is added to the page, the user's focus is directed to it. Learn more.
User focus is not accidentally trapped in a region
A user can tab into and out of any control or region without accidentally trapping their focus. Learn more.
Custom controls have associated labels
Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more.
Custom controls have ARIA roles
Custom interactive controls have appropriate ARIA roles. Learn more.
Visual order on the page follows DOM order
DOM order matches the visual order, improving navigation for assistive technology. Learn more.
Offscreen content is hidden from assistive technology
Offscreen content is hidden with display: none or aria-hidden=true. Learn more.
HTML5 landmark elements are used to improve navigation
Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. Learn more.
Passed audits (21)
[aria-*] attributes match their roles
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn more.
[aria-hidden="true"] is not present on the document <body>
Assistive technologies, like screen readers, work inconsistently when `aria-hidden="true"` is set on the document `<body>`. Learn more.
[aria-hidden="true"] elements do not contain focusable descendents
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn more.
[role]s have all required [aria-*] attributes
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more.
[role]s are contained by their required parent element
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more.
[role] values are valid
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more.
[aria-*] attributes have valid values
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more.
[aria-*] attributes are valid and not misspelled
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more.
The page contains a heading, skip link, or landmark region
Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more.
[id] attributes on active, focusable elements are unique
All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. Learn more.
ARIA IDs are unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn more.
<html> element has a [lang] attribute
If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more.
<html> element has a valid value for its [lang] attribute
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn more.
Lists contain only <li> elements and script supporting elements (<script> and <template>).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more.
List items (<li>) are contained within <ul> or <ol> parent elements
Screen readers require list items (`<li>`) to be contained within a parent `<ul>` or `<ol>` to be announced properly. Learn more.
[user-scalable="no"] is not used in the <meta name="viewport"> element and the [maximum-scale] attribute is not less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more.
No element has a [tabindex] value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more.
Cells in a <table> element that use the [headers] attribute refer to table cells within the same table.
Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. Learn more.
<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe.
Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. Learn more.
Not applicable (15)
[accesskey] values are unique
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more.
ARIA input fields have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more.
ARIA toggle fields have accessible names
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more.
<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn more.
Definition list items are wrapped in <dl> elements
Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. Learn more.
No form fields have multiple labels
Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. Learn more.
<frame> or <iframe> elements have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more.
<input type="image"> elements have [alt] text
When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. Learn more.
Form elements have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more.
Presentational <table> elements avoid using <th>, <caption> or the [summary] attribute.
A table being used for layout purposes should not include data elements, such as the th or caption elements or the summary attribute, because this can create a confusing experience for screen reader users. Learn more.
The document does not use <meta http-equiv="refresh">
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more.
<object> elements have [alt] text
Screen readers cannot translate non-text content. Adding alt text to `<object>` elements helps screen readers convey meaning to users. Learn more.
[lang] attributes have a valid value
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn more.
<video> elements contain a <track> element with [kind="captions"]
When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more.
<video> elements contain a <track> element with [kind="description"]
Audio descriptions provide relevant information for videos that dialogue cannot, such as facial expressions and scenes. Learn more.