From 0c2e7b23410aeac4c8ac15bd8abd3f558552ce56 Mon Sep 17 00:00:00 2001 From: "Mohammed Y. Alnajdi" Date: Sat, 10 Oct 2020 23:14:21 +0300 Subject: [PATCH] Kozea/WeasyPrint#601: remove TODO:handle RTL --- weasyprint/layout/flex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/weasyprint/layout/flex.py b/weasyprint/layout/flex.py index 0a58c2782..717f99eee 100644 --- a/weasyprint/layout/flex.py +++ b/weasyprint/layout/flex.py @@ -593,7 +593,6 @@ def flex_layout(context, box, max_position_y, skip_stack, containing_block, # else: Cross size has been set by step 7 # Step 12 - # TODO: handle rtl original_position_axis = ( box.content_box_x() if axis == 'width' else box.content_box_y())