Hi all!
1. feature-name
HTML Quotation and Citation Elements from fragmented texts
2. feature-description
I would like to HTML Quotation and Citation Elements from fragmented texts
2.1 Why?
- “EVERY DOCUMENT CAN CONTAIN LINKS OF ANY TYPE INCLUDING VIRTUAL COPIES (TRANSCLUSIONS) TO ANY OTHER DOCUMENT IN THE SYSTEM ACCESSIBLE TO ITS OWNER. (6)” Nelson imagined not just being able to link to other documents, but to include and attribute, seamlessly, content from them. This was implemented, partially, by the html
<iframe>
in 1997, but iframes are notoriously unstable and are not universally supported. - My idea would be to quote the fragmented texts through urls.
- Maybe this process is partially corrected by quoting with urls, something like an iframe but used in context to quote things and not the whole page of html content.
2.1 source-code: before
<blockquote cite="https://oleb.net/2020/swift-docker-linux">
Running the Docker container
</blockquote>
2.2 source-code: after
<!--- input --->
<blockquote cite="https://oleb.net/2020/swift-docker-linux/#:~:text=running,container">
<!--- output: "Running the Docker container" is render here --->
</blockquote>
3. Notes
- blockquote with attribute cite with fragmented texts is “Xanalinks are nothing like weblinks, which are embedded and hierarchical. A xanalink is a separate file, a table of connection, saying what parts of what documents to connect to what parts of other documents.”
- My goal here is to improve HTML and not criticize anyone
- I like to help everyone and I researched a lot to propose this idea and I would like to listen to everyone to see if this idea is good or bad
- blockquote with attribute cite with fragmented texts is an alternative iframe.
- It should be possible to include only text and not images or other types of data.
4. references
- [Proposal] Allow scrolling to a specified text snippet in a navigation
- Text Fragments
- GitHub - WICG/scroll-to-text-fragment: Proposal to allow specifying a text snippet in a URL fragment
- HTML Quotation Elements
- Proposal: Live fragments
- Hypertext, Transclusion, Xanadu: the Web that Could have Been
- Fragment-linked elements concealed by sticky headers
- Xanadoc - Just Solve the File Format Problem
- Linking to text fragments in web pages – Ole Begemann
- How to Highlight Text on Websites Using Text Fragments | by Shalitha Suranga | Better Programming
- URL Scroll-To-Text Fragment | Can I use... Support tables for HTML5, CSS3, etc
- Project Xanadu®
- How and When to Use Iframes (Inline Frames)
- How to make your own Xanadu demo · GitHub
- OpenXanadu (sources only)
- html - Are iframes considered 'bad practice'? - Stack Overflow
- javascript - Good Reasons why not to use Iframes in page content - Stack Overflow
- What is an inline frame (iframe)?
- The ultimate guide to iframes - LogRocket Blog
- Why do people still use iframes? - Stack Overflow
- https://xanadu.com/PurpData-D16.txt
- STM Innovations Notes – Lost Boy
- html - Why are iframes considered dangerous and a security risk? - Stack Overflow
- GitHub - FrontEndNeo/alt-iframe: A simple javascript utility library to include partial html (iframe alternate) without a framework or jQuery.
- html - Alternate text for iframes - Stack Overflow