Minimal object containing this commit
Commit Diff
commit d14083d1e88f0139191bcef842731658962375c10530b914d9acb619573784f0
Author: yihanwu1024 <yihanwu1024>
Date: Thu Feb 26 20:04:41 2026 +0000
fix data structure in list item in permissive navigation
diff --git a/12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9 b/12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9
index 58e9462..3d7095f 100644
--- a/12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9
+++ b/12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<listitem xmlns="http://docbook.org/ns/docbook" xml:id="12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9">
-<para>Or, we can even assign this differentiation to the primary mouse button: single-clicking opens a <emphasis>volatile</emphasis> frame, and double-clicking opens a <emphasis>persistent</emphasis> frame.
+<para xmlns="http://docbook.org/ns/docbook" xml:id="12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9">Or, we can even assign this differentiation to the primary mouse button: single-clicking opens a <emphasis>volatile</emphasis> frame, and double-clicking opens a <emphasis>persistent</emphasis> frame.
(This is due to Visual Studio.)
The Pin button is still available.</para>
-</listitem>
diff --git a/4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3 b/4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3
index c108fed..63f5c59 100644
--- a/4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3
+++ b/4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3
@@ -1,4 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
-<listitem xmlns="http://docbook.org/ns/docbook" xml:id="4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3">
-<para>It can also be done in a negative fashion: the frame is equipped with an additional Pin button, which if used makes the frame <emphasis>persistent</emphasis>; otherwise frames are all <emphasis>volatile</emphasis> and can be overridden by subsequent navigation.</para>
-</listitem>
+<para xmlns="http://docbook.org/ns/docbook" xml:id="4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3">It can also be done in a negative fashion: the frame is equipped with an additional Pin button, which if used makes the frame <emphasis>persistent</emphasis>; otherwise frames are all <emphasis>volatile</emphasis> and can be overridden by subsequent navigation.</para>
diff --git a/690b981d70d34c93b088adc4c0916d0fe8de8e3a96ec46a4b55bc776dd85d080 b/690b981d70d34c93b088adc4c0916d0fe8de8e3a96ec46a4b55bc776dd85d080
index 6254d2b..f72ed80 100644
--- a/690b981d70d34c93b088adc4c0916d0fe8de8e3a96ec46a4b55bc776dd85d080
+++ b/690b981d70d34c93b088adc4c0916d0fe8de8e3a96ec46a4b55bc776dd85d080
@@ -12,9 +12,15 @@ This expresses a maxim: that navigation is the act of accessing <emphasis>new</e
<para>I can think of at least the following concrete designs.
Any of them can be immediately implemented in today’s GUIs if beneficial to the user.</para>
<orderedlist>
+<listitem>
<include xmlns="http://www.w3.org/2001/XInclude" href="c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa"/>
+</listitem>
+<listitem>
<include xmlns="http://www.w3.org/2001/XInclude" href="4f6daf5cfb4d46eba8d8ed3c7697c19c6656fb4ba58c4bc1a561f8a499e39dd3"/>
+</listitem>
+<listitem>
<include xmlns="http://www.w3.org/2001/XInclude" href="12090fed2d4a480191397982e5776db5a06ee384fcb4457c9e5fb025d39c81b9"/>
+</listitem>
</orderedlist>
<para>In the future, I will write more to explain why I want some version of this to happen.
It primarily has to do with user freedom and creativity.
diff --git a/c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa b/c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa
index 9b88554..0e3442e 100644
--- a/c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa
+++ b/c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa
@@ -1,4 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
-<listitem xmlns="http://docbook.org/ns/docbook" xml:id="c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa">
-<para>In the first possibility, any navigation act will open an additional frame on the side, and frames do not close unless the user decides to click a Close button.</para>
-</listitem>
+<para xmlns="http://docbook.org/ns/docbook" xml:id="c6a10203ed7a4b78a47361e5b015052d8a3d12b30bed405096105d4e1055defa">In the first possibility, any navigation act will open an additional frame on the side, and frames do not close unless the user decides to click a Close button.</para>