Fix URLs to CSS spec in comments

Summary:
@public

These URLs probably have been changed when CSSLayout was renamed to Yoga by search & replacing

Reviewed By: SidharthGuglani

Differential Revision: D13690829

fbshipit-source-id: 44dbd8fe256fc286006d164390609a7c3de6c4e6
This commit is contained in:
David Aurelio
2019-01-16 08:39:57 -08:00
committed by Facebook Github Bot
parent 4840495d3f
commit 7fa0816d81

View File

@@ -2336,7 +2336,7 @@ static void YGDistributeFreeSpaceFirstPass(
// //
// This two pass approach for resolving min/max constraints deviates from // This two pass approach for resolving min/max constraints deviates from
// the spec. The // the spec. The
// spec (https://www.w3.org/TR/YG-flexbox-1/#resolve-flexible-lengths) // spec (https://www.w3.org/TR/CSS-flexbox-1/#resolve-flexible-lengths)
// describes a process // describes a process
// that needs to be repeated a variable number of times. The algorithm // that needs to be repeated a variable number of times. The algorithm
// implemented here // implemented here
@@ -2609,7 +2609,7 @@ static void YGJustifyMainAxis(
// //
// This is the main routine that implements a subset of the flexbox layout // This is the main routine that implements a subset of the flexbox layout
// algorithm // algorithm
// described in the W3C YG documentation: https://www.w3.org/TR/YG3-flexbox/. // described in the W3C YG documentation: https://www.w3.org/TR/CSS3-flexbox/.
// //
// Limitations of this algorithm, compared to the full standard: // Limitations of this algorithm, compared to the full standard:
// * Display property is always assumed to be 'flex' except for Text nodes, // * Display property is always assumed to be 'flex' except for Text nodes,
@@ -2682,7 +2682,7 @@ static void YGJustifyMainAxis(
// support default // support default
// minimum main sizes (see above for details). Each of our measure modes maps // minimum main sizes (see above for details). Each of our measure modes maps
// to a layout mode // to a layout mode
// from the spec (https://www.w3.org/TR/YG3-sizing/#terms): // from the spec (https://www.w3.org/TR/CSS3-sizing/#terms):
// - YGMeasureModeUndefined: max content // - YGMeasureModeUndefined: max content
// - YGMeasureModeExactly: fill available // - YGMeasureModeExactly: fill available
// - YGMeasureModeAtMost: fit content // - YGMeasureModeAtMost: fit content