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 21721 - Duplicate steps in the character encoding algorithm (W3C spec version only)
Summary: Duplicate steps in the character encoding algorithm (W3C spec version only)
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Silvia Pfeiffer
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 17:43 UTC by Travis Leithead [MSFT]
Modified: 2013-04-16 22:38 UTC (History)
4 users (show)

See Also:


Attachments

Description Travis Leithead [MSFT] 2013-04-16 17:43:29 UTC
In section 8.2.2.1:

http://www.w3.org/html/wg/drafts/html/master/single-page.html#determining-the-character-encoding

Steps 5 and 6 are identical. This looks like an issue with our processing tools, since this issue is not found in the WhatWG version of the same document.
Comment 1 Robin Berjon 2013-04-16 19:02:06 UTC
Fixed in 49d77f7. Actually it looks like the content was duplicated with different wrapping. It's probably a merge issue.
Comment 2 Silvia Pfeiffer 2013-04-16 22:38:01 UTC
Looks like bdae138d is to blame. Thx for fixing.