-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change <ol> to <ul> when no order is intended (normative) (#3756)
Sibling PR to #3518 <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/pull/3756.html" title="Last updated on Mar 23, 2024, 4:00 PM UTC (cff6720)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/3756/bf44269...cff6720.html" title="Last updated on Mar 23, 2024, 4:00 PM UTC (cff6720)">Diff</a>
- Loading branch information
1 parent
a2c3cb3
commit 67f8420
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<dt><dfn id="dfn-structure">structure</dfn></dt> | ||
<dd> | ||
|
||
<ol> | ||
<ul> | ||
|
||
<li>The way the parts of a <a>web page</a> are organized in relation to each other; and | ||
</li> | ||
|
||
<li>The way a collection of <a>web pages</a> is organized | ||
</li> | ||
|
||
</ol> | ||
</ul> | ||
|
||
</dd> |