Re: [w3c/editing] <div> in <dl> (#153)

Sure!

The content model of `dl` now allows either:

* 1+ `div`s (plus `script` and `template`)
* or 0+ groups of: 1+ `dt` elements followed by 1+ `dd` elements (plus `script` and `template`)

The content model of `div` in `dl` is: 1+ `dt` elements followed by 1+ `dd` elements (plus `script` and `template`).

See https://html.spec.whatwg.org/multipage/semantics.html#the-dl-element for the spec and examples.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/153#issuecomment-257802848

Received on Wednesday, 2 November 2016 08:37:48 UTC