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 13248 - Fix lingering cases where data is directly set instead of using "replace data"
Summary: Fix lingering cases where data is directly set instead of using "replace data"
Status: CLOSED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on: 13164
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-14 15:01 UTC by Aryeh Gregor
Modified: 2011-07-24 18:04 UTC (History)
2 users (show)

See Also:


Attachments

Description Aryeh Gregor 2011-07-14 15:01:35 UTC
When textContent is set for Text or Comment nodes, it says "Set context object's data to the new value.".  It should say something like "Replace data with offset 0, count length, and data new value.", along the lines of the data attribute.  That was the only occurrence I spotted.