Skip to content

Commit

Permalink
[css-transitions-2] Move <style> element lower for maintainability.
Browse files Browse the repository at this point in the history
The generated HTML is unchanged.
  • Loading branch information
dbaron committed Aug 24, 2023
1 parent c61950a commit 5475624
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions css-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
<style type="text/css">
table.event-state-transitions {
width: 100%;
border-spacing: 0px;
border-collapse: collapse;
}
table.event-state-transitions th:first-child {
width: 30%;
}
table.event-state-transitions th {
text-align: center;
}
table.event-state-transitions td {
padding: 0.2em 1em;
border: 1px solid black;
}
</style>

<pre class='metadata'>
Title: CSS Transitions Level 2
Status: ED
Expand Down Expand Up @@ -60,6 +42,24 @@ spec:web-animations-1; type:dfn;
text:unresolved
</pre>

<style type="text/css">
table.event-state-transitions {
width: 100%;
border-spacing: 0px;
border-collapse: collapse;
}
table.event-state-transitions th:first-child {
width: 30%;
}
table.event-state-transitions th {
text-align: center;
}
table.event-state-transitions td {
padding: 0.2em 1em;
border: 1px solid black;
}
</style>

<h2 id="delta">Delta specification</h2>

<p>This is a delta specification, meaning that it currently contains
Expand Down

0 comments on commit 5475624

Please sign in to comment.