shivanikhosa / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Do not test createBookmark/unbookmark commands #331

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Various richtext2 tests test a createBookmark or unbookmark command:

RTE2-A_CB:name_TEXT-1_SI
RTE2-U_UNBOOKMARK_An:name-1_SW
RTE2-Q_CREATEBOOKMARK_TEXT-1
RTE2-Q_UNBOOKMARK_TEXT-1
RTE2-QE_CREATEBOOKMARK_TEXT-1
RTE2-QE_UNBOOKMARK_TEXT-1
RTE2-QI_CREATEBOOKMARK_TEXT-1
RTE2-QI_UNBOOKMARK_TEXT-1

As far as I can tell, only IE supports these commands.  I didn't choose to add 
them to the editing spec, because their utility is unclear and Gecko/WebKit 
seem to get by fine without them.  Are they useful in practice?  Are there 
examples of sites that hack around lack of support for these commands somehow?  
Please don't test for these commands unless it's clear that they're actually 
desirable.  If it turns out they are wanted, I can require them in the spec and 
implement them in Gecko.

Original issue reported on code.google.com by a...@aryeh.name on 24 Apr 2012 at 11:39