On Tue, Apr 17, 2012 at 12:32 PM, Kang-Hao (Kenny) Lu <
kennyluck@csail.mit.edu> wrote:
>
> (12/04/18 0:48), Ryosuke Niwa wrote:
> > On Tue, Apr 17, 2012 at 5:11 AM, John Daggett <jdaggett@mozilla.com>
> wrote:
> > Because <font size=7> element is what execCommand("fontSize", false, 7);
> > would generate when styleWithCSS is set to false. What do you suppose UA
> > should generate when styleWithCSS is true?
>
> Some options:
>
> 1. <font size=7> as suggested by Areyh.
>
The whole point of styleWithCSS is to use CSS to style so this can't be the
option.
> 2. <span style="font-size: <number>px"> where <number> is the initial
> font size in pixels times three.
>
That won't work as it needs to be relative.
- Ryosuke