[Bug 13248] New: Fix lingering cases where data is directly set instead of using "replace data"

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13248

           Summary: Fix lingering cases where data is directly set instead
                    of using "replace data"
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DOM Core
        AssignedTo: annevk@opera.com
        ReportedBy: Simetrical+w3cbug@gmail.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, www-dom@w3.org


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.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 14 July 2011 15:01:40 UTC