Add a working picture
parent
3fb1d0ed2b
commit
2b9d9ada8b
|
@ -143,7 +143,7 @@ When you try to synchronize data between two clients, they can fall into cycles
|
|||
Some browsers will accept certain changes, even though they wouldn't generate those representations themselves.
|
||||
Some browsers will immediately correct the representation and fall into an endless loop which is only limited in speed by the fact that it has to travel over the network for each iteration.
|
||||
|
||||

|
||||

|
||||
|
||||
In the case of a text editor which uses a textarea element for a user interface, some browsers represent line breaks with `\n`, while other use `\r\n`.
|
||||
This is easy to fix, since all browsers seem to tolerate the `\r` being stripped.
|
||||
|
|
Loading…
Reference in New Issue