From 462326d05e35be22f899e6f1dbdba21864ed3da2 Mon Sep 17 00:00:00 2001 From: Hyojin Song Date: Sat, 10 Jan 2026 15:53:50 +0900 Subject: [PATCH] Add note on full-width quote in figure 31 and remove #11 issue Added a note on full-width quotation marks rendering in figure 31 Removed #11 issue by the addition above --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0e418c2..9c0e741 100644 --- a/index.html +++ b/index.html @@ -991,7 +991,10 @@

Changing Punctuation Marks Depen
Brackets and quotation marks in vertical and horizontal writing 가로짜기 및 세로짜기의 낫표 사용
-

See https://github.com/w3c/klreq/issues/11

+
+

In Figure 31 above, the quotation marks are rendered as full-width, creating whitespace between the quote and the following character. Proportional rendering, supported by modern fonts, typically eliminates this whitespace.

+

위의 Figure 31에서는 따옴표가 전각문자로 렌더링되어 따옴표와 그 뒤의 문자 사이에 불필요한 여백이 존재합니다. 현대적인 한글 폰트에서 지원하는 가변 렌더링 방식은 이러한 여백이 발생하지 않습니다.

+