ADVERTISEMENT

Swedish parliament ousts PM in vote of no-confidence

Published Sep 26, 2018 12:45 am
By Agence France-Presse Sweden's centre-right opposition and the far right ousted Prime Minister Stefan Lofven in a vote of no-confidence on Tuesday, as the left and right blocs wrangle over who can form a new government after neither won a majority in September 9 elections. (TT News Agency/AFP / Anders WIKLUND/ MANILA BULLETIN) (TT News Agency/AFP / Anders WIKLUND/ MANILA BULLETIN) Lofven's departure was widely anticipated. Since election night the head of the four-party centre-right Alliance, Ulf Kristersson, has insisted he intends to try to form a government. With neither bloc able to build a majority, the far-right, anti-immigration Sweden Democrats, who won almost 18 percent of votes in the election and are the country's third-biggest party, have demanded to be given influence over Swedish politics in exchange for support in parliament. But neither the left nor right has been willing to negotiate with the Sweden Democrats. "Sweden needs a new government that has broad political support to undertake reforms," Kristersson told parliament moments before the confidence vote Tuesday. A total of 204 of 349 members of parliament voted against Lofven, while 142 voted in favour. - 'Unknown territory' - The Dagens Nyheter newspaper said in an editorial Tuesday that Sweden's fragmented political landscape, the slow decline of social democracy and the rise of political extremes had pushed the traditionally stable and consensus-oriented country into "unknown territory". Parliament wrote a "new page in Sweden's political history" by voting out a prime minister without an alternative ready to govern, wrote the country's other main newspaper, Svenska Dagbladet. The speaker of parliament, Andreas Norlen, will begin talks on Thursday with the leaders of the eight parties represented in parliament to determine who is best placed to form the next government. Norlen, a member of Kristersson's conservative Moderate Party, is widely expected to task Kristersson with the job. But the road ahead is tricky. A collaboration with the Sweden Democrats would give the Alliance the majority it needs, but since that option is unthinkable for two Alliance parties -- the Liberals and the Centre -- Kristersson has so far refused to go down that route. Lofven's leftwing bloc holds 144 parliamentary seats, just one more than the Alliance. The Sweden Democrats have 62 seats. The leftwing bloc is made up of the Social Democrats and the Greens, who have ruled together with the informal support of the ex-communist Left Party since 2014. The Social Democrats posted their worst election result in more than a century, but remain Sweden's biggest party, far ahead of Kristersson's Moderates and the Sweden Democrats. Lofven will stay on as prime minister in a caretaker role until a new government is in place, which could take weeks. - Ousted PM's warning - TT News Agency/AFP / Anders WIKLUND Lofven in Sweden's parliament moments after a vote of no confidence against him After his ouster, Lofven issued a stark warning to the Alliance about cooperating with the Sweden Democrats. "If the Alliance chooses to govern as the smaller bloc they will be totally dependent on the Sweden Democrats," he said. "The Sweden Democrats were founded by neo-Nazi members of the Swedish white supremacy movement. They have repeatedly been found to have ties to racist and neo-Nazi organisations. "All eyes are now on the Alliance's big election promise to the Swedish people that it would never govern with the support of the Sweden Democrats." The Sweden Democrats said Tuesday that it was ready "to negotiate, cooperate, and talk with all parties". "But we will bring down any attempt to form a government that does not give us any influence," party leader Jimmie Akesson warned. Since it has ruled out the far right, the Alliance has instead invited the Social Democrats to a cross-bloc cooperation. While Lofven himself has been a fervent champion of cross-bloc politics, he has rejected any Social Democratic support for an Alliance minority government. The Social Democrats are the country's biggest party and will "never be a support party," he reiterated Tuesday. Lofven has meanwhile courted the Centre and Liberal parties. If the Alliance fails to form a government, they could possibly switch to Lofven's side, observers say. The speaker of parliament has four attempts to designate a party leader to build a government. After that, new elections have to be called.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.