« Bugzilla Issues Index
#2288 — 21.2.5.2.1: font spillover
- bug_id:
2288
- creation_ts:
2013-11-14 18:20:00 -0800
- short_desc:
21.2.5.2.1: font spillover
- delta_ts:
2014-06-02 12:04:13 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 22: January 20, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
6784
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2013-11-14 18:20:28 -0800
In 21.2.5.2.1 "Runtime Semantics: RegExpExec Abstract Operation",
step 6 says:
Let global be the result of ToBoolean(Get(R, "global")).
and step 8 says:
Let sticky be the result of ToBoolean(Get(R, "sticky")).
In each case, the left-parens and left quote are in serif font,
but the right quote and right-parens are in fixed-width font.
Change the right-parens to serif font,
and make the quotes match. (I suggest changing the left quote to fixed-width, rather than changing the right to serif, but the spec isn't entirely consistent on this point).
- commentid:
6810
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-15 12:28:25 -0800
fixed in rev22 editor's draft
- commentid:
6991
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-01-23 16:34:50 -0800
In rev22, the right-parens *are* now in a serif font,
but they've also become bold, which they shouldn't be.
- commentid:
7088
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-01-27 10:04:54 -0800
fixed in Rev22 (January 20, 2013) release
- commentid:
7157
- comment_count:
4
- who:
Michael Dyck
- bug_when:
2014-01-29 12:59:55 -0800
No, not quite fixed in rev22, see comment #2.
(BTW, the steps in question are now labelled 7.d and 8.)
- commentid:
8469
- comment_count:
5
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-14 17:40:01 -0700
fixed in rev25 editor's draft
- commentid:
8827
- comment_count:
6
- who:
Michael Dyck
- bug_when:
2014-06-02 12:04:13 -0700
confirmed fixed.