Linked by Adam S on Wed 6th Jul 2005 06:30 UTC
Thread beginning with comment 170
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
I totally understand having to support older browsers but for the other 99.8% (i dont want to argue the actual percentage of older browsers but we are talking probably less than 1% after all i'm just trying to help!) of browsers out there it'd be nice to have valid html.
Its probably better if you suggest to Adam to look through the validation results are there are lots of small errors.
how about for the future improvement the accessibility of pages to say at least level AA?






Member since:
2005-06-28
OSNews has the HTML it has for a REASON. And OSNews does not use 4.01, it uses a mix of things, mostly 3.2.
> Fix form tags used inside of tables. I know this is just a hack to fix spacing but you can use valid html and just style the form tag to remove spacing by style="margin:0px;
No, CSS is not acceptable for this. We have to render well on old browsers and using FORM instead table TRs is the trick we need.
>- Fix the broken </a> tags near Score:
>- Fix the missing tr tag
I will let Adam have a look on that.