Description of the bitOrder property says:
"The bit order can only change on byte boundaries, and
alignment of up to 7 bits will be inserted to ensure byte-alignment whenever
the bit order changes."
Should say
"The bit order can only change on byte boundaries, and
alignment of up to 7 bits will be skipped (parsing) or inserted (unparsing) to ensure byte-alignment whenever
the bit order changes.