[Webkit-unassigned] [Bug 118053] Parsing of MathML length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 23:16:45 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118053





--- Comment #12 from Frédéric Wang <fred.wang at free.fr>  2013-06-26 23:18:41 PST ---
Actually it is even

bool b;
float v;
float v2 = ParseLength(s, default value, b);
if (b) {
  v = v2;
  [...]
} [ else {
  ...
}]

or just

float v = default value;
[if] ParseLength(s, v) [... else ...]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list