archives

« Bugzilla Issues Index

#1152 — 15.5.3.4: loop condition not necessary


Step 13 says "Repeat while nextIndex < literalSegments", but the algorithm returns in step 13f if "nextIndex + 1 = literalSegments" , that means the loop condition will never be false and can therefore be removed.


fixed in rev 13 editor's draft