File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,17 @@ $(COMMENT While not part of the spec, best practices offers advice on how to bes
9
9
BEST_PRACTICE= $(DIVC spec-boxes best-practice, $(B Best Practices:) $0)
10
10
11
11
$(COMMENT Identifies implementation-defined behavior in the spec)
12
- IMPLEMENTATION_DEFINED=$(DIVC spec-boxes implementation-defined, $(B Implementation Defined): $0)
12
+ IMPLEMENTATION_DEFINED=$(DIVC spec-boxes implementation-defined, $(B Implementation Defined:) $0)
13
13
14
14
$(COMMENT Identifies undefined-defined behavior in the spec)
15
- UNDEFINED_BEHAVIOR=$(DIVC spec-boxes undefined-behavior, $(B Undefined Behavior): $0)
15
+ UNDEFINED_BEHAVIOR=$(DIVC spec-boxes undefined-behavior, $(B Undefined Behavior:) $0)
16
+
17
+ $(COMMENT While not part of the spec, an explanation for something unexpected)
18
+ RATIONALE= $(DIVC spec-boxes rationale, $(B Rationale:) $0)
19
+
20
+ $(COMMENT While not part of the spec, provides additional relevant information)
21
+ NOTE= $(DIVC spec-boxes note, $(B Note:) $0)
22
+
16
23
_ =
17
24
18
25
BODY_PREFIX =
You can’t perform that action at this time.
0 commit comments