- From: <bugzilla@jessica.w3.org>
- Date: Tue, 21 May 2013 09:55:37 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22112 Bug ID: 22112 Summary: Merge appendBuffer and appendStream text Classification: Unclassified Product: HTML WG Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: Media Source Extensions Assignee: adrianba@microsoft.com Reporter: cyril.concolato@telecom-paristech.fr QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-media@w3.org The text in 3.2 that defines the appendBuffer and appendStream methods are almost identical, except for - the parameter name (data vs. stream) - the name of the algorithm to run at the end (buffer append vs stream append loop) - and adding the data to the input buffer (step 7 in appendBuffer). Having copy-pasted text is error prone and should be avoided. Consider merging the two definitions. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 21 May 2013 09:55:39 UTC