Skip to content

Commit

Permalink
editorial(graphics-aria): remove common.css & adjust tables
Browse files Browse the repository at this point in the history
As per editors discussion, removes common.css and
replaces .role-features with respec's .def

Part of #2410
  • Loading branch information
pkra committed Feb 13, 2025
1 parent cf81414 commit 0d75b64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions graphics-aria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<script src="../common/script/resolveReferences.js" class="remove"></script>
<script src="../common/biblio.js" class="remove" defer="defer"></script>
<script src="../common/script/participants.js" class="remove"></script>
<link href="../common/css/common.css" rel="stylesheet" type="text/css" />
<script class="remove" src="../common/script/ariaChild.js"></script>
<script class="remove" src="../common/script/roleInfo.js"></script>
<script class="remove">
Expand Down Expand Up @@ -466,7 +465,7 @@ <h2>Definition of Roles</h2>
>
</aside>
</div>
<table class="role-features">
<table class="def"
<caption>
Characteristics:
</caption>
Expand Down Expand Up @@ -703,7 +702,7 @@ <h2>Definition of Roles</h2>
</div>
-->
</div>
<table class="role-features">
<table class="def"
<caption>
Characteristics:
</caption>
Expand Down Expand Up @@ -889,7 +888,7 @@ <h2>Definition of Roles</h2>
>
</aside>
</div>
<table class="role-features">
<table class="def"
<caption>
Characteristics:
</caption>
Expand Down

0 comments on commit 0d75b64

Please sign in to comment.