[Bug 25475] pad example has width instead of pad

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25475

--- Comment #3 from Jim Michaels <jmichae3@yahoo.com> ---
forgot to add: the last count in a set you can extract the number of digits
from to obtain the width in symbols for use in an "auto" pad value were it to
be implemeneted.
would be very useful. a lot of people (people who make code display libraries)
might prefer auto to a fixed width.

having an "auto" at least with this algorithm probably means rendering twice,
one maybe without display just for width calculation purposes and one for final
display. (unless you already have a .length of the numbber of elements in
question, which would speed things up and eliminate the need for a
double-render, since you can go straight to using that .length as your n for
the number of digits in a number function. you then use that as the number of
symbols.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 April 2014 05:11:35 UTC