From 991822bc8ead319d0bf7196196ce2a5f4a197f75 Mon Sep 17 00:00:00 2001 From: r12a Date: Fri, 23 Oct 2015 16:07:50 +0100 Subject: [PATCH] changed 'more' links to point to TR draft instead of ed draft this will be needed for when the techniques index is generated --- index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index b16b397..0fdcc9f 100644 --- a/index.html +++ b/index.html @@ -281,7 +281,7 @@
How to's

Designing character escapes

-

Specifications should provide a mechanism for escaping characters, particularly those which are invisible or ambiguous. more

+

Specifications should provide a mechanism for escaping characters, particularly those which are invisible or ambiguous. more

It is generally recommended that character escapes be provided so that difficult to enter or edit sequences can be introduced using a plain text editor. Escape sequences are particularly useful for invisible or ambiguous Unicode characters, including zero-width spaces, soft-hyphens, various bidi controls, mongolian vowel separators, etc.

For advice on use of escapes in markup, but which is mostly generalisable to other formats, see Using character escapes in markup and CSS.

Specifications SHOULD NOT invent a new escaping mechanism if an appropriate one already exists. more

@@ -507,10 +507,10 @@

Language

Establishing the language of a resource as a whole

Here we are talking about a whole HTML page, an XML document, a Json file, a WebVTT script, etc.

-

It must be possible to indicate the default text-processing language for the resource as a whole. more

+

It must be possible to indicate the default text-processing language for the resource as a whole. more

It saves trouble to identify the language, or at least the default language, of the resource as a whole in one place. For example, in an HTML file, this is done by setting the lang attribute on the html element.

Content within the resource should inherit the language so set, unless it is specifically overridden.

-

Consider whether it is necessary to have separate declarations for the text-processing language and metadata about the expected linguistic characteristics of the intended consumer. more

+

Consider whether it is necessary to have separate declarations for the text-processing language and metadata about the expected linguistic characteristics of the intended consumer. more

The text-processing language is the language that is relevant for processing the content when it comes to spell-checking, styling, voice production, etc. For such operations, only one language should be identified at a time for a given range of content.

Metadata about the the intended linguistic characteristics of the consumer describes the intended users of the resource as a whole, rather than specific ranges of content. For example, a blog page for an Indian technical community may contain equal numbers of posts in English and an Hindi. It may be useful to express that, as a whole, this resource contains content in both those languages (without specifying which bits of content are in which language).

@@ -520,7 +520,7 @@

Links

How to's
@@ -531,8 +531,8 @@
How to's

Establishing the language of blocks, paragraphs, or similar chunks of content

The word block is used here to refer to a structural component within the resource as a whole that groups content together and separates it from adjacent content such that the boundaries between one block and another are equivalent to paragraph or section boundaries in text. For example, this could refer to a block or paragraph in XML or HTML, an object declaration in Json, a cue in WebVTT, etc. Contrast this with inline content, which describes a range within a paragraph, sentence, etc.

-

By default, blocks of content should inherit the text-processing language set for the resource as a whole. more

-

It should be possible to indicate a change in language for blocks of content where the language changes. more

+

By default, blocks of content should inherit the text-processing language set for the resource as a whole. more

+

It should be possible to indicate a change in language for blocks of content where the language changes. more