﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1498	Typos in the Table 9-43	Haruhiko		"The Table 9-43 in the current spec(N17728) is:
 palette_run_suffix
  cMax = (PrefixOffset << 1) > PaletteMaxRunMinus1 ? (PalletMaxRun − PrefixOffset) : (PrefixOffset − 1)
But I think it should be:
  cMax = (PrefixOffset << 1) > PaletteMaxRunMinus1 ? (PaletteMaxRunMinus1 − PrefixOffset) : (PrefixOffset − 1)
"	defect	closed	minor	v5	Text	v5 (02/2018)	fixed		rajan_joshi jct-vc@…
