Open Bug 1285715 Opened 8 years ago Updated 2 years ago

copy to clipboard should contain list decorators

Categories

(Core :: DOM: Serializers, enhancement, P3)

enhancement

Tracking

()

Tracking Status
firefox50 --- affected

People

(Reporter: julian.reschke, Unassigned)

References

()

Details

(Keywords: parity-ie)

When copy&pasting list contents (such as from <ol>) into an application that expects text/plain content (say Thunderbird plain text email), list decorators are lost.

See related discussion in <https://lists.w3.org/Archives/Public/public-editing-tf/2016Jul/0000.html>. In <https://lists.w3.org/Archives/Public/public-editing-tf/2016Jul/0004.html>, Travis points out that this is indeed the case in Microsoft browsers (verified).
Severity: normal → enhancement
Masayuki, what do you think about this request?
Flags: needinfo?(masayuki)
I like the suggested behavior better. But I don't know if it's possible to handle CSS counter from plain text serializer... For example,

1. item1
2. item2
3. item3

If user selects 2 and 3 and copy it, the clipboard text should be:

2. item2
3. item3

not:

1. item2
2. item3
Flags: needinfo?(masayuki)
Priority: -- → P3
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-ie
Whiteboard: [parity-IE]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.