Closed Bug 3430 Opened 26 years ago Closed 26 years ago

type-o on the Paragraph attribute for center alignment in DOM

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: jcarpenter0524, Assigned: vidur)

Details

3/4/99 build View the code below in 5.0 browser and see that the center align attribute is spelled "cdnter" in DOM <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>test</TITLE> </HEAD> <BODY> <P align=cdnter>This is a paragraph.</P> <SCRIPT TYPE="text/javascript"> var oLink=document.firstChild.childNodes.item(1).childNodes.item(1); document.writeln(oLink.align); </SCRIPT> </BODY> </HTML>
QA Contact: 4015 → 3847
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
That's what you set it to in the HTML: <P align=cdnter>This is a paragraph.</P>
Status: RESOLVED → VERIFIED
Doh!!!
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.