mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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:
parent
2da8d82c86
commit
1714ccc6aa
@ -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 {
|
||||
|
@ -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; }
|
||||
|
@ -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 "# "; }
|
||||
|
Loading…
Reference in New Issue
Block a user