update draft spec urls from dev.w3.org/csswg to drafts.csswg.org. No bug.

Imported from https://hg.csswg.org/test/rev/3f200ac00126 by L. David Baron.
This commit is contained in:
Peter Linss 2015-08-19 19:38:01 -07:00
parent 2da8d82c86
commit 1714ccc6aa
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#layout-algorithm">
<link rel="match" href="flexbox-align-self-stretch-vert-001-ref.html">
<meta name="assert" content="If a stretched flex item's main size is influenced by its cross size, and the flex container has a definite cross size, then the item's cross size should be resolved early so that it can be used when determining the item's main size">
<meta name="assert" content="http://dev.w3.org/csswg/css-flexbox/issues-cr-2012#issue-23">
<meta name="assert" content="https://drafts.csswg.org/css-flexbox/issues-cr-2012#issue-23">
<meta charset="utf-8">
<style>
div.fixedWidthWrapper {

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>CSS Test: String value of list-style-type</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://dev.w3.org/csswg/css-lists-3/#valdef-list-style-type-string">
<link rel="help" href="https://drafts.csswg.org/css-lists-3/#valdef-list-style-type-string">
<link rel="match" href="list-style-type-string-001-ref.html">
<style>
ol, ul { list-style-type: "# "; list-style-position: inside; }

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>CSS Test: String value of list-style</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<link rel="help" href="http://dev.w3.org/csswg/css-lists-3/#valdef-list-style-type-string">
<link rel="help" href="https://drafts.csswg.org/css-lists-3/#valdef-list-style-type-string">
<link rel="match" href="list-style-type-string-001-ref.html">
<style>
ol, ul { list-style: inside "# "; }