This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
16 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<div id="editor"> | ||
<p>Lorem ipsum dolor sit amet. <img src="sample.jpg" alt="" /> Lorem ipsum dolor sit amet.</p> | ||
<p>Lorem ipsum dolor sit amet. <img src="sample.jpg" alt="alt text" /> Lorem ipsum dolor sit amet.</p> | ||
</div> | ||
|
||
<br /><br /> | ||
|
||
<div> | ||
<p>Lorem ipsum dolor sit amet.</p> | ||
<p>Foo <img src="sample.jpg" alt="" height="50%" width="50%" /> Bar</p> | ||
<p>Foo <img src="sample.jpg" alt="pasted image alt" style="width: 30%" /> Bar</p> | ||
<p>Lorem ipsum dolor sit amet.</p> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
## `<img>` autohoisting. | ||
|
||
* Image should be loaded. | ||
* It should work normally. | ||
* Try copy-pasting image below editor (by making selection containing content from all three paragraphs). | ||
1. Check the editor with paragrah + image + paragraph was loaded and is fully functional. | ||
1. Try copy-pasting the content below the editor into the editor. | ||
* Copy the entire content. | ||
* Copy just the image (ideally, without any spaces around). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.