We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6556f5d + 329350e commit 3580e60Copy full SHA for 3580e60
wg-notes/fxl-a11y-tech/index.html
@@ -74,7 +74,14 @@
74
/*prevent examples from horizontal scrolling*/
75
pre {
76
white-space: break-spaces !important;
77
- }</style>
+ }
78
+ table {
79
+ border-collapse: collapse;
80
81
+ th, td {
82
+ border: 1px solid black;
83
84
+ </style>
85
</head>
86
<body>
87
<section id="abstract">
@@ -463,7 +470,7 @@ <h3>Tables</h3>
463
470
<caption>Complex Data Table with Merged Cells</caption>
464
471
<thead>
465
472
<tr>
466
- <th id="main-header" colspan="3" scope="colgroup">Header 1</th>
473
+ <th id="main-header" colspan="3" scope="colgroup" style="text-align: center;">Header 1</th>
467
474
</tr>
468
475
469
476
<th id="sub-header-2" scope="col">Header 2</th>
0 commit comments