Skip to content

Commit

Permalink
Markup: insert <p>...</p> tags
Browse files Browse the repository at this point in the history
... so that the <td> element doesn't have both inline and block content.
  • Loading branch information
jmdyck committed Feb 8, 2018
1 parent 17da467 commit 528eb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6130,7 +6130,7 @@ <h1>Realms</h1>
A List of Record { [[Site]]: Parse Node, [[Array]]: Object}.
</td>
<td>
Template objects are canonicalized separately for each realm using its Realm Record's [[TemplateMap]]. Each [[Site]] value is a Parse Node that is a |TemplateLiteral|. The associated [[Array]] value is the corresponding template object that is passed to a tag function.
<p>Template objects are canonicalized separately for each realm using its Realm Record's [[TemplateMap]]. Each [[Site]] value is a Parse Node that is a |TemplateLiteral|. The associated [[Array]] value is the corresponding template object that is passed to a tag function.</p>
<emu-note>Once a Parse Node becomes unreachable, the corresponding [[Array]] is also unreachable, and it would be unobservable if an implementation removed the pair from the [[TemplateMap]] list.</emu-note>
</td>
</tr>
Expand Down

0 comments on commit 528eb61

Please sign in to comment.