--- a/spec/profiles/dfxp-full.xml Fri Aug 27 00:22:32 2010 +0000
+++ b/spec/profiles/dfxp-full.xml Fri Aug 27 00:49:04 2010 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- this file defines the "dfxp-full" profile of ttaf1-dfxp -->
<profile xmlns="http://www.w3.org/ns/ttml#parameter">
<features xml:base="http://www.w3.org/ns/ttml/feature/">
@@ -38,7 +38,6 @@
<feature value="required">#fontSize</feature>
<feature value="required">#fontStyle-italic</feature>
<feature value="required">#fontStyle-oblique</feature>
- <feature value="required">#fontStyle-reverseOblique</feature>
<feature value="required">#fontStyle</feature>
<feature value="required">#fontWeight-bold</feature>
<feature value="required">#fontWeight</feature>
--- a/spec/profiles/dfxp-presentation.xml Fri Aug 27 00:22:32 2010 +0000
+++ b/spec/profiles/dfxp-presentation.xml Fri Aug 27 00:49:04 2010 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- this file defines the "dfxp-presentation" profile of ttaf1-dfxp -->
<profile xmlns="http://www.w3.org/ns/ttml#parameter">
<features xml:base="http://www.w3.org/ns/ttml/feature/">
@@ -44,7 +44,6 @@
<feature value="optional">#fontSize</feature>
<feature value="optional">#fontStyle-italic</feature>
<feature value="optional">#fontStyle-oblique</feature>
- <feature value="optional">#fontStyle-reverseOblique</feature>
<feature value="optional">#fontStyle</feature>
<feature value="optional">#fontWeight-bold</feature>
<feature value="optional">#fontWeight</feature>
--- a/spec/profiles/dfxp-transformation.xml Fri Aug 27 00:22:32 2010 +0000
+++ b/spec/profiles/dfxp-transformation.xml Fri Aug 27 00:49:04 2010 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- this file defines the "dfxp-transformation" profile of ttaf1 -->
<profile xmlns="http://www.w3.org/ns/ttml#parameter">
<features xml:base="http://www.w3.org/ns/ttml/feature/">
@@ -44,7 +44,6 @@
<feature value="optional">#fontSize</feature>
<feature value="optional">#fontStyle-italic</feature>
<feature value="optional">#fontStyle-oblique</feature>
- <feature value="optional">#fontStyle-reverseOblique</feature>
<feature value="optional">#fontStyle</feature>
<feature value="optional">#fontWeight-bold</feature>
<feature value="optional">#fontWeight</feature>
--- a/spec/rnc/ttaf1-dfxp-datatypes.rnc Fri Aug 27 00:22:32 2010 +0000
+++ b/spec/rnc/ttaf1-dfxp-datatypes.rnc Fri Aug 27 00:49:04 2010 +0000
@@ -65,8 +65,7 @@
TTAF.FontStyle.datatype =
"normal" |
"italic" |
- "oblique" |
- "reverseOblique"
+ "oblique"
TTAF.FontWeight.datatype =
"normal" |
--- a/spec/ttaf1-dfxp.xml Fri Aug 27 00:22:32 2010 +0000
+++ b/spec/ttaf1-dfxp.xml Fri Aug 27 00:49:04 2010 +0000
@@ -4139,8 +4139,7 @@
<td>
<code>normal</code> |
<code>italic</code> |
-<code>oblique</code> |
-<code>reverseOblique</code>
+<code>oblique</code>
</td>
</tr>
<tr>
@@ -4170,8 +4169,8 @@
<p>For the purpose of determining applicability of this style property,
each character child of a <el>p</el> element is considered to be enclosed in an anonymous
span.</p>
-<p>Use of values <code>oblique</code> and <code>reverseOblique</code>
-denote a shear and reverse shear transformation (at an unspecified
+<p>Use of the value <code>oblique</code>
+denote a shear transformation (at an unspecified
angle) in the inline progression dimension.</p>
<p>If a specified font style is not available, then a
presentation processor must attempt to map the specified font style
@@ -9286,19 +9285,6 @@
href="#style-attribute-fontStyle"><att>tts:fontStyle</att></loc>
attribute.</p>
</div3>
-<div3 id="feature-fontStyle-reverseOblique">
-<head>#fontStyle-reverseOblique</head>
-<p>A TTML transformation processor supports the
-<code>#fontStyle-reverseOblique</code> feature if it recognizes and is
-capable of transforming the <code>reverseOblique</code> value of the <loc
-href="#style-attribute-fontStyle"><att>tts:fontStyle</att></loc>
-attribute.</p>
-<p>A TTML presentation processor supports the
-<code>#fontStyle-reverseOblique</code> feature if it implements presentation semantic
-support for the <code>reverseOblique</code> of the <loc
-href="#style-attribute-fontStyle"><att>tts:fontStyle</att></loc>
-attribute.</p>
-</div3>
<div3 id="feature-fontWeight">
<head>#fontWeight</head>
<p>A TTML transformation processor supports the
@@ -10597,11 +10583,6 @@
<td>O</td>
</tr>
<tr>
-<td><loc href="#feature-fontStyle-reverseOblique"><code>#fontStyle-reverseOblique</code></loc></td>
-<td>O</td>
-<td>O</td>
-</tr>
-<tr>
<td><loc href="#feature-fontWeight"><code>#fontWeight</code></loc></td>
<td>O</td>
<td>O</td>
@@ -12347,6 +12328,7 @@
<td><code>-inherit</code></td>
<td>1,7</td>
</tr>
+<!--
<tr>
<td><loc href="#style-attribute-fontStyle"><code>tts:fontStyle</code></loc></td>
<td><code>font-style</code></td>
@@ -12354,6 +12336,7 @@
<td><code>-inherit</code>, uses alias <code>reverseOblique</code> for <code>backslant</code></td>
<td>1</td>
</tr>
+-->
<tr>
<td><loc href="#style-attribute-fontWeight"><code>tts:fontWeight</code></loc></td>
<td><code>font-weight</code></td>
@@ -13439,8 +13422,8 @@
* Identified tts:dynamicFlow at risk
</eg>
</div2>
-<div2 id="change-history-cr3-to-cr4">
-<head>Changes from Third Candidate Recommendation to Fourth Candidate Recommendation</head>
+<div2 id="change-history-cr3-to-pr1">
+<head>Changes from Third Candidate Recommendation to Proposed Recommendation</head>
<eg xml:space="preserve">
<phrase role="strong">Technical Changes</phrase>
The following changes result in a technical change of the conformance
@@ -13451,6 +13434,8 @@
* Removed at risk features tts:dynamicFlow property, overflow: dynamic value, flowFunction and flowInternalFunction definitions
* Removed Appendix on Dynamic Flow Processing Model
* Removed profile features: #rollUp, #dynamicFlow, #dynamicFlow-*, #overflow-dynamic, #rollup
+* Removed reverseOblique on tts:fontStyle
+* Removed profile features: #fontStyle-reverseOblique
* Removed requirements R307, R501
* Changed content model of <style> element to EMPTY
--- a/spec/xsd/ttaf1-dfxp-datatypes.xsd Fri Aug 27 00:22:32 2010 +0000
+++ b/spec/xsd/ttaf1-dfxp-datatypes.xsd Fri Aug 27 00:49:04 2010 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.w3.org/ns/ttml#datatype"
xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ttd="http://www.w3.org/ns/ttml#datatype">
@@ -93,7 +93,6 @@
<xs:enumeration value="normal"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="oblique"/>
- <xs:enumeration value="reverseOblique"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="fontWeight">