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 25172 - "A TextDecoder object has an associated encoding..."
Summary: "A TextDecoder object has an associated encoding..."
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Encoding (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+encodingspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 12:32 UTC by Vyacheslav Matva
Modified: 2014-03-27 14:03 UTC (History)
2 users (show)

See Also:


Attachments

Description Vyacheslav Matva 2014-03-27 12:32:04 UTC
http://encoding.spec.whatwg.org/#interface-textdecoder

[[
A TextDecoder object has an associated encoding, encoder, stream, BOM seen flag (initially unset), error mode (initially replacement), and streaming flag (initially unset).
]]

It looks like there should be "A TextDecoder object has an associated encoding, decoder". "decoder" instead of "encoder". Because it uses 'decoder' of 'encoding' entity.