@@ -181,6 +181,8 @@ public function getSelectors()
181
181
* Splits shorthand declarations (e.g. `margin` or `font`) into their constituent parts.
182
182
*
183
183
* @return void
184
+ *
185
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
184
186
*/
185
187
public function expandShorthands ()
186
188
{
@@ -196,6 +198,8 @@ public function expandShorthands()
196
198
* Creates shorthand declarations (e.g. `margin` or `font`) whenever possible.
197
199
*
198
200
* @return void
201
+ *
202
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
199
203
*/
200
204
public function createShorthands ()
201
205
{
@@ -215,6 +219,8 @@ public function createShorthands()
215
219
* Multiple borders are not yet supported as of 3.
216
220
*
217
221
* @return void
222
+ *
223
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
218
224
*/
219
225
public function expandBorderShorthand ()
220
226
{
@@ -276,6 +282,8 @@ public function expandBorderShorthand()
276
282
* Handles `margin`, `padding`, `border-color`, `border-style` and `border-width`.
277
283
*
278
284
* @return void
285
+ *
286
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
279
287
*/
280
288
public function expandDimensionsShorthand ()
281
289
{
@@ -336,6 +344,8 @@ public function expandDimensionsShorthand()
336
344
* into their constituent parts.
337
345
*
338
346
* @return void
347
+ *
348
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
339
349
*/
340
350
public function expandFontShorthand ()
341
351
{
@@ -406,6 +416,8 @@ public function expandFontShorthand()
406
416
* @see http://www.w3.org/TR/21/colors.html#propdef-background
407
417
*
408
418
* @return void
419
+ *
420
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
409
421
*/
410
422
public function expandBackgroundShorthand ()
411
423
{
@@ -478,6 +490,8 @@ public function expandBackgroundShorthand()
478
490
479
491
/**
480
492
* @return void
493
+ *
494
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
481
495
*/
482
496
public function expandListStyleShorthand ()
483
497
{
@@ -561,6 +575,8 @@ public function expandListStyleShorthand()
561
575
* @param string $sShorthand
562
576
*
563
577
* @return void
578
+ *
579
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
564
580
*/
565
581
public function createShorthandProperties (array $ aProperties , $ sShorthand )
566
582
{
@@ -597,6 +613,8 @@ public function createShorthandProperties(array $aProperties, $sShorthand)
597
613
598
614
/**
599
615
* @return void
616
+ *
617
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
600
618
*/
601
619
public function createBackgroundShorthand ()
602
620
{
@@ -612,6 +630,8 @@ public function createBackgroundShorthand()
612
630
613
631
/**
614
632
* @return void
633
+ *
634
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
615
635
*/
616
636
public function createListStyleShorthand ()
617
637
{
@@ -629,6 +649,8 @@ public function createListStyleShorthand()
629
649
* Should be run after `create_dimensions_shorthand`!
630
650
*
631
651
* @return void
652
+ *
653
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
632
654
*/
633
655
public function createBorderShorthand ()
634
656
{
@@ -646,6 +668,8 @@ public function createBorderShorthand()
646
668
* and converts them into shorthand CSS properties.
647
669
*
648
670
* @return void
671
+ *
672
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
649
673
*/
650
674
public function createDimensionsShorthand ()
651
675
{
@@ -720,6 +744,8 @@ public function createDimensionsShorthand()
720
744
* At least `font-size` AND `font-family` must be present in order to create a shorthand declaration.
721
745
*
722
746
* @return void
747
+ *
748
+ * @deprecated This will be removed without substitution in version 9.0 in #511.
723
749
*/
724
750
public function createFontShorthand ()
725
751
{
0 commit comments