> Walter Dnes wrote:
> The instructions for replacing udev with mdev are now up at
> http://www.waltdnes.org/mdev/  validator.w3.org complains about a couple
> of extensions I used, but it appears to work OK in both Firefox and
> Midori.  Any comments from users of other browsers?  The page will be

Looks fine in IE/Firefox/Chromium; you shouldn't have any problems with any
browsers since the validation errors are on deprecated attributes that are
still in wide use.

If you really want to fix them so it validates, change:

<a name="foo"> --> <a id="foo">
<ol type="a"> --> <ol style="list-style-type: lower-alpha">


Reply via email to