yikuang / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Draft spec: <delete-element-start> should be paired with <delete-element-end> #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is what looks like a copy-and-paste type of mistake in the current
version of the draft specification
(http://www.waveprotocol.org/draft-protocol-spec#mutation-children):

"The <delete-element-start/> indicates the deletion of the start-tag
directly under the cursor. i.e., the position directly after the cursor. It
MUST be paired with a later <delete-anti-element-end/>."

should most likely be

"The <delete-element-start/> indicates the deletion of the start-tag
directly under the cursor. i.e., the position directly after the cursor. It
MUST be paired with a later <delete-element-end/>."

to be symmetric to the descriptions of <delete-element-end> and
<delete-anti-element-end>.

Dennis

Original issue reported on code.google.com by dennis.h...@gmail.com on 19 Jun 2009 at 7:15

GoogleCodeExporter commented 9 years ago
Thanks  for reporting this mistake. It was fixed in the July 21 version of the 
spec.

Original comment by so...@google.com on 26 Jul 2009 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by ano...@google.com on 22 Dec 2010 at 4:38