This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15895 - css3-writing-modes: broken links, validation error
Summary: css3-writing-modes: broken links, validation error
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-04 21:59 UTC by Samuel Bronson
Modified: 2012-02-04 21:59 UTC (History)
0 users

See Also:


Attachments

Description Samuel Bronson 2012-02-04 21:59:57 UTC
In perusing <http://dev.w3.org/csswg/css3-writing-modes>, I ran into a broken link, so I ran it through the link checker, and it found these broken links:

http://dev.w3.org/Style/
  Line: 147
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/csswg/css3-writing-modes/logical-directions
  Line: 1850
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/csswg/css3-writing-modes/line-directions
  Line: 1857
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/2004/01/pp-impl/32061/status
  Line: 151
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/Style/CSS/members
  Line: 146
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/Consortium/Patent-Policy-20040205/

 Lines: 149, 155, 157
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.
Fragments:
        def-essential                   Line: 155
        sec-Disclosure                  Line: 157

http://www.w3.org/Style/CSS/Tracker/products/FIXME
  Line: 65
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/csswg/css3-writing-modes/abstract-dimensions
  Line: 1868
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

http://dev.w3.org/csswg/css3-writing-modes/logical-to-physical
  Line: 2084
  Code: 404 Not Found
 To do: The link is broken. Double-check that you have not made any typo,
        or mistake in copy-pasting. If the link points to a resource that
        no longer exists, you may want to remove or fix the link.

(It also mentioned some mailto: addresses that it didn't check, and something on unicode.org that it said was excluded by robots.txt, but which I checked and works, *and* that you left the trailing slash off of your links to several other specs, leading to an extra round-trip between client and server...)

Additionally, the HTML validator found this problem:

Line 1742, Column 27: duplicate specification of attribute "CLASS"
  <div class=figure class=data id=fig-text-orientation>
You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.