Litigation over abortion bans begins at state level; judges block laws in 3 states

  • Home
  • Daily News
  • Litigation over abortion bans begins at state…
  • Constitutional Law Litigation over abortion bans begins at state level; judges block laws in 3 states
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    gavel and abortion paper

    Image from Shutterstock.

    Updated: Supporters of abortion rights are taking their battle to state courts after the U.S. Supreme Court overturned Roe v. Wade on Friday.

    Some supporters argue that state constitutions protect the right to abortion, the Associated Press reports. Some argue that abortion restrictions are unclear. Some argue that lawmakers in 13 states who passed anti-abortion trigger laws—which were to take effect if Roe is struck down—can’t bind current lawmakers. Some argue that conditions have not been met for trigger laws to take effect.

    Judges in Utah and Louisiana temporarily blocked abortion bans Monday, according to the AP, the New York Times and Reuters. And a Texas state court on Tuesday blocked an abortion ban enacted before Roe, according to a statement by the American Civil Liberties Union.

    “It’s all about the states from here on out,” said Jessie Hill, a professor at the Case Western Reserve University School of Law, in an interview with the New York Times. “We can fantasize about federal solutions to this issue or nationwide settlements of the abortion question, but I think that after Dobbs [v. Jackson Women’s Health Organization], I don’t see a lot of possibilities at the federal level.”

    According to the New York Times, reproductive-rights supporters “are coalescing around a strategy of asking courts for temporary injunctions that at the very least can allow abortions to proceed in the short term.”

    Lawsuit already filed include:

    • In Louisiana, an abortion clinic and other plaintiffs argue that it’s unclear which of the state’s trigger laws are in effect and what conduct is banned. Orleans Parish Civil District Court Judge Robin Giarrusso granted a temporary restraining order in the case until a July 8 hearing on the TRO. The plaintiffs are represented by the Center for Reproductive Rights, Boies Schiller Flexner and local counsel Ellie Schilling. (The AP, Reuters, Law.com, Giarrusso’s order, Boies Schiller Flexner press release)

    • Planned Parenthood Association of Utah filed a lawsuit claiming that the state’s trigger law violates the state constitution. Third District Judge Andrew Stone issued a temporary restraining order Monday that blocks the law for 14 days. Planned Parenthood Association of Utah is represented by the Planned Parenthood Federation of America, Zimmerman Booher and the American Civil Liberties Union of Utah. (The AP, the Washington Post, Planned Parenthood press releases here and here, the lawsuit)

    (adsbygoogle = window.adsbygoogle || []).push({});

    • In South Carolina, U.S. District Judge Mary Geiger Lewis allowed a blocked South Carolina abortion law to take effect. The law bans abortions after a fetal heartbeat is detected. (The AP, South Carolina attorney general press release, the Lewis’ June 27 order)

    • A lawsuit filed on behalf of Kentucky abortion clinics and a health care provider seeks to block a full abortion ban passed in 2019 and a six-week ban previously blocked by a federal court. The suit claims that the Kentucky Constitution protects the right to abortion. (ACLU press release, the lawsuit)

    • In Florida, a lawsuit alleges that a law that bans abortions after 15 weeks of pregnancy violates the state constitution. The suit was filed on behalf of abortion providers and health centers by the American Civil Liberties Union, the ACLU of Florida, the Center for Reproductive Rights, the Planned Parenthood Federation of America and Jenner & Block. A second lawsuit filed by a Jewish synagogue, Congregation L’Dor Va-Dor, makes a religious liberty argument. (The AP, Planned Parenthood press release, the Planned Parenthood lawsuit, the New York Times)

    • A lawsuit filed on behalf of abortion providers in Texas seeks to block an abortion ban passed before Roe. A judge temporarily blocked the ban Tuesday, which means that abortions up to six weeks of pregnancy are currently allowed in the state. The suit was filed by the Center for Reproductive Rights, the American Civil Liberties Union, the ACLU of Texas, Morrison & Foerster and Hayward. (ACLU press release, Reuters, the June 27 lawsuit)

    • A lawsuit filed on behalf of abortion providers in Idaho contends that the state’s trigger law banning abortion violates Idahoans’ right to privacy and equal protection under the Idaho Constitution. (Planned Parenthood press release, the June 27 lawsuit)

    • An abortion provider in Mississippi filed a lawsuit claiming that the state constitution protects a right to abortion. In support of the argument, the lawsuit cites a 1998 Mississippi Supreme Court decision, Pro-Choice Mississippi v. Fordice. (The Mississippi Free Press, WAPT, the June 27 lawsuit)

    • The American Civil Liberties Union of Arizona and the Center for Reproductive Rights filed an emergency motion in an existing lawsuit over the state’s 15-week ban on abortion. The motion seeks to block a provision requiring the state to interpret laws to confer the rights of people on unborn children. (The AP)

    • A lawsuit filed in Michigan before the Dobbs ruling alleged that a 1931 abortion ban violates the state constitution. A judge agreed with the argument in May. Gov. Gretchen Whitmer said she is also filing suit to block the law. (The AP, NPR)

    • The Iowa Supreme Court ruled June 17 that the state constitution doesn’t protect a right to abortion. The court ruled in a challenge to a state law requiring a 24-hour wait before an abortion. (CNN)

    Updated June 28 at 11:40 a.m. to report on the Texas ruling.

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/litigation-over-abortion-bans-begins-at-state-level-louisiana-judge-issues-a-tro/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds