Closed
Bug 46805
Opened 25 years ago
Closed 16 years ago
minimized attributes not supported
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.20 KB,
text/html
|
Details |
DESCRIPTION: SGML attribute minimization does not work correctly in most cases.
I believe this is a conformance requirement of HTML (via SGML), so I'm filing
it as a bug. I don't think it's a priority right now, though.
STEPS TO REPRODUCE:
* load attached testcase
ACTUAL RESULTS:
* halves are different
EXPECTED RESULTS:
* the two halves should be identical
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 2000-07-27 18:00 PDT optimized build
| Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Blocks: html4.01
Keywords: correctness,
testcase
Harish: Isn't this a forms issue? Is the parser doing anything wrong here?
Assignee: rickg → harishd
| Reporter | ||
Comment 4•25 years ago
|
||
The content models produced by the two halves of the testcase should be
identical.
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: mozilla0.9.1 → Future
Comment 7•23 years ago
|
||
Can you point to where this is allowed? (I think attribute minimization is where
<option selected> is the same as <option selected="selected">; correct me if I'm
wrong)
If you cannot show where your format is stated to be allowed, this is invalid.
| Reporter | ||
Comment 8•23 years ago
|
||
Attribute minimization is more general that just what is described in
http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.3.4.2 , which is rather clear,
however, that minimization allows the attribute value alone to be present
instead of the name and value. See ISO 8879:1986 for more details (or
Goldfarb's annotated version, The SGML Handbook). (I don't have access to a
copy right now, so I can't give you the reference.) Note also that
http://www.w3.org/TR/html4/struct/tables.html#h-11.3.1 is technically
noncompliant with SGML.
However, the following also describe attribute minimization in more detail:
http://lists.w3.org/Archives/Public/www-html/2000Mar/0038.html
http://www.google.com/search?q=cache:r9ZAkDGopoEC:www.personal.u-net.com/~sgml/contexts.doc
Comment 9•17 years ago
|
||
Is this bug really assigned still?
Updated•17 years ago
|
Assignee: harishd → nobody
Status: ASSIGNED → NEW
QA Contact: moied → parser
Updated•17 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 10•16 years ago
|
||
Tracking HTML5 rather than SGML now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•