Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
33e4618
editorial(common.css): remove unusued styles
pkra Jan 9, 2025
8a50516
editorial(core-aam.css): remove unusued styles
pkra Jan 9, 2025
ee572e0
editorial(html-aam): remove html-aam.css
pkra Jan 9, 2025
801d89d
editorial: revise contract model figure & its css
pkra Jan 9, 2025
cbe3bab
editorial(core-aam.css): remove empty rule
pkra Jan 9, 2025
42bae3c
editorial(core-aam): remove core-aam.css
pkra Jan 9, 2025
14174e4
editorial(pdf-aam): remove link to core-aam.css
pkra Jan 9, 2025
79a8d1d
editorial(common.css): remove custom termlist design
pkra Feb 12, 2025
43e6f5c
editorial(common.css): remove .note
pkra Feb 12, 2025
f9c72ed
editorial(common.css): remove custom .rfc2119
pkra Feb 12, 2025
49fd1e4
editorial(common.css): remove dl.compact dt
pkra Feb 12, 2025
3d9ed3e
editorial(common.css): remove custom .termref
pkra Feb 12, 2025
2cdb0cb
editorial(common.css): remove code/pre/kbd styles
pkra Feb 12, 2025
f9522dc
editorial(accname): remove/replace OL styles
pkra Feb 12, 2025
fdfa2ae
editorial(aria): remove common.css & adjust tables
pkra Feb 12, 2025
c19df49
editorial: remove editors.css,
pkra Feb 12, 2025
eabb800
editorial: remove slices.css,
pkra Feb 12, 2025
5c9fe74
editorial(accname): remove common.css & adjust table
pkra Feb 12, 2025
674601e
editorial(dpub-aria): remove common.css & adjust tables
pkra Feb 13, 2025
75882a4
editorial(graphics-aria): remove common.css & adjust tables
pkra Feb 13, 2025
fae7f26
editorial(core-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
e14d2d7
editorial(dpub-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
0b2e1cb
editorial(graphics-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
649f3ee
editorial(html-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
87cd9f5
editorial(mathml-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
c942754
editorial(pdf-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
6228dd8
editorial(svg-aam): remove stylesheets & adjust tables
pkra Feb 13, 2025
24cc6d4
editorial: remove last references to common.css
pkra Feb 13, 2025
ea47cb1
editorial: remove common.css
pkra Feb 13, 2025
ec71494
editorial: remove mapping-tables.css
pkra Feb 13, 2025
c9185c2
editorial(aam): switch tables to .def
pkra Feb 14, 2025
8943ff9
Merge branch 'main' into issue2226
pkra Feb 27, 2025
548ca98
Revert "editorial(aam): switch tables to .def"
pkra Mar 1, 2025
8f258ab
Revert "editorial(accname): remove/replace OL styles"
pkra Mar 1, 2025
f837f06
editorial(accname): add list styles from common.css
pkra Mar 1, 2025
b4f33bb
Merge branch 'issue2226' of github.com:w3c/aria into issue2226
pkra Mar 1, 2025
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
9 changes: 7 additions & 2 deletions accname/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<title>Accessible Name and Description Computation 1.2</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="../common/css/common.css" rel="stylesheet" type="text/css" />
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer="defer"></script>
<script src="../common/script/resolveReferences.js" class="remove"></script>
<script src="../common/script/utility.js" class="remove"></script>
Expand Down Expand Up @@ -143,6 +142,12 @@
xref: ["dom", "core-aam-1.2", "wai-aria-1.2", "infra"],
};
</script>
<style>
ol{ list-style:decimal; }
ol ol{ list-style:upper-alpha; }
ol ol ol{ list-style:lower-roman; }
ol ol ol ol{ list-style:lower-alpha; }
</style>
</head>
<body>
<section id="abstract">
Expand Down Expand Up @@ -313,7 +318,7 @@ <h3>Description Computation</h3>
the first applicable entry from the table where the listed conditions are met, as described in the last column. The user agent MUST NOT use any markup other that the first relevant markup
found, even if that markup results in an empty description:
</p>
<table>
<table class="data">
<thead>
<tr>
<th>Precedence</th>
Expand Down
254 changes: 0 additions & 254 deletions common/css/common.css

This file was deleted.

36 changes: 0 additions & 36 deletions common/css/editors.css

This file was deleted.

53 changes: 0 additions & 53 deletions common/css/mapping-tables.css

This file was deleted.

Loading
Loading