generated from tc39/template-for-proposals
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathspec.emu
23 lines (20 loc) · 958 Bytes
/
spec.emu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<meta charset="utf8">
<link rel="stylesheet" href="./spec.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
<script src="./spec.js"></script>
<pre class="metadata">
title: Intl.Segmenter v2 Prposal
stage: 1
location: https://tc39.github.io/proposal-intl-segmenter-v2/
copyright: true
contributors: Google, Ecma International
</pre>
<emu-intro id="sec-intro">
<h1>Introduction</h1>
<p>This proposal add line break granularity to support ECMAScript based text layout applications which already have a way to measure the text width but need a way to access logical line break points.
See <a href="https://github.com/FrankYFTang/proposal-intl-segmenter-v2/blob/main/README.md">the README</a> for more context.</p>
</emu-intro>
<emu-biblio href="./biblio.json"></emu-biblio>
<emu-import href="./segmenter.html"></emu-import>
<emu-import href="./annexes.html"></emu-import>