What does it mean to break out of a document stream in CSS?

Source: Internet
Author: User
If an element is out of the document flow, is it just a display of the break? Is it also out of the HTML?
I use JS to take this element of the parent node of the childnodes can also fetch this element;
At the same time, is the parentnode of this element still not the parent node in HTML?

Out-of-document flow is just an explanation of the parsing of HTML documents. Out-of-document flow is relative to normal document flow. Normal document flow is the HTML document structure that we do not control with CSS styles, and the order in which you write the interface is the order in which the pages are displayed. For example, write 5 div blocks. The normal flow of documents is to display the 5 div blocks in turn. From left to right, top-down order. Out-of-document flow means that the location it displays and the document code are not necessarily consistent. For example, you can use CSS control to display the last div block in the first div block. This is only the browser processing scheme. However, the DOM structure has not changed. is still the same as the HTML document you wrote. Use JS to take this node can be taken.

What does it mean to break out of a document stream in CSS?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.