Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
11 lines (10 loc) · 496 Bytes

File metadata and controls

11 lines (10 loc) · 496 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>CSS Test: Overflow clipping in cells that span columns</title>
<link rel="author" title="Robert Hogan" href="mailto:robhogan@gmail.com">
<link rel="help" href="https://html.spec.whatwg.org/multipage/tables.html#attributes-common-to-td-and-th-elements">
<link rel="match" href="zero-rowspan-002-ref.html">
<table>
<tr><td rowspan="0">1</td><td>2</td><td>3</td></tr>
<tr><td>1</td><td rowspan="0">2</td><td>3</td></tr>
<tr><td>1</td><td>2</td><td>3</td></tr>
</table>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.