Use CSS for th width · w3c/using-aria@c79750d
2019-07-01
·
via Recent Commits to using-aria:gh-pages
| Original file line number | Diff line number | Diff line change |
|---|
@@ -48,8 +48,8 @@
|
48 | 48 | wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83482/status", |
49 | 49 | |
50 | 50 | github: "https://github.com/w3c/using-aria/", |
51 | | - |
52 | | - |
| 51 | + |
| 52 | + |
53 | 53 | |
54 | 54 | after: function () { |
55 | 55 | var nodesToRemove = [ |
@@ -415,11 +415,11 @@ <h5 id="p10">Other static elements with <code>aria-label</code>, <code>aria-labe
|
415 | 415 | <table aria-describedby="p10" > |
416 | 416 | <thead > |
417 | 417 | <tr> |
418 | | -<th width="10%" scope="col"> </th> |
419 | | -<th width="15%" scope="col">JAWS</th> |
420 | | -<th width="20%" scope="col">NVDA</th> |
421 | | -<th width="30%" scope="col">VoiceOver</th> |
422 | | -<th width="12%" scope="col">Talkback</th> |
| 418 | +<th style="width:10%" scope="col"> </th> |
| 419 | +<th style="width:15%" scope="col">JAWS</th> |
| 420 | +<th style="width:20%" scope="col">NVDA</th> |
| 421 | +<th style="width:30%" scope="col">VoiceOver</th> |
| 422 | +<th style="width:12%" scope="col">Talkback</th> |
423 | 423 | </tr> |
424 | 424 | </thead> |
425 | 425 | <tbody><tr> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。