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 8710 - option . text: c/p'd too much; also add a line in the IDL [ms]
Summary: option . text: c/p'd too much; also add a line in the IDL [ms]
Status: CLOSED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: LC
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 15:03 UTC by contributor
Modified: 2010-10-04 14:46 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2010-01-11 15:03:43 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#the-a-element

Comment:
option . text: c/p'd too much; also add a line in the IDL [ms]

Posted from: 91.180.142.166
Comment 1 Ms2ger 2010-01-11 15:45:36 UTC
And HTMLAnchorElement.text is readonly.
Comment 2 Ian 'Hixie' Hickson 2010-02-06 02:28:12 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Partially Accepted
Change Description: see diff given below
Rationale: I fixed the copy/paste issues, and added it to the IDL, but I made it read/write to make implementing it easier (as an alias to textContent).
Comment 3 contributor 2010-02-06 02:28:33 UTC
Checked in as WHATWG revision r4679.
Check-in comment: Correct the xrefs and update the IDL.
http://html5.org/tools/web-apps-tracker?from=4678&to=4679
Comment 4 Ms2ger 2010-02-06 14:42:29 UTC
2 out of 3 implementations (Gecko and WebKit) implement it as readonly, so I think changing that isn't going to make implementing easier, rather to the contrary.
Comment 5 Ian 'Hixie' Hickson 2010-02-14 10:27:42 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: If those two implementations are a majority of the implementations of HTML for the lifetime of HTML, then we'll have failed dramatically. The whole point of defining HTML to this level of detail is to encourage competition by making it easier to write new Web browsers.