5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
15 lines
420 B
HTML
15 lines
420 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
|
|
"http://www.w3.org/TR/html4/frameset.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Frame elements missing valid long descriptions</title>
|
|
</head>
|
|
<frameset rows="100,200">
|
|
<frame src="TableData.htm">
|
|
<frame src="TableLayout.htm" title="this frame title" longdesc=
|
|
"tl.htm">
|
|
<frame src="TableLayout2.htm" title="this frame title" longdesc=
|
|
"tl2.htm">
|
|
</frameset>
|
|
</html>
|