Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the line breaking link in clreq #63

Merged
merged 4 commits into from
Jun 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions index-data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,9 @@ line_breaking = {
},
{ "title":"Chinese Layout Requirements",
"sections": [
{"title":"Line Composition Rules for Punctuation Marks", "url":"https://www.w3.org/TR/clreq/#line_composition_rules_for_punctuation_marks"},
{"title":"Hanging Punctuation at Line End", "url":"https://www.w3.org/TR/clreq/#hanging_punctuation_marks_at_line_end"}
{"title":"Prohibition Rules for Line Start and Line End", "url":"https://www.w3.org/TR/clreq/#prohibition_rules_for_line_start_end"},
{"title":"Prohibition Rules for Unbreakable Marks", "url":"https://www.w3.org/TR/clreq/#prohibition_rules_for_unbreakable_marks"},
{"title":"Hanging Punctuation at Line End", "url":"https://www.w3.org/TR/clreq/#hanging_punctuation_marks_at_line_end"},
]
},
{ "title":"Devanagari Layout Requirements",
Expand Down Expand Up @@ -1273,10 +1274,10 @@ justification = {
},
{ "title":"Chinese Layout Requirements",
"sections": [
{"title":"Line Composition Rules for Punctuation Marks", "url":"https://www.w3.org/TR/clreq/#line_composition_rules_for_punctuation_marks"},
{"title":"Composition of Chinese and Western Mixed Texts", "url":"https://www.w3.org/TR/clreq/#composition_of_chinese_and_western_mixed_text"},
{"title":"Paragraph Adjustment Rules", "url":"https://www.w3.org/TR/clreq/#paragraph_adjustment_rules"},
{"title":"Composition of Chinese and Western Mixed Texts", "url":"https://www.w3.org/TR/clreq/#chinese_and_western_mixed_text_composition"},
{"title":"Line Adjustment", "url":"https://www.w3.org/TR/clreq/#line_adjustment"}
{"title":"Punctuation Width Adjustment", "url":"https://www.w3.org/TR/clreq/#punctuation_width_adjustment"},
{"title":"Line Adjustment", "url":"https://www.w3.org/TR/clreq/#line_adjustment"},
]
},
{ "title":"Ethiopic Layout Requirements",
Expand Down