-
Notifications
You must be signed in to change notification settings - Fork 131
Description
This issue tracks the refinement of language throughout the Lynx Living Spec. The goal is to fix typos, improve wording, and ensure consistent, professional documentation.
Typos
-
2.3
Running ScenarytoRunning Scenarios -
4.4.2.2
performingelementtoperforming element -
7.1.1 "
it islargely written in C++" to "It islargely written in C++" -
8.1.4
layoutolayout
Wording
-
3.3.1
Original: "...abstracting away the threading strategy away from scripting developers."
Suggested: "...abstracting the threading strategy away from scripting developers."
(Removes redundant 'away' for clarity and fluency.) -
7.2.1
Original: At this stage, based on the attribute of the element, the computed style and prop bundle of the element are generated and synchronized to the layout node. This stage will also create and modify layout node tree. At the same time, it will also generate UI paint op.
Suggested: At this stage, the computed style and prop bundle are generated based on the element's attributes and synchronized to the layout node. Meanwhile, the layout node tree may be created or modified, and UI paint ops are emitted for rendering.
(Avoids redundant phrasing and improves flow.) -
7.2.3
Original: The act of executing the pixel pipeline. Try changes within the bundle’s structures...
Suggested: The act of executing the pixel pipeline. Try making changes within the bundle’s structures...
(Avoids unnatural phrase.)
Terminology consistency
- 8.2.7.3
Original: Element ITC is the inter thread call exposed to script developers in the BTS environment.
Suggested: Element ITC is the inter thread call exposed to scripting framework developers in the BTS environment.
(Avoids undefined and ambiguous terminology. scripting framework developers is defined in 1.2.2. )
script developers is also used in 2.2.6, 4.3.3, 4.6, 8.2.7.2, 8.2.7.3, 8.2.7.4.
More refinements will follow in future PRs as we continue improving the clarity and consistency of the Living Spec. This issue serves as a central reference point for related language improvement efforts.