Tree construction: In-body li/dd/dt element insertion

'Main page ↪ Anything else ↪ If the insertion mode is "in body" ↪ A 
start tag whose tag name is "li"' says:

   "Finally, insert an li element."

'Main page ↪ Anything else ↪ If the insertion mode is "in body" ↪ A 
start tag whose tag name is one of: "dd", "dt"' says:

   "Finally, insert an HTML element with the same tag name as the token's."

Both of those sentences link to the definition of "insert an HTML 
element for a token", but neither mention a token to insert the element 
for. I assume it's meant to simply insert an element for the current 
token, and the bits about names are merely to add confusion, in which 
case both sentences should be changed to:

   "Finally, insert an HTML element for the token."

to make it clear that nothing special is happening.

-- 
Philip Taylor
pjt47@cam.ac.uk

Received on Monday, 4 February 2008 14:43:02 UTC