test(editor): add hybrid prototype documents
This commit is contained in:
parent
c458fb1529
commit
1ee42300ce
4 changed files with 2659 additions and 0 deletions
9
Docs/EditorPrototypes/README.md
Normal file
9
Docs/EditorPrototypes/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Editor Prototype Documents
|
||||||
|
|
||||||
|
These documents support Milestone 2 hybrid editor validation.
|
||||||
|
|
||||||
|
- `hybrid-small-50.md`: quick cursor, selection, and active-line checks.
|
||||||
|
- `hybrid-medium-500.md`: scroll and editing checks across a realistic session-sized document.
|
||||||
|
- `hybrid-large-2100.md`: large document behavior and render-pass frequency checks.
|
||||||
|
|
||||||
|
They intentionally use only headings, bold, italic, and inline code because Milestone 2 validates editor architecture before full Markdown rendering.
|
||||||
2100
Docs/EditorPrototypes/hybrid-large-2100.md
Normal file
2100
Docs/EditorPrototypes/hybrid-large-2100.md
Normal file
File diff suppressed because it is too large
Load diff
500
Docs/EditorPrototypes/hybrid-medium-500.md
Normal file
500
Docs/EditorPrototypes/hybrid-medium-500.md
Normal file
|
|
@ -0,0 +1,500 @@
|
||||||
|
# Hybrid Editor Validation Notes
|
||||||
|
Line 2: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 3: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 4: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 5: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 6: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 7: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 8: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 9: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 10: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 11: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 12: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 13: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 14: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 15: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 16: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 17: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 18: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 19: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 20: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 21: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 22: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 23: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 24: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 1
|
||||||
|
Question 26: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 27: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 28: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 29: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 30: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 31: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 32: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 33: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Decision note 34: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 35: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 36: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 37: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 38: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 39: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 40: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 41: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 42: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 43: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 44: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 45: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 46: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 47: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 48: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 49: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 2
|
||||||
|
Decision note 51: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Question 52: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 53: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 54: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 55: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 56: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 57: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 58: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 59: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 60: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 61: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 62: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 63: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 64: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 65: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Observation 66: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 67: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 68: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 69: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 70: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 71: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 72: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 73: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 74: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 3
|
||||||
|
Line 76: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 77: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Question 78: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 79: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 80: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 81: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 82: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 83: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 84: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 85: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 86: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 87: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 88: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 89: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 90: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 91: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 92: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 93: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 94: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 95: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 96: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 97: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 98: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 99: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
## Section 4
|
||||||
|
Line 101: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 102: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 103: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 104: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 105: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 106: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 107: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 108: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 109: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 110: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 111: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 112: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 113: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 114: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 115: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 116: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 117: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 118: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 119: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 120: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 121: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 122: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 123: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 124: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 5
|
||||||
|
Line 126: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 127: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 128: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 129: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 130: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 131: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 132: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 133: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 134: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 135: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 136: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 137: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 138: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 139: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 140: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 141: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 142: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 143: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 144: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 145: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 146: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 147: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 148: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 149: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 6
|
||||||
|
Line 151: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 152: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 153: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Observation 154: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 155: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 156: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 157: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 158: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 159: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 160: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 161: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 162: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 163: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 164: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 165: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 166: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 167: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 168: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 169: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Decision note 170: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 171: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 172: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 173: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 174: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 7
|
||||||
|
Observation 176: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 177: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 178: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 179: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 180: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 181: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 182: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 183: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 184: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 185: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 186: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 187: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 188: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 189: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 190: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 191: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 192: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 193: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 194: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 195: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 196: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 197: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 198: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 199: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 8
|
||||||
|
Line 201: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 202: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 203: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 204: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 205: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 206: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 207: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 208: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Observation 209: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 210: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 211: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 212: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 213: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 214: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 215: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 216: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 217: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 218: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 219: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 220: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Decision note 221: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 222: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 223: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 224: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 9
|
||||||
|
Line 226: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 227: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 228: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 229: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 230: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 231: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 232: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 233: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 234: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 235: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 236: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 237: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 238: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 239: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 240: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 241: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 242: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 243: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 244: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 245: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 246: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 247: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 248: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 249: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 10
|
||||||
|
Line 251: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 252: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 253: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 254: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 255: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 256: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 257: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 258: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 259: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 260: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 261: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 262: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 263: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 264: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 265: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 266: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 267: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 268: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 269: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 270: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 271: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 272: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Question 273: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 274: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 11
|
||||||
|
Line 276: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 277: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 278: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 279: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 280: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 281: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 282: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 283: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 284: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 285: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 286: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 287: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 288: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 289: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 290: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 291: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 292: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 293: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 294: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 295: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 296: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 297: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 298: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 299: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
## Section 12
|
||||||
|
Line 301: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 302: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 303: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 304: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 305: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 306: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 307: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 308: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 309: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 310: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 311: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 312: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 313: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 314: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 315: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 316: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 317: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 318: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 319: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 320: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 321: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 322: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 323: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 324: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 13
|
||||||
|
Line 326: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 327: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 328: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 329: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 330: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 331: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 332: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 333: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 334: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 335: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 336: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 337: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 338: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 339: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 340: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Observation 341: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 342: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 343: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 344: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 345: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 346: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 347: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 348: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 349: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 14
|
||||||
|
Question 351: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Observation 352: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 353: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 354: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 355: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 356: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 357: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 358: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 359: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 360: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 361: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 362: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 363: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Question 364: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 365: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 366: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 367: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 368: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 369: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 370: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 371: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 372: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 373: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 374: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
## Section 15
|
||||||
|
Line 376: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 377: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 378: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 379: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 380: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 381: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 382: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 383: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 384: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 385: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 386: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 387: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 388: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 389: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 390: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Decision note 391: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 392: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 393: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 394: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 395: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 396: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 397: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 398: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 399: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 16
|
||||||
|
Line 401: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 402: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 403: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 404: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 405: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 406: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 407: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Decision note 408: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 409: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 410: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 411: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 412: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 413: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 414: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 415: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 416: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 417: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 418: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 419: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 420: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 421: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 422: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 423: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 424: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 17
|
||||||
|
Line 426: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 427: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 428: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 429: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 430: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 431: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 432: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 433: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 434: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 435: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 436: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 437: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 438: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 439: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 440: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 441: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 442: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 443: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 444: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 445: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 446: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 447: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 448: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 449: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 18
|
||||||
|
Observation 451: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 452: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 453: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 454: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 455: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 456: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 457: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 458: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 459: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 460: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 461: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 462: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 463: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 464: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 465: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 466: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 467: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 468: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 469: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 470: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 471: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 472: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 473: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 474: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 19
|
||||||
|
Decision note 476: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 477: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 478: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 479: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 480: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 481: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 482: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 483: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 484: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 485: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 486: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 487: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 488: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 489: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 490: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 491: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 492: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 493: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Question 494: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Observation 495: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 496: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 497: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 498: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 499: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 20
|
||||||
50
Docs/EditorPrototypes/hybrid-small-50.md
Normal file
50
Docs/EditorPrototypes/hybrid-small-50.md
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Hybrid Editor Validation Notes
|
||||||
|
Line 2: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 3: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 4: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 5: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Question 6: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Decision note 7: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 8: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 9: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 1
|
||||||
|
Line 11: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 12: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 13: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 14: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Observation 15: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 16: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 17: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 18: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 19: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 2
|
||||||
|
Decision note 21: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 22: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 23: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 24: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Observation 25: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 26: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 27: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 28: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 29: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 3
|
||||||
|
Line 31: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 32: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 33: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 34: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 35: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Question 36: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Line 37: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 38: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 39: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
## Section 4
|
||||||
|
Line 41: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Decision note 42: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
Line 43: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 44: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Observation 45: inline `code spans` should render quietly while the active line remains plain Markdown source.
|
||||||
|
Line 46: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Line 47: this paragraph describes a realistic writing session with enough words to wrap, scroll, edit, delete, and reflow naturally.
|
||||||
|
Question 48: does *rapid navigation* preserve the active source line without unexpected scroll movement?
|
||||||
|
Decision note 49: keep **editing correctness** ahead of rendering polish while checking `selection` stability.
|
||||||
|
## Section 5
|
||||||
Loading…
Add table
Reference in a new issue