Skip to content

Commit

Permalink
Make self-links work inside td elements
Browse files Browse the repository at this point in the history
This is needed for the Stages document.

See whatwg/sg@223c7eb for more context.
  • Loading branch information
annevk committed May 2, 2024
1 parent dd2b988 commit c2e01b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whatwg.org/style/subpages.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ a.self-link::before {

/* Not 600px like elsewhere; this must match the --body-width variable + ~ 2 * the self-link width */
@media (min-width: 960px) {
h2, h3, h4, h5, h6 {
h2, h3, h4, h5, h6, td {
position: relative;
}

Expand Down

0 comments on commit c2e01b2

Please sign in to comment.