| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select onchange='location.href = ...'><option selected>...---></option>...</select>
| 188 | |
| Critical | alt text should not be a meaningless image file name. | WCAG A F30 508 A F30 | |
| Placeholder alt text: bullet<img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| Placeholder alt text: bullet<img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| Critical | alt text should not contain placeholders like 'picture' or 'spacer'. | WCAG A F30 508 A F30 | |
| Placeholder text: bullet<img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| Placeholder text: bullet<img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| Critical | img elements must have an accessible name. | WCAG A F65 508 A F65 | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 274 | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 302 | |
| <img src='./img/teaser_right2.jpg' width='150px' height='154px'>
| 334 | |
| <img src='./img/teaser_right1.jpg' width='150px' height='106px'>
| 313 | |
| <img src='./img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 281 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='news.html' onfocus='blur();'>...</a>
| 294 | |
| <a href='news.html' onfocus='blur();'>...</a>
| 295 | |
| <a href='news.html' onfocus='blur();'>...</a>
| 293 | |
| <a href='javascript:location.href='home.html';' onfocus='blur();'>...</a>
| 249 | |
| <a href='javascript:location.href='news.html';' onfocus='blur();'>...</a>
| 255 | |
| Critical | This page uses nested tables, which do not make sense when read in a screen reader. | WCAG A F49 508 A F49 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px'>...</table>
| 213 | |
| Critical | select lists cannot be operated from the keyboard if they have a change handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard. | WCAG A 3.2.2 508 A 3.2.2 | |
| <select onchange='location.href = this.value;'>...</select>
| 188 | |
| Critical | Identify row and column headers in data tables using th elements, and mark layout tables with role=presentation. | WCAG A F91 508 A F91 | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 171 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| Critical | Use the lang attribute to identify the language of the page. | WCAG A 3.1.1 508 A 3.1.1 | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 2 | |
| Critical | This field removes focus when tabbed to making it impossible for disabled users to navigate this form via the keyboard. | WCAG A F55 508 A F55 | |
| <a href='news.html' onfocus='blur();'>Heat wave linked to temperatures</a>
| 281 | |
| <a href='news.html' onfocus='blur();'>Man Gets Nine Months in Violin Case</a>
| 282 | |
| <a href='news.html' onfocus='blur();'>Lack of brains hinders research</a>
| 283 | |
| <a href='tickets.html' onfocus='blur();' style='text-decoration:...'>...</a>
| 319 | |
| <a href='survey.html' onfocus='blur();' style='text-decoration:...'>....</a>
| 340 | |
| Critical | Users should be able to quickly look at each link and tell where it goes. | Best practice | |
| Link text: Read More...<a href='tickets.html' onfocus='blur();' style='text-decoration:...'>....</a>
| 319 | |
| Link text: Read More...<a href='survey.html' onfocus='blur();' style='text-decoration:...'>.....</a>
| 340 | |
| Link text: Click here<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Link text: Click here<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Critical | Invalid CSS color value. | CSS | |
| background: #eeeee | 40 | |
| Critical | The align attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img src='./img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 281 | |
| <img src='./img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 282 | |
| <img src='./img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 283 | |
| <img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| <img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| Critical | The align attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='780px' align='center'>...</td>
| 180 | |
| <td width='163px' background='./img/top_logo_next....' align='center' valign='middle'>...</td>
| 187 | |
| <td align='right'><font color='black' face='verdana' size='1'>...</font></td>
| 351 | |
| <td bgcolor='#ededed' align='right' id='WEATHER'>...</td>
| 216 | |
| <td width='100%' align='center'>...</td>
| 171 | |
| Critical | The width attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 171 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| Critical | The width attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='10px' background='./img/...'>...</td>
| 174 | |
| <td width='780px' background='./img/border_top.gif'>...</td>
| 175 | |
| <td width='10px' background='./img/...'>...</td>
| 176 | |
| <td width='10px' background='./img/border_left....'>...</td>
| 179 | |
| <td width='780px' align='center'>...</td>
| 180 | |
| Critical | The valign attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='443px' background='./img/top_logo_next....' valign='middle'>...</td>
| 183 | |
| <td width='24px' valign='middle'>...</td>
| 184 | |
| <td width='128px' valign='middle'>...</td>
| 185 | |
| <td width='22px' valign='middle'>...</td>
| 186 | |
| <td width='163px' background='./img/top_logo_next....' align='center' valign='middle'>...</td>
| 187 | |
| Critical | The valign attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr valign='middle'><td width='100%' align='center'>...</td></tr>
| 171 | |
| Critical | The alink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The bgcolor attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The link attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The marginheight attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The leftmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The topmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The marginwidth attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The text attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The vlink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 147 | |
| Critical | The hspace attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 249 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 255 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 261 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 267 | |
| Critical | The border attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 249 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 255 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 261 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 267 | |
| Critical | The bgcolor attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 171 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| Critical | The border attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 171 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| Critical | The cellpadding attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 171 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| Critical | The cellspacing attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 171 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 172 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 181 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 240 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 349 | |
| Critical | The bgcolor attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='155px' bgcolor='#e4e4e4' valign='top'>...</td>
| 242 | |
| <td bgcolor='#ededed' width='380px'>...</td>
| 215 | |
| <td bgcolor='#ededed' align='right' id='WEATHER'>...</td>
| 216 | |
| <td width='154px' bgcolor='#ededed' id='home' onmouseover='...' onmouseout='...'>...</td>
| 249 | |
| <td width='154px' bgcolor='#ededed' id='news' onmouseover='...' onmouseout='...'>...</td>
| 255 | |
| Critical | The height attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='434px' height='600px' valign='top' id='main'>...</td>
| 275 | |
| <td width='10px' height='10px' background='./img/...'>...</td>
| 358 | |
| <td width='780px' height='10px' background='./img/border_bottom....'>...</td>
| 359 | |
| <td width='10px' height='10px' background='./img/...'>...</td>
| 360 | |
| Critical | The acronym element is obsolete. Use the abbr element instead. | HTML | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 369 | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 351 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 369 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 351 | |
| <acronym title='Web Accessibility Initiative: Training, Implementation, Education, Support'>WAI-TIES</acronym>
| 367 | |
| Critical | The font element is obsolete.
Use CSS instead. | HTML | |
| <font color='black' face='verdana' size='1'>...</font>
| 351 | |
| <font color='black' face='verdana' size='2'> <b>Traffic:</b>...d</font>
| 215 | |
| <font color='#41545d' face='verdana' size='2'> <b>Free Penguins</b></font>
| 310 | |
| <font color='#41545d' face='verdana' size='2'> <b>More ...s</b></font>
| 331 | |
| <font color='black' face='verdana' size='2'><b>Today:</b>...</font>
| 216 | |
| Critical | The shape attribute on the a element is obsolete.
For image maps, use the area element instead of the a element. | HTML | |
| <a href='...://www.w3.org/WAI/sitemap.html' shape='rect'>WAI Site Map</a>
| 368 | |
| <a href='...//www.w3.org/WAI/sitehelp.html' shape='rect'>Help ...e</a>
| 368 | |
| <a href='...ps://www.w3.org/WAI/search.php' shape='rect'>Search</a>
| 368 | |
| <a href='...ttps://www.w3.org/WAI/contacts' shape='rect'>Contacting WAI</a>
| 368 | |
| <a href='mailto:wai-eo-editors@w3.org' shape='rect'>wai-eo-editors@w3.org</a>
| 368 | |
| Critical | The name attribute on the img element is obsolete.
Use the id attribute instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 249 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 255 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 261 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 267 | |
| Critical | Attribute width not allowed on element. | HTML | |
| <tr width='780px'></tr>
| 240 | |
| Critical | Bad value for attribute height. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='./img/border_left_top.gif' width='10px' height='10px'>
| 173 | |
| <img src='./img/border_top.gif' height='10px'>
| 174 | |
| <img src='./img/border_right_top.gif' width='10px' height='10px'>
| 175 | |
| <img src='./img/top_logo.gif' width='443px' height='86px'>
| 182 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 183 | |
| Critical | Bad value for attribute width. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='./img/border_left_top.gif' width='10px'>
| 173 | |
| <img src='./img/border_right_top.gif' width='10px'>
| 175 | |
| <img src='./img/border_left.gif' width='10px'>
| 178 | |
| <img src='./img/top_logo.gif' width='443px'>
| 182 | |
| <img src='./img/top_logo_next_end.gif' width='24px'>
| 183 | |
| Critical | Unclosed element font. | HTML | |
| | 227 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 1 | |
| Critical | Stray end tag tr. | HTML | |
| | 362 | |
| Critical | End tag td seen, but there were open elements. | HTML | |
| | 227 | |
| Critical | An img element must have an
alt attribute, except under certain
conditions. For details, consult guidance on
providing text alternatives for images. | HTML | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 274 | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 302 | |
| <img src='./img/teaser_right2.jpg' width='150px' height='154px'>
| 334 | |
| <img src='./img/teaser_right1.jpg' width='150px' height='106px'>
| 313 | |
| <img src='./img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 281 | |
| Critical | This link is broken. The page could not be found on the target web server. | Broken Link | |
| Broken link: https://www.w3.org/analytics/piwik/piwik.js404 Not Found | 132 | |
| Critical | This link returns a 403 Forbidden HTTP status code. | Broken Link Log | |
| Link: http://www.csail.mit.edu/403 Forbidden | 350 351 368 369 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| The text color to background color contrast ratio after composition is: | | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 10.67ptfont-weight: 700<b>Free Penguins</b>
| 310 | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 10.67ptfont-weight: 700<b>More City Parks</b>
| 331 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 2 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='./img/border_top.gif' height='10px'>
| 175 | |
| <img src='./img/border_left.gif' width='10px'>
| 179 | |
| <img src='./img/border_right.gif' width='10px'>
| 355 | |
| <img src='./img/border_bottom.gif' height='10px'>
| 359 | |
| <img alt='Web Accessibility Initiative (WAI) logo' src='../img/wai.png' height='48'>
| 150 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<a rel='copyright' href='...ium/Legal/ipr-notice#Copyright'>Copyright</a>
| 351 | |
| 5.83 with
color: rgb(34,108,142)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='tickets.html' onfocus='blur();' style='text-decoration:...'>....</a>
| 319 | |
| 5.83 with
color: rgb(34,108,142)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='survey.html' onfocus='blur();' style='text-decoration:...'>.....</a>
| 340 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='World Wide Web Consortium'>W3C</acronym>
| 351 | |
| 5.83 with
color: rgb(34,108,142)background: rgb(255,255,255)
font-size: 11.25ptfont-weight: 400<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| <a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Important | Link uses non-descriptive text like 'Click Here' which doesn't explain link purpose. | WCAG AAA F84 | |
| Link text: Read More...<a href='tickets.html' onfocus='blur();' style='text-decoration:...'>....</a>
| 319 | |
| Link text: Read More...<a href='survey.html' onfocus='blur();' style='text-decoration:...'>.....</a>
| 340 | |
| Link text: Click here<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Link text: Click here<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Important | Link text is not descriptive. | Google | |
| Link text: Read More...<a href='tickets.html' onfocus='blur();' style='text-decoration:...'>....</a>
| 319 | |
| Link text: Read More...<a href='survey.html' onfocus='blur();' style='text-decoration:...'>.....</a>
| 340 | |
| Link text: Click here<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Link text: Click here<a onfocus='blur();' href='../offsite.html' target='_blank'>Click here</a>
| 299 | |
| Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page. | Google Bing DuckDuckGo | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 2 | |
| Important | Use at least a 12-point font on all web pages. | Best practice | |
| font-size: 10.80pt<p class='subline'>Improving a Web site ... Guidelines (WCAG) 2.0</p>
| 152 | |
| font-size: 11.25pt<p>Citylights is the new portal for ... tickets, and get the latest news.</p>
| 277 | |
| font-size: 11.25pt<p>Please see the following websites ... advice, call the number below.<br>...</p>
| 299 | |
| font-size: 11.25pt<span>After three years of effort ... heatwave was hot air from our...</span>
| 293 | |
| font-size: 11.25pt<span>Mayor: These kinds of crimes ..., we could require compulsory...</span>
| 294 | |
| Important | Several links on a page share the same link text, but go to different destinations. | WCAG AAA 2.4.9 | |
| Link text: Read More... | 319 | |
| Link text: Read More... | 340 | |
| Warning | The border attribute on the img element is obsolete.
Consider specifying img { border: 0; } in CSS instead. | HTML | |
| <img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| <img src='./img/morearrow.gif' width='48' height='10' alt='' border='0' onmouseover='this.src='./img/...' onmouseout='this.src='./img/...' style='vertical-align: ...'>
| 294 | |
| <img src='./img/morearrow.gif' width='48' height='10' alt='' border='0' onmouseover='this.src='./img/...' onmouseout='this.src='./img/...' style='vertical-align: ...'>
| 295 | |
| <img src='./img/morearrow.gif' width='48' height='10' alt='' border='0' onmouseover='this.src='./img/...' onmouseout='this.src='./img/...' style='vertical-align: ...'>
| 293 | |
| <img src='./img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 299 | |
| Warning | The language attribute on the script element is obsolete. You can safely omit it. | HTML | |
| <script language='javascript'>...</script>
| 217 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript' async defer src='...3.org/analytics/piwik/piwik.js'>...</script>
| 132 | |
| type='text/javascript'<script src='../js/onload.js' type='text/javascript'>...</script>
| 145 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 372 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 132 | |
| Warning | Consider adding a lang attribute to the html start tag to declare the language of this document. | HTML | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 2 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select onchange='location.href = ...'><option selected>...---></option>...</select>
| 189 | |
| Critical | alt text should not be a meaningless image file name. | WCAG A F30 508 A F30 | |
| Placeholder alt text: bullet<img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| Placeholder alt text: bullet<img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| Critical | alt text should not contain placeholders like 'picture' or 'spacer'. | WCAG A F30 508 A F30 | |
| Placeholder text: bullet<img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| Placeholder text: bullet<img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| Critical | img elements must have an accessible name. | WCAG A F65 508 A F65 | |
| <img src='../img/blank_5x5.gif' width='20px' height='5px'>
| 275 | |
| <img src='../img/blank_5x5.gif' width='20px' height='5px'>
| 303 | |
| <img src='../img/teaser_right2.jpg' width='150px' height='154px'>
| 335 | |
| <img src='../img/top_logo_next_end.gif' width='24px' height='86px'>
| 185 | |
| <img src='../img/top_logo_next_start.gif' width='22px' height='86px'>
| 187 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='../news/annotations' onfocus='blur();'>...</a>
| 296 | |
| <a href='../news/annotations' onfocus='blur();'>...</a>
| 294 | |
| <a href='javascript:location.href='home.html';' onfocus='blur();'>...</a>
| 250 | |
| <a href='javascript:location.href='news.html';' onfocus='blur();'>...</a>
| 256 | |
| <a href='javascript:location.href='tickets.html';' onfocus='blur();'>...</a>
| 262 | |
| Critical | This page uses nested tables, which do not make sense when read in a screen reader. | WCAG A F49 508 A F49 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px'>...</table>
| 214 | |
| Critical | select lists cannot be operated from the keyboard if they have a change handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard. | WCAG A 3.2.2 508 A 3.2.2 | |
| <select onchange='location.href = this.value;'>...</select>
| 189 | |
| Critical | Identify row and column headers in data tables using th elements, and mark layout tables with role=presentation. | WCAG A F91 508 A F91 | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 172 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| Critical | Use the lang attribute to identify the language of the page. | WCAG A 3.1.1 508 A 3.1.1 | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Critical | This field removes focus when tabbed to making it impossible for disabled users to navigate this form via the keyboard. | WCAG A F55 508 A F55 | |
| <a href='../news/annotations' onfocus='blur();'>Man Gets ... Case</a>
| 283 | |
| <a href='../news/annotations' onfocus='blur();'>Lack of ... research</a>
| 284 | |
| <a href='../news/annotations' onfocus='blur();'>Heat wave ...s</a>
| 282 | |
| <a href='../survey/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 341 | |
| <a href='../news/annotations' onfocus='blur();'>...</a>
| 296 | |
| Critical | Users should be able to quickly look at each link and tell where it goes. | Best practice | |
| Link text: Read More...<a href='../survey/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 341 | |
| Link text: Read More...<a href='../tickets/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 320 | |
| Link text: Click here<a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Link text: Click here<a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Critical | The align attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img src='../img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 283 | |
| <img src='../img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 284 | |
| <img src='../img/headline_middle.gif' width='23' height='24' align='absmiddle'>
| 282 | |
| <img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| <img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| Critical | The align attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='780px' align='center'>...</td>
| 181 | |
| <td width='163px' background='../img/...' align='center' valign='middle'>...</td>
| 188 | |
| <td align='right'><font color='black' face='verdana' size='1'>...</font></td>
| 352 | |
| <td bgcolor='#ffffff' align='right' id='WEATHER'>...</td>
| 217 | |
| <td width='100%' align='center'>...</td>
| 172 | |
| Critical | The width attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 172 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| Critical | The width attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='10px' background='../img/...'>...</td>
| 175 | |
| <td width='780px' background='../img/border_top....'>...</td>
| 176 | |
| <td width='10px' background='../img/...'>...</td>
| 177 | |
| <td width='10px' background='../img/border_left....'>...</td>
| 180 | |
| <td width='780px' align='center'>...</td>
| 181 | |
| Critical | The valign attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='443px' background='../img/...' valign='middle'>...</td>
| 184 | |
| <td width='24px' valign='middle'>...</td>
| 185 | |
| <td width='128px' valign='middle'>...</td>
| 186 | |
| <td width='22px' valign='middle'>...</td>
| 187 | |
| <td width='163px' background='../img/...' align='center' valign='middle'>...</td>
| 188 | |
| Critical | The valign attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr valign='middle'><td width='100%' align='center'>...</td></tr>
| 172 | |
| Critical | The alink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The bgcolor attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The link attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The marginheight attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The leftmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The topmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The marginwidth attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The text attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The vlink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 148 | |
| Critical | The hspace attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='../img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 250 | |
| <img src='../img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 256 | |
| <img name='nav_facts' src='../img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 262 | |
| <img src='../img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 268 | |
| Critical | The border attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='../img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 250 | |
| <img src='../img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 256 | |
| <img name='nav_facts' src='../img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 262 | |
| <img src='../img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 268 | |
| Critical | The bgcolor attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 172 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| Critical | The border attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 172 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| Critical | The cellpadding attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 172 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| Critical | The cellspacing attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 172 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 173 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 182 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 241 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 350 | |
| Critical | The bgcolor attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='155px' bgcolor='#e4e4e4' valign='top'>...</td>
| 243 | |
| <td bgcolor='#ededed' width='380px'>...</td>
| 216 | |
| <td bgcolor='#ffffff' align='right' id='WEATHER'>...</td>
| 217 | |
| <td width='154px' bgcolor='#ededed' id='home' onmouseover='...' onmouseout='...'>...</td>
| 250 | |
| <td width='154px' bgcolor='#ededed' id='news' onmouseover='...' onmouseout='...'>...</td>
| 256 | |
| Critical | The height attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='434px' height='600px' valign='top' id='main'>...</td>
| 276 | |
| <td width='10px' height='10px' background='../img/...'>...</td>
| 358 | |
| <td width='780px' height='10px' background='../img/...'>...</td>
| 359 | |
| <td width='10px' height='10px' background='../img/...'>...</td>
| 360 | |
| Critical | The acronym element is obsolete. Use the abbr element instead. | HTML | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 475 | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 352 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 475 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 352 | |
| <acronym title='Web Accessibility Initiative: Training, Implementation, Education, Support'>WAI-TIES</acronym>
| 473 | |
| Critical | The font element is obsolete.
Use CSS instead. | HTML | |
| <font color='black' face='verdana' size='1'>...</font>
| 352 | |
| <font color='#41545d' face='verdana' size='2'> <b>Free Penguins</b></font>
| 311 | |
| <font color='#41545d' face='verdana' size='2'> <b>More ...s</b></font>
| 332 | |
| <font color='black' face='verdana' size='2'> <b>Traffic:</b>...d</font>
| 216 | |
| <font color='black' face='verdana' size='2'><b>Today:</b>...</font>
| 217 | |
| Critical | The shape attribute on the a element is obsolete.
For image maps, use the area element instead of the a element. | HTML | |
| <a href='...://www.w3.org/WAI/sitemap.html' shape='rect'>WAI Site Map</a>
| 474 | |
| <a href='...//www.w3.org/WAI/sitehelp.html' shape='rect'>Help ...e</a>
| 474 | |
| <a href='...ps://www.w3.org/WAI/search.php' shape='rect'>Search</a>
| 474 | |
| <a href='...ttps://www.w3.org/WAI/contacts' shape='rect'>Contacting WAI</a>
| 474 | |
| <a href='mailto:wai-eo-editors@w3.org' shape='rect'>wai-eo-editors@w3.org</a>
| 474 | |
| Critical | The name attribute on the img element is obsolete.
Use the id attribute instead. | HTML | |
| <img name='nav_home' src='../img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 250 | |
| <img src='../img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 256 | |
| <img name='nav_facts' src='../img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 262 | |
| <img src='../img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 268 | |
| Critical | Attribute width not allowed on element. | HTML | |
| <tr width='780px'></tr>
| 242 | |
| Critical | Bad value for attribute height. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='../img/border_left_top.gif' width='10px' height='10px'>
| 175 | |
| <img src='../img/border_top.gif' height='10px'>
| 176 | |
| <img src='../img/border_right_top.gif' width='10px' height='10px'>
| 177 | |
| <img src='../img/top_logo.gif' width='443px' height='86px'>
| 184 | |
| <img src='../img/top_logo_next_end.gif' width='24px' height='86px'>
| 185 | |
| Critical | Bad value for attribute width. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='../img/border_left_top.gif' width='10px'>
| 175 | |
| <img src='../img/border_right_top.gif' width='10px'>
| 177 | |
| <img src='../img/border_left.gif' width='10px'>
| 180 | |
| <img src='../img/top_logo.gif' width='443px'>
| 184 | |
| <img src='../img/top_logo_next_end.gif' width='24px'>
| 185 | |
| Critical | Unclosed element font. | HTML | |
| | 229 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 1 | |
| Critical | Stray end tag tr. | HTML | |
| | 363 | |
| Critical | End tag td seen, but there were open elements. | HTML | |
| | 229 | |
| Critical | An img element must have an
alt attribute, except under certain
conditions. For details, consult guidance on
providing text alternatives for images. | HTML | |
| <img src='../img/blank_5x5.gif' width='20px' height='5px'>
| 275 | |
| <img src='../img/blank_5x5.gif' width='20px' height='5px'>
| 303 | |
| <img src='../img/teaser_right2.jpg' width='150px' height='154px'>
| 335 | |
| <img src='../img/top_logo_next_end.gif' width='24px' height='86px'>
| 185 | |
| <img src='../img/top_logo_next_start.gif' width='22px' height='86px'>
| 187 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| The text color to background color contrast ratio after composition is: | | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 10.67ptfont-weight: 700<b>Free Penguins</b>
| 311 | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 10.67ptfont-weight: 700<b>More City Parks</b>
| 332 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='../img/border_top.gif' height='10px'>
| 176 | |
| <img src='../img/border_left.gif' width='10px'>
| 180 | |
| <img src='../img/border_right.gif' width='10px'>
| 355 | |
| <img src='../img/border_bottom.gif' height='10px'>
| 359 | |
| <img alt='Web Accessibility Initiative (WAI) logo' src='../../img/wai.png' height='48'>
| 151 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<a rel='copyright' href='...ium/Legal/ipr-notice#Copyright'>Copyright</a>
| 352 | |
| 5.83 with
color: rgb(34,108,142)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='../survey/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 341 | |
| 5.83 with
color: rgb(34,108,142)background: rgb(255,255,255)
font-size: 12ptfont-weight: 400<a href='../tickets/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 320 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='World Wide Web Consortium'>W3C</acronym>
| 352 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 352 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG AAA F22 | |
| <a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| <a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Important | Link uses non-descriptive text like 'Click Here' which doesn't explain link purpose. | WCAG AAA F84 | |
| Link text: Read More...<a href='../survey/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 341 | |
| Link text: Read More...<a href='../tickets/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 320 | |
| Link text: Click here<a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Link text: Click here<a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Important | Link text is not descriptive. | Google | |
| Link text: Read More...<a href='../survey/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 341 | |
| Link text: Read More...<a href='../tickets/annotations' onfocus='blur();' style='text-decoration:...'>Read More...</a>
| 320 | |
| Link text: Click here<a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Link text: Click here<a onfocus='blur();' href='../../offsite.html' target='_blank'>Click here</a>
| 300 | |
| Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page. | Google Bing DuckDuckGo | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Important | Use at least a 12-point font on all web pages. | Best practice | |
| font-size: 10.20pt<p>The text alternative for this ... text alternative is as follows:</p>
| 369 | |
| font-size: 10.20pt<p>This image does not have any text ... if the image is important or not.</p>
| 378 | |
| font-size: 10.20pt<p>The link "heat wave linked to ... as a link by many readers.</p>
| 387 | |
| font-size: 10.20pt<p>The text alternative for this image is provided in the<code>title</code>attribute alone, which is not usable for many readers. Moreover, the text alternative "image" does not describe the image.</p>
| 400 | |
| font-size: 10.20pt<p>The link text "Read more..." is ... convey the purpose of the link.</p>
| 409 | |
| Warning | The border attribute on the img element is obsolete.
Consider specifying img { border: 0; } in CSS instead. | HTML | |
| <img src='../img/morearrow.gif' width='48' height='10' alt='' border='0' onmouseover='this.src='../img/...' onmouseout='this.src='../img/...' style='vertical-align: ...'>
| 296 | |
| <img src='../img/morearrow.gif' width='48' height='10' alt='' border='0' onmouseover='this.src='../img/...' onmouseout='this.src='../img/...' style='vertical-align: ...'>
| 294 | |
| <img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| <img src='../img/morearrow.gif' width='48' height='10' alt='' border='0' onmouseover='this.src='../img/...' onmouseout='this.src='../img/...' style='vertical-align: ...'>
| 295 | |
| <img src='../img/list_bullets.gif' alt='bullet' border='0' align='absmiddle'>
| 300 | |
| Warning | The language attribute on the script element is obsolete. You can safely omit it. | HTML | |
| <script language='javascript'>...</script>
| 218 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 131 | |
| type='text/javascript'<script src='../../js/onload.js' type='text/javascript'>...</script>
| 144 | |
| type='text/javascript'<script src='../../js/annotations.js' type='text/javascript'>...</script>
| 146 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 479 | |
| Warning | Consider adding a lang attribute to the html start tag to declare the language of this document. | HTML | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select onchange='location.href = ...'><option selected>...---></option>...</select>
| 89 | |
| Critical | img elements must have an accessible name. | WCAG A F65 508 A F65 | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 175 | |
| <img height='24' src='./img/headline_middle.gif' width='23' align='absmiddle'>
| 241 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 85 | |
| <img src='./img/top_logo_next_start.gif' width='22px' height='86px'>
| 87 | |
| <img src='./img/top_weather.gif' width='128px' height='86px'>
| 86 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='javascript:location.href='home.html';' onfocus='blur();'>...</a>
| 150 | |
| <a href='javascript:location.href='news.html';' onfocus='blur();'>...</a>
| 156 | |
| <a href='javascript:location.href='tickets.html';' onfocus='blur();'>...</a>
| 162 | |
| <a href='javascript:location.href='survey.html';' onfocus='blur();'>...</a>
| 168 | |
| Critical | This page uses nested tables, which do not make sense when read in a screen reader. | WCAG A F49 508 A F49 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px'>...</table>
| 114 | |
| Critical | select lists cannot be operated from the keyboard if they have a change handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard. | WCAG A 3.2.2 508 A 3.2.2 | |
| <select onchange='location.href = this.value;'>...</select>
| 89 | |
| Critical | Identify row and column headers in data tables using th elements, and mark layout tables with role=presentation. | WCAG A F91 508 A F91 | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 72 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| Critical | Use the lang attribute to identify the language of the page. | WCAG A 3.1.1 508 A 3.1.1 | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Critical | This field removes focus when tabbed to making it impossible for disabled users to navigate this form via the keyboard. | WCAG A F55 508 A F55 | |
| <a href='...ipt:location.href='home.html';' onfocus='blur();'>...</a>
| 150 | |
| <a href='...ipt:location.href='news.html';' onfocus='blur();'>...</a>
| 156 | |
| <a href='...:location.href='tickets.html';' onfocus='blur();'>...</a>
| 162 | |
| <a href='...t:location.href='survey.html';' onfocus='blur();'>...</a>
| 168 | |
| Critical | Invalid value for CSS property. | CSS | |
| padding: 12 | 14 | |
| padding: 6 | 14 | |
| Critical | The align attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img height='24' src='./img/headline_middle.gif' width='23' align='absmiddle'>
| 241 | |
| <img height='24' src='./img/headline_middle.gif' width='23' align='absmiddle'>
| 196 | |
| <img height='24' src='./img/headline_middle.gif' width='23' align='absmiddle'>
| 218 | |
| <img src='./img/smzappa2.jpg' width='65' height='80' alt='picture of Clara F.' style='float:left;margin-...' align='left'>
| 200 | |
| Critical | The align attribute on the p element is obsolete.
Use CSS instead. | HTML | |
| <p class='headline' align='center'><font size='3'>...r</font></p>
| 229 | |
| <p class='headline' align='center'><font size='3'>Tough Wahoonie</font></p>
| 187 | |
| Critical | The align attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='780px' align='center'>...</td>
| 81 | |
| <td width='163px' background='./img/top_logo_next....' align='center' valign='middle'>...</td>
| 88 | |
| <td align='right'><font color='black' face='verdana' size='1'>...</font></td>
| 260 | |
| <td bgcolor='#ffffff' align='right' id='WEATHER'>...</td>
| 117 | |
| <td width='100%' align='center'>...</td>
| 72 | |
| Critical | The width attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 72 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| Critical | The width attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='10px' background='./img/...'>...</td>
| 75 | |
| <td width='780px' background='./img/border_top.gif'>...</td>
| 76 | |
| <td width='10px' background='./img/...'>...</td>
| 77 | |
| <td width='10px' background='./img/border_left....'>...</td>
| 80 | |
| <td width='780px' align='center'>...</td>
| 81 | |
| Critical | The valign attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='443px' background='./img/top_logo_next....' valign='middle'>...</td>
| 84 | |
| <td width='24px' valign='middle'>...</td>
| 85 | |
| <td width='128px' valign='middle'>...</td>
| 86 | |
| <td width='22px' valign='middle'>...</td>
| 87 | |
| <td width='163px' background='./img/top_logo_next....' align='center' valign='middle'>...</td>
| 88 | |
| Critical | The valign attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr valign='middle'><td width='100%' align='center'>...</td></tr>
| 72 | |
| Critical | The alink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The bgcolor attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The link attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The marginheight attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The leftmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The topmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The marginwidth attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The text attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The vlink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 48 | |
| Critical | The hspace attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 150 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 156 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 162 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 168 | |
| Critical | The border attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 150 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 156 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 162 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 168 | |
| Critical | The bgcolor attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 72 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| Critical | The border attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 72 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| Critical | The cellpadding attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 72 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| Critical | The cellspacing attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 72 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 73 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 82 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 141 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 258 | |
| Critical | The bgcolor attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='155px' bgcolor='#e4e4e4' valign='top'>...</td>
| 143 | |
| <td bgcolor='#ededed' width='380px'>...</td>
| 116 | |
| <td bgcolor='#ffffff' align='right' id='WEATHER'>...</td>
| 117 | |
| <td width='154px' bgcolor='#ededed' id='home' onmouseover='...' onmouseout='...'>...</td>
| 150 | |
| <td width='154px' bgcolor='#ededed' id='news' onmouseover='...' onmouseout='...'>...</td>
| 156 | |
| Critical | The height attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='625px' height='600px' valign='top' id='main'>...</td>
| 176 | |
| <td width='10px' height='10px' background='./img/...'>...</td>
| 266 | |
| <td width='780px' height='10px' background='./img/border_bottom....'>...</td>
| 267 | |
| <td width='10px' height='10px' background='./img/...'>...</td>
| 268 | |
| Critical | The bgcolor attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr bgcolor='#ededed'><td width='300'><p class='headline'>...</p></td></tr>
| 217 | |
| <tr bgcolor='#ededed'><td><p class='headline'>...</p></td>...</tr>
| 195 | |
| <tr bgcolor='#ededed'><td>...</td></tr>
| 240 | |
| Critical | The acronym element is obsolete. Use the abbr element instead. | HTML | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 277 | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 260 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 277 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 260 | |
| <acronym title='Web Accessibility Initiative: Training, Implementation, Education, Support'>WAI-TIES</acronym>
| 275 | |
| Critical | The font element is obsolete.
Use CSS instead. | HTML | |
| <font color='black' face='verdana' size='1'>...</font>
| 260 | |
| <font size='5'>Lack of Brains Hinders Research</font>
| 210 | |
| <font size='3'>Return To Sender</font>
| 229 | |
| <font color='black' face='verdana' size='2'> <b>Traffic:</b>...d</font>
| 116 | |
| <font color='black' face='verdana' size='2'><b>Today:</b>...</font>
| 117 | |
| Critical | The shape attribute on the a element is obsolete.
For image maps, use the area element instead of the a element. | HTML | |
| <a href='...://www.w3.org/WAI/sitemap.html' shape='rect'>WAI Site Map</a>
| 276 | |
| <a href='...//www.w3.org/WAI/sitehelp.html' shape='rect'>Help ...e</a>
| 276 | |
| <a href='...ps://www.w3.org/WAI/search.php' shape='rect'>Search</a>
| 276 | |
| <a href='...ttps://www.w3.org/WAI/contacts' shape='rect'>Contacting WAI</a>
| 276 | |
| <a href='mailto:wai-eo-editors@w3.org' shape='rect'>wai-eo-editors@w3.org</a>
| 276 | |
| Critical | The name attribute on the img element is obsolete.
Use the id attribute instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 150 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 156 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 162 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 168 | |
| Critical | Attribute width not allowed on element. | HTML | |
| <tr width='780px'></tr>
| 142 | |
| Critical | Bad value for attribute height. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='./img/border_left_top.gif' width='10px' height='10px'>
| 75 | |
| <img src='./img/border_top.gif' height='10px'>
| 76 | |
| <img src='./img/border_right_top.gif' width='10px' height='10px'>
| 77 | |
| <img src='./img/top_logo.gif' width='443px' height='86px'>
| 84 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 85 | |
| Critical | Bad value for attribute width. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='./img/border_left_top.gif' width='10px'>
| 75 | |
| <img src='./img/border_right_top.gif' width='10px'>
| 77 | |
| <img src='./img/border_left.gif' width='10px'>
| 80 | |
| <img src='./img/top_logo.gif' width='443px'>
| 84 | |
| <img src='./img/top_logo_next_end.gif' width='24px'>
| 85 | |
| Critical | Unclosed element font. | HTML | |
| | 129 | |
| Critical | No p element in scope but a p end tag seen. | HTML | |
| | 251 | |
| Critical | Start tag font seen in table. | HTML | |
| | 210 | |
| Critical | Start tag p seen in table. | HTML | |
| | 210 | |
| Critical | td start tag in table body. | HTML | |
| | 202 223 246 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 1 | |
| Critical | Stray end tag div. | HTML | |
| | 254 | |
| Critical | Stray end tag font. | HTML | |
| | 210 | |
| Critical | Stray end tag p. | HTML | |
| | 210 | |
| Critical | Stray end tag tr. | HTML | |
| | 271 | |
| Critical | End tag td seen, but there were open elements. | HTML | |
| | 129 | |
| Critical | An img element must have an
alt attribute, except under certain
conditions. For details, consult guidance on
providing text alternatives for images. | HTML | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 175 | |
| <img height='24' src='./img/headline_middle.gif' width='23' align='absmiddle'>
| 241 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 85 | |
| <img src='./img/top_logo_next_start.gif' width='22px' height='86px'>
| 87 | |
| <img src='./img/top_weather.gif' width='128px' height='86px'>
| 86 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Very Important | Omitting image width or height causes the page layout to shift as each image loads. | Best practice | |
| <img src='./img/border_top.gif' height='10px'>
| 76 | |
| <img src='./img/border_left.gif' width='10px'>
| 80 | |
| <img src='./img/border_right.gif' width='10px'>
| 263 | |
| <img src='./img/border_bottom.gif' height='10px'>
| 267 | |
| <img alt='Web Accessibility Initiative (WAI) logo' src='../img/wai.png' height='48'>
| 51 | |
| Very Important | Unknown pseudo-element or pseudo-class name. | CSS | |
| focused | 24 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<a rel='copyright' href='...ium/Legal/ipr-notice#Copyright'>Copyright</a>
| 260 | |
| 6.77 with
color: rgb(65,84,93)background: rgb(237,237,237)
font-size: 12ptfont-weight: 400<font size='3'>Your Shout</font>
| 196 | |
| 6.77 with
color: rgb(65,84,93)background: rgb(237,237,237)
font-size: 10.67ptfont-weight: 400<font size='2'>Brain donations at city hospital (by month)</font>
| 218 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='World Wide Web Consortium'>W3C</acronym>
| 260 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 260 | |
| Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page. | Google Bing DuckDuckGo | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Important | Use at least a 12-point font on all web pages. | Best practice | |
| font-size: 10.80pt<p class='subline'>Improving a Web site ... Guidelines (WCAG) 2.0</p>
| 53 | |
| font-size: 11.25pt<div style='float:left;width:...'>After three years ... to do the job."</div>
| 183 | |
| font-size: 11.25pt<div style='float:right; width: ...'>As news of the .... Last year's...</div>
| 184 | |
| font-size: 11.25pt<div style='float:left;width:...'><p class='headline' align='center'>...</p>"We soon realized that we were seeing a rise in temperatures every time a heatwave occurred. Also, the more air conditioning used, the bigger the heatwave. We knew it couldn't just be a coincidence, the match was 100%. Air conditioning was driving temperatures up, which in turn resulted in a heatwave," the Prof. explained. "It all comes from...</div>
| 187 | |
| font-size: 11.25pt<td width='60%' valign='top' style='padding-left:15px'>There ....<br>......</td>
| 251 | |
| Warning | The border attribute on the img element is obsolete.
Consider specifying img { border: 0; } in CSS instead. | HTML | |
| <img src='./img/chart1.jpg' alt='' width='270' height='150' border='0'>
| 221 | |
| <img src='./img/blanca.jpg' alt='Mrs B. Wahoonie investigates shipping hot air to Australia' width='240' height='180' border='0'>
| 244 | |
| Warning | The language attribute on the script element is obsolete. You can safely omit it. | HTML | |
| <script language='javascript'>...</script>
| 118 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 33 | |
| type='text/javascript'<script src='../js/onload.js' type='text/javascript'>...</script>
| 46 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 280 | |
| Warning | Consider adding a lang attribute to the html start tag to declare the language of this document. | HTML | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Critical | HTML form control has no accessible name. | WCAG A F68 508 A F68 | |
| <select onchange='location.href = ...'><option selected>...---></option>...</select>
| 84 | |
| Critical | img elements must have an accessible name. | WCAG A F65 508 A F65 | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 170 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 80 | |
| <img src='./img/top_logo_next_start.gif' width='22px' height='86px'>
| 82 | |
| <img src='./img/top_weather.gif' width='128px' height='86px'>
| 81 | |
| <img src='./img/headline_ticket_offers.gif' border='0'>
| 172 | |
| Critical | Links must have an accessible name. | WCAG A F89 508 A F89 | |
| <a href='javascript:location.href='home.html';' onfocus='blur();'>...</a>
| 145 | |
| <a href='javascript:location.href='news.html';' onfocus='blur();'>...</a>
| 151 | |
| <a href='javascript:location.href='tickets.html';' onfocus='blur();'>...</a>
| 157 | |
| <a href='javascript:location.href='survey.html';' onfocus='blur();'>...</a>
| 163 | |
| Critical | This page uses nested tables, which do not make sense when read in a screen reader. | WCAG A F49 508 A F49 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 68 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 136 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px'>...</table>
| 109 | |
| Critical | select lists cannot be operated from the keyboard if they have a change handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard. | WCAG A 3.2.2 508 A 3.2.2 | |
| <select onchange='location.href = this.value;'>...</select>
| 84 | |
| Critical | Identify row and column headers in data tables using th elements, and mark layout tables with role=presentation. | WCAG A F91 508 A F91 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px'>...</table>
| 109 | |
| <table width='155px' border='0px' cellspacing='0px' cellpadding='0px'>...</table>
| 139 | |
| <table style='border; border: 1px ...' width='600px'>...</table>
| 173 | |
| Critical | Use the lang attribute to identify the language of the page. | WCAG A 3.1.1 508 A 3.1.1 | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Critical | This field removes focus when tabbed to making it impossible for disabled users to navigate this form via the keyboard. | WCAG A F55 508 A F55 | |
| <a href='...ipt:location.href='home.html';' onfocus='blur();'>...</a>
| 145 | |
| <a href='...ipt:location.href='news.html';' onfocus='blur();'>...</a>
| 151 | |
| <a href='...:location.href='tickets.html';' onfocus='blur();'>...</a>
| 157 | |
| <a href='...t:location.href='survey.html';' onfocus='blur();'>...</a>
| 163 | |
| Critical | CSS Validation Error. | CSS | |
| | 1 1 | |
| border: ; | 1 | |
| Critical | The align attribute on the p element is obsolete.
Use CSS instead. | HTML | |
| <p id='terms' align='justify'>...</p>
| 270 | |
| Critical | The align attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='780px' align='center'>...</td>
| 76 | |
| <td width='163px' background='./img/top_logo_next....' align='center' valign='middle'>...</td>
| 83 | |
| <td align='right'><font color='black' face='verdana' size='1'>...</font></td>
| 279 | |
| <td bgcolor='#ffffff' align='right' id='WEATHER'>...</td>
| 112 | |
| <td valign='top' align='center' width='300px'><div><b>...s</b>...</div></td>
| 176 | |
| Critical | The align attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr align='left'><th style='padding-bottom:10px;'>...</th></tr>
| 200 | |
| Critical | The width attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 67 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 68 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 136 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| Critical | The width attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='10px' background='./img/...'>...</td>
| 70 | |
| <td width='780px' background='./img/border_top.gif'>...</td>
| 71 | |
| <td width='10px' background='./img/...'>...</td>
| 72 | |
| <td width='10px' background='./img/border_left....'>...</td>
| 75 | |
| <td width='780px' align='center'>...</td>
| 76 | |
| Critical | The valign attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='443px' background='./img/top_logo_next....' valign='middle'>...</td>
| 79 | |
| <td width='24px' valign='middle'>...</td>
| 80 | |
| <td width='128px' valign='middle'>...</td>
| 81 | |
| <td width='22px' valign='middle'>...</td>
| 82 | |
| <td width='163px' background='./img/top_logo_next....' align='center' valign='middle'>...</td>
| 83 | |
| Critical | The valign attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr valign='middle'><td width='100%' align='center'>...</td></tr>
| 67 | |
| Critical | The alink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The bgcolor attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The link attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The marginheight attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The leftmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The topmargin attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The marginwidth attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The text attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The vlink attribute on the body element is obsolete.
Use CSS instead. | HTML | |
| <body text='#000000' bgcolor='#d7d7cd' leftmargin='0px' topmargin='0px' marginwidth='0px' marginheight='0px' link='#226c8e' vlink='#226c8e' alink='#226c8e'>...</body>
| 43 | |
| Critical | The hspace attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 145 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 151 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 157 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 163 | |
| Critical | The border attribute on the img element is obsolete.
Use CSS instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 145 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 151 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 157 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 163 | |
| Critical | The bgcolor attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 67 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 68 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 136 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| Critical | The border attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 67 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 68 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 136 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| Critical | The cellpadding attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 67 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 68 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 136 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| Critical | The cellspacing attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='100%' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#d7d7cd'>...</table>
| 67 | |
| <table width='800px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 68 | |
| <table width='780px' height='144px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 77 | |
| <table width='780px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='white'>...</table>
| 136 | |
| <table width='780px' height='17px' border='0px' cellspacing='0px' cellpadding='0px' bgcolor='#ededed'>...</table>
| 277 | |
| Critical | The rules attribute on the table element is obsolete.
Use CSS instead. | HTML | |
| <table width='250px' border='1' bordercolor='#C0C0C0' rules='rows'>...</table>
| 177 | |
| Critical | The bgcolor attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='155px' bgcolor='#e4e4e4' valign='top'>...</td>
| 138 | |
| <td bgcolor='#ededed' width='380px'>...</td>
| 111 | |
| <td bgcolor='#ffffff' align='right' id='WEATHER'>...</td>
| 112 | |
| <td width='154px' bgcolor='#ededed' id='home' onmouseover='...' onmouseout='...'>...</td>
| 145 | |
| <td width='154px' bgcolor='#ededed' id='news' onmouseover='...' onmouseout='...'>...</td>
| 151 | |
| Critical | The height attribute on the td element is obsolete.
Use CSS instead. | HTML | |
| <td width='625px' height='600px' valign='top' id='main'>...</td>
| 171 | |
| <td width='10px' height='10px' background='./img/...'>...</td>
| 285 | |
| <td width='780px' height='10px' background='./img/border_bottom....'>...</td>
| 286 | |
| <td width='10px' height='10px' background='./img/...'>...</td>
| 287 | |
| Critical | The bgcolor attribute on the tr element is obsolete.
Use CSS instead. | HTML | |
| <tr bgcolor='#ededed'><td colspan='2' align='center'>...</td></tr>
| 189 | |
| <tr bgcolor='#a9b8bf'><td><b>...</b></td><td><b>...</b></td>...</tr>
| 206 | |
| <tr bgcolor='#a9b8bf'><td colspan='5'><b>...</b></td></tr>
| 244 | |
| <tr bgcolor='#ffffff'><td style='padding:20px 5px 5px'>...</td></tr>
| 269 | |
| <tr bgcolor='#a9b8bf'><td><b>...</b></td><td><b>...</b></td></tr>
| 178 | |
| Critical | The acronym element is obsolete. Use the abbr element instead. | HTML | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 296 | |
| <acronym title='World Wide Web Consortium'>W3C</acronym>
| 279 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 296 | |
| <acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 279 | |
| <acronym title='Web Accessibility Initiative: Training, Implementation, Education, Support'>WAI-TIES</acronym>
| 294 | |
| Critical | The big element is obsolete.
Use CSS instead. | HTML | |
| <big style='font-weight:bold;'>special deals</big>
| 175 | |
| Critical | The font element is obsolete.
Use CSS instead. | HTML | |
| <font color='41545d'>$20.90</font>
| 215 | |
| <font color='41545d'>$20.90</font>
| 216 | |
| <font color='41545d'>$20.90</font>
| 217 | |
| <font color='41545d'>$20.90</font>
| 218 | |
| <font color='41545d'>$20.90</font>
| 222 | |
| Critical | The shape attribute on the a element is obsolete.
For image maps, use the area element instead of the a element. | HTML | |
| <a href='...://www.w3.org/WAI/sitemap.html' shape='rect'>WAI Site Map</a>
| 295 | |
| <a href='...//www.w3.org/WAI/sitehelp.html' shape='rect'>Help ...e</a>
| 295 | |
| <a href='...ps://www.w3.org/WAI/search.php' shape='rect'>Search</a>
| 295 | |
| <a href='...ttps://www.w3.org/WAI/contacts' shape='rect'>Contacting WAI</a>
| 295 | |
| <a href='mailto:wai-eo-editors@w3.org' shape='rect'>wai-eo-editors@w3.org</a>
| 295 | |
| Critical | The name attribute on the img element is obsolete.
Use the id attribute instead. | HTML | |
| <img name='nav_home' src='./img/nav_home.gif' width='88' height='27' hspace='15' border='0px'>
| 145 | |
| <img src='./img/nav_news.gif' name='nav_news' width='90' height='21' hspace='12' border='0px'>
| 151 | |
| <img name='nav_facts' src='./img/nav_facts.gif' width='105' height='23' hspace='9' border='0px'>
| 157 | |
| <img src='./img/nav_survey.gif' name='nav_survey' width='107' height='32' hspace='8' border='0px'>
| 163 | |
| Critical | Attribute valign not allowed on element. | HTML | |
| <img src='./img/telefon_lightgrey_bg.gif' alt='music line phone number' border='0' valign='absmiddle'>
| 193 | |
| <img src='./img/telefon_lightgrey_bg.gif' alt='music line phone number' border='0' valign='absmiddle'>
| 266 | |
| Critical | Attribute width not allowed on element. | HTML | |
| <tr width='780px'></tr>
| 137 | |
| Critical | Bad value for attribute height. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='./img/border_left_top.gif' width='10px' height='10px'>
| 70 | |
| <img src='./img/border_top.gif' height='10px'>
| 71 | |
| <img src='./img/border_right_top.gif' width='10px' height='10px'>
| 72 | |
| <img src='./img/top_logo.gif' width='443px' height='86px'>
| 79 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 80 | |
| Critical | Bad value for attribute width. | HTML | |
| Expected a digit but saw x instead. | | |
| <img src='./img/border_left_top.gif' width='10px'>
| 70 | |
| <img src='./img/border_right_top.gif' width='10px'>
| 72 | |
| <img src='./img/border_left.gif' width='10px'>
| 75 | |
| <img src='./img/top_logo.gif' width='443px'>
| 79 | |
| <img src='./img/top_logo_next_end.gif' width='24px'>
| 80 | |
| Critical | Unclosed element font. | HTML | |
| | 124 | |
| Critical | td start tag in table body. | HTML | |
| | 192 | |
| Critical | Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. | HTML | |
| | 1 | |
| Critical | Stray end tag tr. | HTML | |
| | 290 | |
| Critical | End tag td seen, but there were open elements. | HTML | |
| | 124 | |
| Critical | An img element must have an
alt attribute, except under certain
conditions. For details, consult guidance on
providing text alternatives for images. | HTML | |
| <img src='./img/blank_5x5.gif' width='20px' height='5px'>
| 170 | |
| <img src='./img/top_logo_next_end.gif' width='24px' height='86px'>
| 80 | |
| <img src='./img/top_logo_next_start.gif' width='22px' height='86px'>
| 82 | |
| <img src='./img/top_weather.gif' width='128px' height='86px'>
| 81 | |
| <img src='...img/headline_ticket_offers.gif' border='0'>
| 172 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG AA 1.4.3 508 AA 1.4.3 | |
| The text color to background color contrast ratio after composition is: | | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 9ptfont-weight: 700<font color='41545d'>ADULT</font>
| 207 | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 9ptfont-weight: 700<font color='41545d'>FS</font>
| 208 | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 9ptfont-weight: 700<font color='41545d'>RS</font>
| 209 | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 9ptfont-weight: 700<font color='41545d'>DC</font>
| 210 | |
| 3.88 with
color: rgb(65,84,93)background: rgb(169,184,191)
font-size: 9ptfont-weight: 700<font color='41545d'>ST</font>
| 211 | |
| Very Important | This page has no DOCTYPE which triggers quirks mode. Quirks mode forces modern browsers to emulate Netscape Navigator 4 and Internet Explorer 5, changing the way CSS selectors match and how CSS layout works. | Edge Firefox Safari Opera Chrome Android iOS | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |
| Very Important | Avoid underlined text - people will click on it and think it's a broken link. | Best practice | |
| <u>SINCE CITYLIGHTS WOULD BE ... TO ANY OTHER AVAILABLE REMEDIES.</u>
| 270 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG AAA 1.4.6 | |
| The text color to background color contrast ratio after composition is: | | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<a rel='copyright' href='...ium/Legal/ipr-notice#Copyright'>Copyright</a>
| 279 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='World Wide Web Consortium'>W3C</acronym>
| 279 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='Massachusetts Institute of Technology'>MIT</acronym>
| 279 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<acronym title='European Research Consortium for Informatics and Mathematics'>ERCIM</acronym>
| 279 | |
| 4.98 with
color: rgb(34,108,142)background: rgb(237,237,237)
font-size: 9ptfont-weight: 400<a href='http://www.keio.ac.jp/'>Keio</a>
| 279 | |
| Important | The bordercolor, bordercolordark and bordercolorlight attributes are IE specific extensions. | Firefox Safari iOS Opera Chrome Android Android | |
| <table width='250px' border='1' bordercolor='#C0C0C0' rules='rows'>...</table>
| 177 | |
| Warning | The border attribute on the img element is obsolete.
Consider specifying img { border: 0; } in CSS instead. | HTML | |
| <img src='...img/headline_ticket_offers.gif' border='0'>
| 172 | |
| <img src='...img/headline_ticket_prices.gif' border='0'>
| 201 | |
| <img src='./img/telefon_lightgrey_bg.gif' alt='music line phone number' border='0' valign='absmiddle'>
| 266 | |
| <img src='./img/telefon_lightgrey_bg.gif' alt='music line phone number' border='0' valign='absmiddle'>
| 193 | |
| Warning | The language attribute on the script element is obsolete. You can safely omit it. | HTML | |
| <script language='javascript'>...</script>
| 113 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 28 | |
| type='text/javascript'<script src='../js/onload.js' type='text/javascript'>...</script>
| 41 | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 299 | |
| Warning | Consider adding a lang attribute to the html start tag to declare the language of this document. | HTML | |
| <html><head><title>Welcome ... Page]</title><style>...</style>...</head>...</html>
| 1 | |